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

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