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
what are the two methods of modifying sap standard tables? : abap data dictionary
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
Can we create an abap program without using y or z?
What are the different types of operators in the sap abap?
Abstract class and interface, multiple inheritance, live example
Different types of luws. What are they?
What is the use of message command in a report? What are the different message types?
What are the advantages of logical databases : abap hr
What are different types of parameters?
What is static attribute
What is database view ? : sap abap data dictionary
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
From excel to abap - is batch mode possible ? : abap bdc
What is a variable in the sap abap?
How can you distinguish between different kinds of parameters?