Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Intractive Report

Former Member
0 Likes
711

What is the diffrence between the 2 following SY commands with example..

SY-LISTI & SY-LILLI.

regards.

6 REPLIES 6
Read only

Former Member
0 Likes
694
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
Read only

Former Member
0 Likes
694

HI

<b>sy-listi</b> is the index of the previous list.

<b>sy-lilli</b> is the number of the selected line in the overall list

Regards

Sudheer

Read only

Former Member
0 Likes
694

Check the program for demonstration of all the system-fields in interactive reporting:

DEMO_LIST_SYSTEM_FIELDS

Regards,

Ravi

Read only

Former Member
0 Likes
694

Hi

sy-listi = index of the list on which the event has been triggered.

sy-lilli = line on which the event has been triggered. Numbering starts at 1 and takes the page header into account.

chetan

Read only

Former Member
0 Likes
694

Hi,

SY-LILLI Absolute number of the line from which the event was triggered

SY-LISTI Index of the list level from which the event was triggered

REGARDS,

KIRAN KUMAR K

Read only

Former Member
0 Likes
694

Thanks