2018 Oct 01 4:13 PM
Hi All,
I am using BAPI BAPI_SHIPMENT_CHANGE to change status of shipment. But it is giving pop up when executing. I do not need pop up as I am using the BAPI in RF programs.
I have tried with DESTINATION 'NONE', and Exceptions but not worked.
Also tried executing Background Task, Pop Up not displayed but no change in shipment. It is a custom program. Please help ASAP.
CALL FUNCTION 'BAPI_SHIPMENT_CHANGE' IN BACKGROUND TASK DESTINATION 'NONE'
EXPORTING
headerdata = ls_headerdata
headerdataaction = ls_headerdataaction
TABLES return = lt_return
EXCEPTIONS
OTHERS = 99.
Thanks
Guru Prasad.
Hi All,
I am using BAPI BAPI_SHIPMENT_CHANGE to change status of shipment. But it is giving pop up when executing. I do not need pop up as I am using the BAPI in RF programs.
I have tried with DESTINATION 'NONE', and Exceptions but not worked.
Also tried executing Background Task, Pop Up not displayed but no change in shipment. It is a custom program. Please help ASAP.
CALL FUNCTION 'BAPI_SHIPMENT_CHANGE' IN BACKGROUND TASK DESTINATION 'NONE'
EXPORTING
headerdata = ls_headerdata
headerdataaction = ls_headerdataaction
TABLES return = lt_return
EXCEPTIONS
OTHERS = 99.
Thanks
Guru Prasad.
2018 Oct 01 7:50 PM
This BAPI is NOT RELEASED to Customers, so you will have to do the necessary debugging / fixes on you own (no SAP Support).
Some hints would be :
2018 Oct 02 1:50 AM
what pop up it is? i saw there is a CTRL_NO_RECONFIRM field of HEADERDATAACTION parameter, maybe you could try to set it = X.
2018 Oct 02 6:51 AM
Hello Guru,
the EXCEPTIONS addition "error_message" could stop the Pop Up (conditions abapcall_function_parameter).
Regards Patrick
2018 Oct 02 10:21 AM
2018 Oct 05 2:22 PM
Hi All,
For now I have created new FM to complete the shipment, still trying to resolve the Pop Up issue, thank you all for your messages.
Regards
Guru Prasad
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |