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_edit to 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_edit to 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)的更多相关文章

  1. (转)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 ...

  2. Temporary InMemory Tables [AX 2012]

    Temporary InMemory Tables [AX 2012] This topic has not yet been rated - Rate this topic Updated: Oct ...

  3. 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 ...

  4. [转]Whirlwind Tour of ARM Assembly

    ref:http://www.coranac.com/tonc/text/asm.htm 23.1. Introduction Very broadly speaking, you can divid ...

  5. Windows 7操作系统下PHP 7的安装与配置(图文详解)

    前提博客 Windows 7操作系统下Apache的安装与配置(图文详解) 从官网下载           PHP的官网 http://www.php.net/         特意,新建这么一个目录 ...

  6. linux内核调试指南

    linux内核调试指南 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 原理理解的陷阱 ...

  7. Automake

    Automake是用来根据Makefile.am生成Makefile.in的工具 标准Makefile目标 'make all' Build programs, libraries, document ...

  8. 海量数据挖掘MMDS week1: MapReduce

    http://blog.csdn.net/pipisorry/article/details/48443533 海量数据挖掘Mining Massive Datasets(MMDs) -Jure Le ...

  9. [Tensorflow] Object Detection API - retrain mobileNet

    前言 一.专注话题 重点话题 Retrain mobileNet (transfer learning). Train your own Object Detector. 这部分讲理论,下一篇讲实践. ...

随机推荐

  1. javascript将浮点数转换成整数

    Summary 临时我就想到3个方法而已.假设读者想到其它好用方法,也能够交流一下 parseInt 位运算符 Math.floor Math.ceil Description 一.parseInt ...

  2. Spring生态研习【三】:Spring-kafka

    1. 基本信息介绍 基于spring的kafka应用,非常简单即可搭建起来,前提是要有一个kafka的broker集群.我在之前的博文里面已经介绍并搭建了一套broker环境,参考Kafka研究[一] ...

  3. ionic3使用cordova创建自定义插件

    1 安装 plugman 插件 npm --registry https://registry.npm.taobao.org install -g plugman 2 新建组件 新建一个插件文件夹,进 ...

  4. Android - 简单listview

    //MainActivity.java package com.example.zc.listviewdemo; import android.support.v7.app.AppCompatActi ...

  5. Linux背背背(4)vim操作

    目录 1.打开文件 2.vim的三种模式 3.扩展 (关于vi 和 vim 的区别,它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅兼容vi的所有指令,而且还有一些新的特性在里面.) 1 ...

  6. Kafka和的安装与配置

    本文主要介绍Kafka的安装与配置: 集群规划 datanode1 datanode2 datanode3 zk zk zk kafka kafka kafka kafka jar包下载地址 http ...

  7. linux中 bashrc文件的alias添加快捷命令

    alias (为了简化命令操作,节省时间) 进入 /home下的用户,假设为 web 执行命令 ls -alh   找到 .bashrc 隐藏文件,如果没有则新建 通过  vi .bashrc  在里 ...

  8. jpg转yuv420抠图后转为jpg

    最近遇到个需求,已有全景图和其中的人脸坐标,将人脸小图从全景图中抠出来,最开始使用libjpeg,奈何使用libjpeg将jpg转为yuv420的资料实在少,libjpeg自身的readme和exam ...

  9. leetcode1028

    class Solution(object): def __init__(self): self.List = list() def rdfs(self,S): if S != '': length ...

  10. mysql实用函数

    1.  group_concat(); 可以将选择的字段列数据,分组以逗号分隔成一串.实用方便.select id,group_concat(distinct name) from ttt group ...