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 are the components of selection table?
Give examples of transparent table?
How to combine multiple order in one Delivery ( Step by Step)?
How to find the return code of an stmt in abap programs?
What is payroll driver
How can you access the function code from menu painter?
What do you mean by transparent tables in sap abap? : abap data dictionary
How many secondary indexes can we create in a table?
When you prefer lsmw?
How will you read from internal table records in a given value range (without using loop)
How do you execute the payroll
What are the types of search helps? : sap abap data dictionary
How do you document ABAP programs? Do you use program documentation menu option?
What are the aggregate objects in the dictionary? : abap data dictionary
What is a bsp application? : sap abap hr