SAP---ABAP

Sunday, December 16, 2007




System Fields for Details Lists




After each user action on a list, the following ABAP system fields will be set in the corresponding event block:





come down
.
.
.
.
.
.
.
.
.
.
.
..
.
..

.
.
..
.
.
..
.
.
.
.
.

















System Field

Information

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.


No comments: