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
What is size category?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What are the functional areas, user groups? How does abap query work in relation to these?
Define the various contents of technical specifications ?
What is open sql?
How many main windows will be there in a page window?
What work you have done in HR module
What are the update types possible?
Which function module would you use to check the user’s authorization to access files before opening a file?
What are the different types of view?
Concepts of OO ABAP and why we are using it?
What is the structure of the bdc table? : abap bdc
What is the significance of delivery class?
How can we access the correction and transport system?
Can we display a list in a pop-up screen other than full-size stacked list?