Difference between Call screen, Leave screen and Set screen.
Answer / 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 |
What is the difference between a structure and an append structure?
What two statements would be used to exchange data between programs using abap memory?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
How do you import pay scale data from non sap to sap? : sap abap hr
In data element how many domains were defined?
what is session and what is the use of that one?
Can we use same Domain for more than Data element?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
how many indexes can be created for a table?
Is der any other criteria for using For All Entries except if not itab is initial?
what is the field to be used in field catalog of an ALV report to hide the relevant column in the list?
Explain what are standard layouts sets in the sap script?