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: 

Suppress Dialog called by FuBa - ABAP

lukasmetzger
Participant
0 Kudos

Hi Everyone,

I am currently working on a report and encountered a problem.

After the selection-screen some data is selected by a FuBa. This Function brings up a pop-up that is not necessary for the application.

Is there a way how I can suppress the pop-up without changing the FuBa?

Thanks in advance!

Best regards,

Lukas

3 REPLIES 3

lukasmetzger
Participant
0 Kudos

Its a custom one.

matt
Active Contributor
0 Kudos

No. You can't if it hasn't been programmed in some way to not bring a popup. E.g. a parameter for suppressing., or perhaps a check to see if it's running in background, or customising.

You can try running the FM in a background session and seeing what happens.

Sandra_Rossi
Active Contributor
0 Kudos

If it's a custom function module, then you should refactor it to allow this new requirement. If it was standard, you could use batch input or enhancement framework.