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
Is main window mandatory in smartforms?
What is the major difference between pool tables and transparent tables?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
What is the disadvantage of a call by reference? : abap modularization
Explain the advantages of logical databases?
Differentiate between static and dynamic step loops?
What are internal tables? How do you get the number of lines in an internal table?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What are the user interfaces of interactive lists?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is Buffering Concept? When should a Table be buffered?
What is the disadvantage of a call by reference?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
what are the various types of parameters and how are they distinguished from one another?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.