1.

How To Maintain Lists?

Answer»
  • To return from a high list level to the next-lower level (SY-LSIND), the USER chooses Back on a secondary list. 
  • The system then releases the currently displayed list and activates the list created one STEP earlier. The system DELETES the contents of the released list.
  • To EXPLICITLY specify the list level, into which you want to place output, set the SY-lsind field. The system accepts only index values, which correspond to existing list levels. 
  • It then deletes all existing list levels whose index is GREATER or equal to the index specify. For example, if you set SY-LSIND to 0, the system deletes all secondary lists and overwrites the basic list with the current secondary list.



Discussion

No Comment Found