Difference between Call screen, Leave screen and Set screen.

Answer Posted / anu

With SET SCREEN the current screen simply specifies the
next screen in the chain , control branches to this next
screen as sonn as th e 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 (screen chain) is called .The
called can then return to the suspended chain with the
statement LEAVE SCREEN TO SCREEN 0 .Sometime we might want
to let an user call a pop up screen from the main
application screen to let him enter secondary
information.After they have completed their enteries, 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 ?    24 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary

772


How many default tab strips are there?

589


How can I make a differentiation between dependent and independent data? : abap hr

563


How memory management happens for internal tables and work areas in abap?

731


In events, start-of-selection is a default event. When we have to use this event explicitly? Why?

579






What is internal payroll process? : sap abap hr

593


What is an update type with reference to a match code id? : abap data dictionary

592


Is it possible to bring select option in module pool screens?

541


What are the different types of abap/4 programs?

609


What is sql trace? : abap data dictionary

673


What is the difference between pnp and pnpce? : abap hr

1090


How many types of buffering? : abap data dictionary

721


Explain the function module in bdc?

582


What is the difference between rfc and bapi function modules? : abap bdc

630


What is view? Explain the different types of view?

789