Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Selection options = S_
  2. Internal tables (global) = GT_
  3. Internal tables (local) = LT_
  4. Constants = GC_
  5. Constants (local) = LC_
  6. Ranges (global) = GR__
  7. Ranges (local) = LR_
  8. Simple variables (global) = GV_
  9. Simple variables (local) = LV_
  10. Structures (global) = GS_
  11. Structures (local) = LS_
  12. Object references (global) = GO_
  13. Object references (local) = LO_
  14. Exception class reference (global) = GX_
  15. Exception class reference (local) = LX_
  16. 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_
  17. 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_
  18. Locally defined classes = LCL_
  19. Locally defined interfaces = LIF_
  20. Locally defined exception classes = LCX_
  21. Screen Parameters = A_ or P_

Web Dynpro View Element Naming Conventions

(see ZUTALORS or ZUTREV for the list of Naming Conventions)

Program & Function Group Names

...