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
foreign key enforcement?
after creating lock object if does n't access record by second user what should we do?
What is a view in sap? : abap data dictionary
What are the organizational related Infotypes
what is the transaction transaction for setting parameters rdisp/buffermode
Which bdc you prefer? : abap bdc
What is delivery class? : abap data dictionary
What is interactive reporting?
What is the full form of spro? : sap abap hr
Name some data dictionary objects?
Why do we need enhancements?
What are the functional modules used in sequence in bdc? : abap hr
What are the functional areas, user groups? How does abap query work in relation to these?
What are the events driven batch jobs?
How to find Kernal badi ?