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
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
Sy index and sy tabix
How do you Export a session ?
How will you read from internal table records in a given value range (without using loop)
What are the two methods for modifying sap standard tables?
What are the buffering types?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
Explain how to create any functions? How to go about it?
How do you control printer functions from sapscript?
How to give programe name as input in BDC report of abap ?
Explain some essential objects in abap dictionary?
When will the current screen processing terminates?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What are the two statements which are required in an abap program to output an icon using a write statement?
What is time constraint ? : abap hr