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: 

how to bypass a pop up message?

Former Member
0 Kudos

Hi, I have a report where i am calling a function module. When the function module run it displays a pop up window like do you want to proceed: yes/No? I would like to bypass this popup? as every time i dont want to press the yes button as the function module is called in a loop.

4 REPLIES 4

Former Member
0 Kudos

Hi

You need to change that function in order to skip the popup....I don't know if this fm is standard or custom

Max

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Is it a customer report or an standard report?

If it's a customer report, delete the call of this FM (I suposse that it must be a POPUP_*).

If it's a SAP report, debug it, and check if there is any condition to call this FM (for instance, value for tables T* that usually are customizing tables).

I hope this helps you

Regards

Eduardo

Former Member
0 Kudos

Can you provide which Function module you are using.

0 Kudos

Please provide the FM Name?

Regards,

Kalyan TC.