hi this is ramu.my question is :set-screen,call-screen and
leave screen differences and when we use those statement
while implimenting code.please help me .iam in trails now..
Answer Posted / karthik
With SET SCREEN current screen simply specifies the next
screen in the chain and control branches to the next screen
as the current screen has been processed.
If we want to branch to the next screen with out finishing
the current one then use LEAVE SCREEN.
With CALL SCREEN the current(calling) chain is suspended
and a next screen is called.The called can then return to
the suspended chain with the statement LEAVE SCREEN TO SCREEN 0.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can a domain, assigned to a data element be changed? : abap data dictionary
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What happens if only one of the commands set screen and leave screen is used without using the other?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What are the different types of the sap abap data dictionary objects?
What is the function module to popup contents in the internal table?
In ALV reporting when u execute your report which event gets triggered.
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
Explain the table, which contain the details of all the name of the programs and forms?
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
Can we use on change of between select and endselect?
What is check table?
What is the advantage of structures?