System fields used in interactive Reporting

The SY-LSIND system field contains the index of the list currently created. Whilecreating a basic list, SY-LSIND equals 0.With each interactive event, the system automatically sets the following system fields: System field InformationSY-LINCT total line count of a listSY-LINNO current line no where cursor is placed.SY-LSIND Index of the list currently created during the current … Read more

Typical Structure of ABAP Program

1. Report Definitions2. Table and Data definitions3. Initialization event4. Screen Select Options/Inputs5. Selection-screen event6. Start-of-selection event7. Performs and other Events Statements8. End-of-selection event 1. Initialization• Triggered prior to first display of selection screen• To specify Default value in SELECT-OPTIONS 2. At Selection-Screen• Processed after the selection screen value are entered• For validation of screen accepts• … Read more

Typical Structure of ABAP Program

1. Report Definitions2. Table and Data definitions3. Initialization event4. Screen Select Options/Inputs5. Selection-screen event6. Start-of-selection event7. Performs and other Events Statements8. End-of-selection event 1. Initialization• Triggered prior to first display of selection screen• To specify Default value in SELECT-OPTIONS 2. At Selection-Screen• Processed after the selection screen value are entered• For validation of screen accepts• … Read more

What is a table cluster?

A table cluster combines several logical tables in the ABAP/4 Dictionary. Several logical rows from different cluster tables are brought together in a single physical record. The records from the cluster tables assigned to a cluster are thus stored in a single common table in the database.

What is a table cluster?

A table cluster combines several logical tables in the ABAP/4 Dictionary. Several logical rows from different cluster tables are brought together in a single physical record. The records from the cluster tables assigned to a cluster are thus stored in a single common table in the database.