...
- Selection options = S_
- Internal tables (global) = GT_
- Internal tables (local) = LT_
- Constants = GC_
- Constants (local) = LC_
- Ranges (global) = GR__
- Ranges (local) = LR_
- Simple variables (global) = GV_
- Simple variables (local) = LV_
- Structures (global) = GS_
- Structures (local) = LS_
- Object references (global) = GO_
- Object references (local) = LO_
- Exception class reference (global) = GX_
- Exception class reference (local) = LX_
- Form parameter (Used in the actual form not the Perform statement.)
- Single value or variable = PV_
- Single structure or record(however complicated) = PS_
- Internal table(however complicated the line structure) = PT_
- Object reference = PO_
- Exception class reference = PX_
- Class Method, Web Dynpro Method or Function Module parameters
- Import simple variable = IV_
- Import structure = IS_
- Import table = IT_
- Import object reference = IO_
- Import exception class reference = IX_
- Export simple variable = EV_
- Export structure = ES_
- Export table = ET_
- Export object reference = EO_
- Export exception class reference = EX_
- Changing simple variable = CV_
- Changing structure = CS_
- Changing table = CT_
- Changing object reference = CO_
- Changing exception class reference = CX_
- Returning simple variable = RV_
- Returning structure = RS_
- Returning table = RT_
- Returning object reference = RO_
- Returning exception class reference = RX_
- Locally defined classes = LCL_
- Locally defined interfaces = LIF_
- Locally defined exception classes = LCX_
- Screen Parameters = A_ or P_
Program & Function Group Names
Below XX is the application area found in the custom table, ZCA_ABBR
- Report Programs, Web Dynpro Components, Enhancements, Function Groups = ZXX (if one time program YXX)
- Function Modules = Z_XX
- Module Pools = SAPMZXXn (n = sequential number 0 - 9)
- Web Dynpro Application = ZXX<name>_APP
- Class = ZCL_XX
- Exception Class = ZCX_XX
- Assistance Class = ZCL_XX<name>_ASSIST
- Interface = ZIF_XX
...