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. 这部分讲理论,下一篇讲实践. ...
随机推荐
- 支持Oracle的模糊查询和精准查询
相信所有的软件开发者都做过页面上的查询功能,而且很多都需要既支持模糊查询的,也需要支持精准查询的,而且不需要增加多余的功能,只需要在文本框中输入包含类似*之类的符号即可. 下面的方法就是通过*来判断到 ...
- [Java] 例外處裡 try/catch & throws
public class CheckException { public static void main(String[] args) { File file = new File("xx ...
- c# android 全局捕获未处理异常
[Application] public class MyApp : Application { public MyApp(IntPtr javaReference, JniHandleOwnersh ...
- web前端常用代码于面试等资源
https://www.cnblogs.com/moqiutao/p/4766146.html
- 18.4 #if 0…endif的用途
#if 0 ... #endif的作用跟/*...*/的作用是一样的,就是注释! 可是为什么不用注释符号/*? 答:为了解决嵌套注释.如下: #include“stdio.h” int mai ...
- docker登录运行中的容器的4方案
目前容器云非常的成熟,也有很多的使用案例,可以说不是什么高大上的东西了,可以说整个云计算也不是什么奢侈品,而是基础设施.但是如何使用,就成了必须的技术. 今天记录下,基于docker的容器登录技术. ...
- Python的Django
1 第一部分目录详解 修改django的项目当中的url中的配置: from django.contrib import admin from django.conf.urls import ur ...
- 利用SharpZipLib进行字符串的压缩和解压缩
http://www.izhangheng.com/sharpziplib-string-compression-decompression/ 今天搞了一晚上压缩和解压缩问题,java压缩的字符串,用 ...
- How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse
How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse Last updated on June 20t ...
- spring 之 BeanDefinition & BeanDefinitionParser
xml bean factory 的解析过程的 堆栈大概是这样的: at org.springframework.beans.factory.xml.NamespaceHandlerSupport.f ...