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 / joyal joy
when call-screen is given the control is transferred to the
screen number that has been specified along with call-
screen and once the execution of the called screen is
completed the control returns to the statement just below
the call-screen statement.
set-screen changes the current screen number to the number
with the screen number specified with set-screen but the
control is transferred only when the leave screen statement
is encountered here the it is different from call-screen as
the control doesnt get transferred back to the calling
screen.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the different types of locks? : abap data dictionary
What are the function modules used in a sap script driver program?
How to eliminate duplicate entries in internal tables?
How can we set the tablespaces and extent sizes ?
How do you get the number of lines in an internal table?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
Difference between sap script and report?
What is a predefined type in abap?
What is a multiple line field? : abap bdc
What are the field and chain statements?
Can a posting run be deleted? : sap abap hr
How to find the return code of an stmt in abap programs?
What are the types of the software component being deployed in the sap?
Advantages and disadvantages of different types of bdc's?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc