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 / naveen
no it is not possible to use set screen. if want to go back
from any list number may be nth list then we can use at
user-command event.using this event we can create our own
function keys so where we we want to go back without using
back button and esc there we can use our own function keys.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What two statements are required in an abap program to output an icon using a write statement?
What are the uses of table pool or table cluster.
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What are the basic components of dialog program?
Explain the inside concept in select-options?
What is an rfc?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Explain the difference between free and refresh?
What are the attributes of the data in data dictionary? : abap data dictionary
Can you print decimals in type n?
Explain the Types of Select statements?
What are the types of subroutines? : abap data dictionary
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is sapnet?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc