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
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is payroll driver
What are table clusters?
performance tuning concepts
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are the different software packets available in the market? : sap abap hr
How do you execute the payroll
What are internal tables? How do you get the number of lines in an internal table?
What are the events used in interactive reports?
what is the process of creating quotation using BAPIs.
How to find Kernal badi ?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Explain the Types of Select statements?
What is amdp (abap managed data procedures)?