Structures

Structures

  • Structure are combination of different variables or data types.
  • Structures are does not hold memory.But it holds memory only at run time.

Syntax :

types : Begin of <structure name>,
                   ------
                   ------
                  End of <structure name>.
Ex :

Steps :

  1. Go to transaction code SE38.
  2. Enter program name Z or Y<program name>.
  3. Select Attributes type as Executable program.
  4. Click on save.

Source Code

Types BEGIN OF TY_STR,
        NAME(12TYPE C,
        AGE   TYPE I,
        PLACE(20TYPE C,
       END OF TY_STR.

Comments

Popular posts from this blog

FOR ALL ENTRIES (FAE) -4 TABLES USING ALV_GRID_DISPLAY

RADIO-BUTTONS IN BASIC REPORT

MODULE POOL -TABLE CONTROL_1: