In interactive reporting, suppose i go to N'th list from
basic list(primary data) & i wanna come back directly to
basic list. So how can i achieve this without using ESC or
back button?? Is it possible using set screen 0??

Answer Posted / jayati saha

By using sy-lsind = 0 we can return to the basic list.
Actually the basic list has lsind field set as 0 and all
other detail list may have index starting from 1 to 20. As
we may have 20 detailed list for one basic list.

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1449


How to find the return code of a statement in abap programs?

599


What are match codes? describe?

624


Did you use buffering?

590


Final class

1015






Why do we use types statement in abap programming?

667


What is the syntax for call transaction? : abap bdc

594


What is interactive reporting?

608


What is the difference between a structure and an append structure?

529


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

691


Mention some important events in abap programming.

577


I need some information regarding Vcentric Test pattern ? with questions.

1679


How can I get ascii value of any letter? Is there any function?

648


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?

861


What is the basic difference internal tables and database tables? : abap data dictionary

560