Application Development 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: 

Module pool program modifications

Former Member
0 Kudos

hi All,

i want to modify a screen out of three screens in a modulepool program.

Example:

there are 3 screens 100,200,300.

i want to modify in the 300 screen.

in the main program the 300 screen is called like

if sy-subrc = 0.

call screen t019w-winnr

starting at t019w-spvon t019w-zlvon

ending at t019w-spbis t019w-zlbis.

else.

i had already modified the changes required in 300 screen but not able to get the exact changes required.

3 REPLIES 3

Former Member
0 Kudos

Hi,

I think the third is a modal dialogue box. That is not a problem to show changes you made.

Can you give me some clear idea about how the third screen has called?

Regards,

Dhanunjaya Reddy

0 Kudos

yes the screen 300 is modal dialog box.

Former Member
0 Kudos

thanks