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
  1. SCROLL ( SAP ABAP keyword)SCROLL is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
  2. SAP System Fields list – Commonly used with ABAP programsHere is a list of important SAP System fields which are commonly used in our...
  3. NEW-PAGE (ABAP Keyword)NEW-PAGE is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
  4. WINDOW ( SAP ABAP keyword)WINDOW is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
  5. TOP-OF-PAGE ( SAP ABAP Keyword)TOP-OF-PAGE is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax...
  6. HIDE TECHNIQUE and statement in SAP ABAPYou use the HIDE technique while creating a list level to store line-specific information for...
  7. 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...
  8. DESCRIBE (ABAP Keyword)DESCRIBE (ABAP Keyword) introduction & syntax details DESCRIBEDESCRIBE - return attributes of an internal tableBasic...
  9. System fields of Smart FormsWithin a form you can use the field string SFSY with its system fields. During...
  10. ABAP Reports Interview Questions REPORT GENERATION – FORMATTING The alignment of a type ā€˜c’ field in a report...
Google: Facebook:

Submit your tip or response