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. 这部分讲理论,下一篇讲实践. ...
随机推荐
- C# ZipHelper C#公共类 -- ICSharpCode.SharpZipLib.dll实现压缩和解压
关于本文档的说明 本文档基于ICSharpCode.SharpZipLib.dll的封装,常用的解压和压缩方法都已经涵盖在内,都是经过项目实战积累下来的 1.基本介绍 由于项目中需要用到各种压缩将文件 ...
- Python脚本模拟僵尸进程与孤儿进程
最近一台机器的systemd内存高达30%多,一直不变,后来排查是僵尸进程,什么是僵尸进程呢,只能google,百度等先了解,然后自己总结了一下,虽然这是基础的东西,但是对于我来说就如新大陆一样.花了 ...
- 十三、springboot (八)Admin
1.创建server端spring-boot-admin 2.添加依赖 <parent> <groupId>org.springframework.boot</group ...
- VS Code 运行 TypeScript 操作指南
总结一下TypeScript开发环境用到的各种工具: Node——通过npm安装TypeScript及大量依赖包.从https://nodejs.org/下载并安装它:如果安装各种包不方便,可以将安装 ...
- mysql 插入更新判断 ON DUPLICATE KEY UPDATE 和 REPLACE INTO
平时我们在设计数据库表的时候总会设计 unique 或者 给表加上 primary key 的限制条件.此时 插入数据的时候 ,经常会有这样的情况:我们想向数据库插入一条记录: 若数据表中存在以相同主 ...
- python修改字典的值(update map value)
mydict.update({'newkey':'newvalue'})
- Scala map与flatMap
1. map函数 对集合的每一个元素运用某个函数操作,然后将结果作为一个新的列表返回. 实例1:将列表中每个元素值乘以2 scala> val list1=List(1,2,3,4) lis ...
- vue路由的钩子函数和跳转
首页可以控制导航跳转,beforeEach,afterEach等,一般用于页面title的修改.一些需要登录才能调整页面的重定向功能. beforeEach主要有3个参数to,from,next. t ...
- 【笔记】range函数在py3里面的处理及numpy库效率比较【原创】
今天看了一下,numpy数组操作其中一段代码,主要是测试用纯python和numpy之间的性能问题 在py2环境下,代码如下: def pysum(n): a = range(n) b = range ...
- java.lang.NoClassDefFoundError: org/apache/tomcat/util/res/StringManager
一个比较老的web项目, IDEA 导入后不能用, 出现了各种问题, 但是, 别人用eclipse 导入就不会有问题, 我折腾了半天, 还是各种问题, 真是郁闷了. 哎, 承认很难配置吧, ...