How to maintain lists ?

To return from a high list level to the next-lower level (SY-LSIND), the user choosesBack on a secondary list.The system then releases the currently displayed list andactivates the list created one step earlier.The system deletes the contents of thereleased list.To explicitly specify the list level into which you want to place output, set theSY-LSIND field. … Read more

What are the page headers for secondary lists?

On secondary lists, the system does not display a standard page header and it does not trigger the event TOP-OF-PAGE.To create page headers for secondary list, you must enhance TOP-OF-PAGE: Syntax TOP-OF-PAGE DURING LINE-SELECTION. The system triggers this event for each secondary list. If you want to create different page headers for different list levels, … Read more

What are the page headers for secondary lists?

On secondary lists, the system does not display a standard page header and it does not trigger the event TOP-OF-PAGE.To create page headers for secondary list, you must enhance TOP-OF-PAGE: Syntax TOP-OF-PAGE DURING LINE-SELECTION. The system triggers this event for each secondary list. If you want to create different page headers for different list levels, … Read more

How to maintain lists ?

To return from a high list level to the next-lower level (SY-LSIND), the user choosesBack on a secondary list.The system then releases the currently displayed list andactivates the list created one step earlier.The system deletes the contents of thereleased list.To explicitly specify the list level into which you want to place output, set theSY-LSIND field. … Read more

What is meant by hotspots ?

Hotspot is a list area where the mouse pointer appears as an upright hand symbol.When a user points to that area(and the hand cursor is active),a single-click does the same thing as a double-click. Hotspots are supported from R/3 release 3.0c.

What is meant by hide area ?

The hide command temporarily stores the contents of the field at the current line in a system-controlled memory called the HIDE AREA.At an interactive event,the contents of the field is restored from the HIDE AREA. When calling a secondary list from a list line for which the HIDE fields are stored, the system fills the … Read more