Application Development 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: 

sy-lilli

Former Member
0 Kudos

what is the use of system variable sy-lilli.

4 REPLIES 4

Former Member
0 Kudos

HI,

it will give u the line number u have selected in a report.

u can see this only in interactive reports.

create a menu with name MENU in se41(assign BACK to back button,PICK to F2 key).

then write a program like this.

set pf-status 'MENU'.

do 20 times.

write:/ sy-index.

enddo.

at line-selection.

case sy-lsind."secondary list index

when 1.

<b>write:/ sy-lilli.</b>

endcase.

<b>reward if helpful</b>

rgds,

bharat.

Former Member
0 Kudos

Hi Veera,

SY-LILLI - It is used to access the "Selected List Row" in a List Process.

Also to know more about other system variables, you can go through the link provided below.

http://help.sap.com/saphelp_470/helpdata/en/7b/fb96c8882811d295a90000e8353423/frameset.htm

<i>Reward points for informative answers.</i>

Best Regards,

Ram.

Former Member
0 Kudos

Hi

It will contain the value of selected line in interactive report.

Gothrough the below link.

http://sap.ittoolbox.com/groups/technical-functional/sap-dev/at-lineselection-failed-595902

Reward if helpfull.

Anees

Former Member
0 Kudos

hi,

sy-lilli gives the list line number where u have clicked in a report. some times sy-lilli is useful in interactive reporting.

if helpful reward some points.

with regards,

Suresh Aluri