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
Sal abap on hana interview
how to read the standard field value in your custom program.
What is a multiple line field? : abap bdc
Can you create an internal table dynamically?(at run time)
What does an exec sql statement do in abap?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is the difference between a structure and a table? : abap data dictionary
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
What is an update task? : abap modularization
What are the uses of interactive reporting?
What is the difference between table and template?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is the abap program name to process the batch input session automatically? : abap bdc
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the events in abap/4 language? : abap hr