I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?

Answer Posted / sathish kumar

MAX we can go for 20 SECONDARY LIST AND ONE BASIC LIST TOTAL 21

sy-lisel : contains data of the selected line.
 
sy-lsind : contains the level of report (from 0 to 21)
 

if sy-lsind = '5'.
sy-lsind = 1.
endif.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you print decimals in type n? What is difference between float and packed data type?

758


I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc

2571


Differentiate between abap memory and sap memory?

641


What are match codes? describe?

632


Application Category?

920






How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?

639


What is repository info. Systems? : abap data dictionary

586


In which cluster time results are stored? : abap hr

591


Search help exit details.

930


How many types of buffering? : abap data dictionary

721


What is meant by exclusive, not cumulative lock? : sap abap data dictionary

590


How can we upload a text file having delimiters in to legacy system? : abap bdc

614


How do you work with semi colon se[arated files in BDC ?

1455


Explain read dataset in sap abap?

720


in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?

1745