Skip to Content
0
Feb 03, 2023 at 02:09 PM

WS_DELIVERY_UPDATE fails because try to open a dialog, on a background process

45 Views

Hi.

I’m using the FM WS_DELIVERY_UPDATE, but on this FM is calling others and one of them IDOCS_PASS_TO_APPLICATION as a parameter PI_INPUT_METHOD (pi_input_method LIKE bdwfap_par-inputmethd).

Since is getting space it works like a dialog window, which fails the program.

Do you know how could I avoid this problem? How could WS_DELIVERY_UPDATE without act as a dialog instead of a background?

Thanks in advance