What is Set Screen and Leave screen?

Answer Posted / chinna pavuloori

With SET SCREEN, the current screen simply specifies the next screen in the chain. control branches to this next screen as soon as the current screen has been processed. Return from next screen to current screen is not automatic. It does not interrupt processing of the current screen. If we want to branch to the next screen without finishing the current one, use LEAVE SCREEN.


With CALL SCREEN, the current (calling) chain is suspended, and a next screen (or screen chain) is called in. The called screen can then return to the suspended chain with the statement LEAVE SCREEN TO SCREEN 0. Sometimes we might want to let an user call a popup screen from the main application screen to let them enter secondary information. After they have completed their entries, the users should be able to close the popup and return directly to the place where they left off in the main screen. Here comes CALL SCREEN into picture. This statement lets us insert such a sequence into the current one.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the functional areas, user groups? How does abap query work in relation to these?

595


In delivery processing which step comes first picking, packing, posting goods issue ?

1643


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1640


What is the difference between semi-monthly and Bi-weekly payroll area

3025


Explain how do you move on to the next screen in interactive reporting?

579






How do you connect to the remote server if you are working from the office for the client in remote place?

597


What is difference between dependent and independent data?

567


What is the maximum number of structures that can be included in a table or structure

648


What will happen when we use single buffered selected?

625


why particularly lock object name starts with EZ OR EY?

1514


What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary

577


What is the structure of bdcmsgcoll? : abap bdc

789


What are authorization objects and what statement is used to perform an authorization check in an abap program?

569


How can we determine a vendor is Bloc/Unblock from the table LFA1?

1660


What is the project you are currently working and work that you are doing

1026