2021 Feb 08 10:36 AM
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
2021 Feb 08 10:44 AM
2021 Feb 08 10:44 AM
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.
2021 Feb 08 12:32 PM
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.