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

Sy commands

Former Member
0 Likes
766

Hi,

Can anyone of you tell me for what we can use sy-lsidx ?

Thanks&Regards,

Pavan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

hi,

SY_LSIND* is the list index used to navigate to a detail list

TYPE : INT4

LENGTH :10

USE: List processing

Thanks

Sharath

4 REPLIES 4
Read only

Former Member
0 Likes
733

hi,

SY_LSIND* is the list index used to navigate to a detail list

TYPE : INT4

LENGTH :10

USE: List processing

Thanks

Sharath

Read only

Former Member
0 Likes
732

Hi,

sy-lsidx, is the older version of SYINDEX.Now it is SYINDEX.

Read only

Former Member
0 Likes
732

Hi,

All the sy commands are located in Structure: SYST

GOTO>SE11>TABLES-->SYST

There is no field called sy-lsidx but similar field is Sy-lsind-->Index of the List generated.

Regards,

Gurpreet

Read only

Former Member
0 Likes
732

Hi,

System filed is sy-lsind, its a list index value which will be used in the interactive reporting.

Hope it clears for you.

Regards

Ramakrishna .P