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

process screen but not display

Former Member
0 Likes
763

Hi all,

I want to process a screen logic in a module pool program screen but do not display it.

i.e. 10 --> 50 --> 100 (screen 50 should not be displayed, but just pass the values or process logic)

Please advise. Thanks

Best regards,

FS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
701

Hi,

while calling the screen you can use SELECTION-SCREEN SKIP. it will not show the screen.

Regards,

Sourabh

Hi all,

I want to process a screen logic in a module pool program screen but do not display it.

i.e. 10 --> 50 --> 100 (screen 50 should not be displayed, but just pass the values or process logic)

Please advise. Thanks

Best regards,

FS

4 REPLIES 4
Read only

Former Member
0 Likes
702

Hi,

while calling the screen you can use SELECTION-SCREEN SKIP. it will not show the screen.

Regards,

Sourabh

Read only

Former Member
0 Likes
701

hi,

You can do it by BDC in No Screen Mode.

Read only

Former Member
0 Likes
701

It comes with one button 'continue' & ok_code ='CONT'.

So how can it run the ok_code (PAI) without going to the screen. thanks

FS

Read only

0 Likes
701

If i understood correctly,

variables which you created / used in screen 50 will be available across the program, so in first screen PAI call screen 3rd screen, but pass all the values (for the 2nd screen) before you call the 3rd screen.