2009 Feb 17 6:42 AM
Hi,
Can anyone of you tell me for what we can use sy-lsidx ?
Thanks&Regards,
Pavan.
2009 Feb 17 6:48 AM
hi,
SY_LSIND* is the list index used to navigate to a detail list
TYPE : INT4
LENGTH :10
USE: List processing
Thanks
Sharath
2009 Feb 17 6:48 AM
hi,
SY_LSIND* is the list index used to navigate to a detail list
TYPE : INT4
LENGTH :10
USE: List processing
Thanks
Sharath
2009 Feb 17 6:52 AM
Hi,
sy-lsidx, is the older version of SYINDEX.Now it is SYINDEX.
2009 Feb 17 6:54 AM
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
2009 Feb 17 8:45 AM
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