T-codes & Rarely Seen Tables(Updated from previous note)
T-codes
C
CO
CO01/02/03:Production Order
CG
CG3Y:Download file from server,never used this before
CM
CMOD:Management of SAP Enhancement(SMOD),also can be used to change standard text,ex:Change 'matnr' text ''
G
GS
GS01/02/03:Sets store in table SETLEAR,more powerful than STVARV
K
KO
KO01/02/03:Internal Order
S
SA
SA38:Program execution,not editable
SC
SCOT:SAP connect admin,ever used to open SMTP node for email sending
SE
- SE03:Transport Organizer Tools
- SE09:Transport requests
- SE16N:General tabel display,use
&sap_editto edit entries - SE30:ABAP Runtime Analysis
- SE39:Compare difference between two programs
- SE43:Menu maintenance
- SE54:Directly create table maintenance without go to SE11->Utilities
- SE63:Standart translation,I've never used this before
- SE81:Application Hierarchy
- SE84:Object Navigator
- SE91:Message
SE93:T-codes
SM
- SM04:User list
- SM12:Unlock lock entries,usually uesed when sap sys log out abnormally
- SM30:Table maintenance
- SM36/37:Background job definition/view
- SM59:RFC connections configuration
- SMOD:SAP Enhancement
SMW0(this is zero):Template Object,Often used to maintain Excel templates
SO
SOST:SAP connect transmission requests,ever used to check the email
SS
SSM2:Check initial menu of sys,and enter it to SE43 for customizing
SU
SU01:User parameters maintenance
ST
- ST05:Performance Analysis,use to trace database actions,find tables- SE16N:General tabel display,use
&sap_editto edit entries - ST22:Analyse ABAP Runtime Error
- STMS:Transport management sys
STVARV:Parameters & Selection Options maintained in table TVARVC
M
ME
- ME21/22/23N:PO
ME51/52/53N:PR
O
OB
OB52:Change Posting Periods
Tables-rarely known
E
E070:Header of Requests/Tasks
T
TSTC:SAP Transaction Codes
M
MODSAP:SAP Enhancements
T-codes & Rarely Seen Tables(Updated from previous note)的更多相关文章
- (转)EVMON_FORMAT_UE_TO_TABLES procedure - move an XML document to relational tables
原文:https://www.ibm.com/support/knowledgecenter/zh/SSEPGG_9.8.0/com.ibm.db2.luw.sql.rtn.doc/doc/r0054 ...
- Temporary InMemory Tables [AX 2012]
Temporary InMemory Tables [AX 2012] This topic has not yet been rated - Rate this topic Updated: Oct ...
- Understanding Item Import and Debugging Problems with Item Import (Doc ID 268968.1)
In this Document Purpose Details Scenario 1: Testing the basic item import with minimum columns po ...
- [转]Whirlwind Tour of ARM Assembly
ref:http://www.coranac.com/tonc/text/asm.htm 23.1. Introduction Very broadly speaking, you can divid ...
- Windows 7操作系统下PHP 7的安装与配置(图文详解)
前提博客 Windows 7操作系统下Apache的安装与配置(图文详解) 从官网下载 PHP的官网 http://www.php.net/ 特意,新建这么一个目录 ...
- linux内核调试指南
linux内核调试指南 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 原理理解的陷阱 ...
- Automake
Automake是用来根据Makefile.am生成Makefile.in的工具 标准Makefile目标 'make all' Build programs, libraries, document ...
- 海量数据挖掘MMDS week1: MapReduce
http://blog.csdn.net/pipisorry/article/details/48443533 海量数据挖掘Mining Massive Datasets(MMDs) -Jure Le ...
- [Tensorflow] Object Detection API - retrain mobileNet
前言 一.专注话题 重点话题 Retrain mobileNet (transfer learning). Train your own Object Detector. 这部分讲理论,下一篇讲实践. ...
随机推荐
- 使用outflux 导入influxdb 的数据到timescaledb
influxdb 以及timescaledb 都是不错的时序数据库,timescaledb 团队提供了直接从influxdb 导入 环境准备 docker-compose 文件 version: &q ...
- 创建一个dynamics 365 CRM online plugin (二) - fields检查
Golden Rules 1. Platform only passes Entity attributes to Plugin that has change of data. 2. If the ...
- Updates were rejected because the tip of your current branch is behind 问题出现解决方案
提供如下几种方式: 1.使用强制push的方法(多人协作时不可取): git push -u origin master -f 2.push前先将远程repository修改pull下来 git pu ...
- Class 泛型
Java Class 泛型的例子说明: http://blog.chinaunix.net/uid-1911213-id-3085866.html http://blog.163.com/sir_87 ...
- 彻底放弃没落的MFC,对新人的忠告!--吃瓜群众围观撕逼
http://bbs.csdn.net/topics/391817496 完全没想到10多年后还有人纠结要不要学MFC,我花点时间给新人们一个总结. 第1种观点 学习完MFC,你会更理解编程的思想,再 ...
- go语言学习--go中的map切片
//定义一个结构 type Car struct { Brand string Age int } func Pluck() map[int][]Car { carMap := make(map[in ...
- 入坑docker
入坑docker docker入门指南 docker入门指南 docker基础概念 docker分 server/client. server后台管理着所有的images/instances. 用户通 ...
- Windows下文件加固
今天学到一种Windows下简单的文件加固方法,可以防止文件被(普通)删除. CMD找到要加固的文件. 例:C盘下有个 1516.txt 文本文件需要加固. 然后 copy 该文件.(注意:这里并非普 ...
- linux 查看文件显示行号
1.用vi或vim打开文件显示行号: 显示当前行号: :nu 显示所有行号: :set nu 2.设置服务器显示行号 2.1编辑~/.vimrc文件,在该文件中加入 set nu 2.2在UBUN ...
- py库:文本转为语音(pywin32、pyttsx)
http://blog.csdn.net/marksinoberg/article/details/52137547 Python 文本转语音 文本转为语音(使用Speech API) 需要安装 py ...