System Fields for Details Lists
- sy-lsind :Index of the list created during the current event (basic list = 0)
- sy-listi :Index of the list level from which the event was triggered
- sy-lilli : Absolute number of the line from which the event was triggered
- sy-lisel : Contents of the line from which the event was triggered
- sy-curow : Position of the line in the window from which the event was triggered (counting starts with 1)
- sy-cucol : Position of the column in the window from which the event was triggered (counting starts with 2)
- sy-cpage : Page number of the first displayed page of the list from which the event was triggered
- sy-staro : Number of the first line of the first page displayed of the list from which the event was triggered (counting starts with 1). This line may contain the page header.
- sy-staco : Number of the first column displayed in the list from which the event was triggered (counting starts with 1)
- sy-ucomm : Function code that triggered the event
- sy-pfkey : Status of the list currently being displayed.
Related SAP Tutorials & References
- SCROLL ( SAP ABAP keyword)SCROLL is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
- SAP System Fields list – Commonly used with ABAP programsHere is a list of important SAP System fields which are commonly used in our...
- NEW-PAGE (ABAP Keyword)NEW-PAGE is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
- WINDOW ( SAP ABAP keyword)WINDOW is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
- TOP-OF-PAGE ( SAP ABAP Keyword)TOP-OF-PAGE is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
- HIDE TECHNIQUE and statement in SAP ABAPYou use the HIDE technique while creating a list level to store line-specific information for...
- END-OF-PAGE (ABAP Keyword)END-OF-PAGE (ABAP Keyword) introduction & syntax detailsEND-OF-PAGEBasic formEND-OF-PAGE.EffectList processing event.The END-OF-PAGE event is executed whenever...
- DESCRIBE (ABAP Keyword)DESCRIBE (ABAP Keyword) introduction & syntax details DESCRIBEDESCRIBE - return attributes of an internal tableBasic...
- System fields of Smart FormsWithin a form you can use the field string SFSY with its system fields. During...
- ABAP Reports Interview Questions REPORT GENERATION ā FORMATTING The alignment of a type ācā field in a report...
Google: Facebook:
