Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

diffrence b/w static & dynamic screen

Former Member
0 Likes
522

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.

1 REPLY 1
Read only

Former Member
0 Likes
335

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.