‎2008 Feb 25 8:34 AM
hi,
i want to know what is d exact difference b/w dem as i want to start d prg of it,if find useful help will be definately rewarded.
‎2008 Feb 29 1:45 PM
Hi Ric,
In dialog programming, the subsequent screen for the current screen being created can be defined in the screen attributes of Screen painter. This is called static screen. Another way of defining the subsequent screen is by using the CALL SCREEN command within the module pool of the ABAP program. This way the next screen to the current screen being processed can be called dynamically.
I hope this clears your doubt.