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

Supress Pop-Up information windows from SUBMIT Program

dp_prasad
Participant
0 Likes
2,943

Hi

I have 2 Programs.im submitting the Program 2 from program1 using SUBMIT ..AND return command. Program 2 actually shows some popup information when we run online.

When i call the prog.2 from prog.1 i dont want to see those information windows when i run online. Can anybody have any idea. Thanks a Lot in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
1,396

Deadlock,

Is the pop up information explicity raised by the submitted program. If yes, then we cannot do anything to suppress from the calling program.

Probably, you can put a check in program 2 to see that the pop up information is not shown when the program2 is called from a different program. You can check SY-CALLD variable and decide the same.

Regards,

Ravi

Note : Please mark the helpfull answers

Hi

I have 2 Programs.im submitting the Program 2 from program1 using SUBMIT ..AND return command. Program 2 actually shows some popup information when we run online.

When i call the prog.2 from prog.1 i dont want to see those information windows when i run online. Can anybody have any idea. Thanks a Lot in advance.

2 REPLIES 2
Read only

Former Member
1,397

Deadlock,

Is the pop up information explicity raised by the submitted program. If yes, then we cannot do anything to suppress from the calling program.

Probably, you can put a check in program 2 to see that the pop up information is not shown when the program2 is called from a different program. You can check SY-CALLD variable and decide the same.

Regards,

Ravi

Note : Please mark the helpfull answers

Read only

dp_prasad
Participant
0 Likes
1,396

Hi

I have solved it my own. I have used "<b>export list to memory</b>" option in the Submit program command. and its no more showing any Pop upsfrom the submitted program.Thanks for all your time for looking into this issue.

Message was edited by: Deadlock1