Difference between Call screen, Leave screen and Set screen.
Answer Posted / anu
With SET SCREEN the current screen simply specifies the
next screen in the chain , control branches to this next
screen as sonn as th e current screen has been
processed .Return from next screen to current screen is not
automatic .It does not interrupt processing of the current
screen.If we want to branch to the next screen without
finishing the current one ,use LEAVE SCREEN.
- With CALL SCREEN , the current (calling) chain is
suspended , and a next screen (screen chain) is called .The
called can then return to the suspended chain with the
statement LEAVE SCREEN TO SCREEN 0 .Sometime we might want
to let an user call a pop up screen from the main
application screen to let him enter secondary
information.After they have completed their enteries, the
users should be able to close the popup and return directly
to the place where they left off in the main screen.Here
comes CALL SCREEN into picture .This statement lets us
insert such a sequence into the current one.
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
What are the types of parameters in the function modules?
Explain the advantages of abap query tool?
What is constructor expression in nw abap 7.4?
What is a logical database?
Abstract class and interface, multiple inheritance, live example
What is sequence number
What are different abap/4 editors?
What are user exits? What is involved in writing them? What precations are needed?
In select-options, how to get the default values as current month first date and last date by default?
What is elementary search help? : sap abap data dictionary
What are the user groups?
What are the differences between sap memory and abap memory?
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 is an rdbms?
how to see the tables of 200 in client 100?