on 2021 May 17 3:09 PM
Hello all,
Any help would be appreciated!
I am trying to suppress dialog/pop-up after updating SO# using BAPI_SALESORDER_CHANGE but it is displaying dialog message <attached>.
CALL FUNCTION 'DIALOG_SET_NO_DIALOG'.
SUPPRESS DIALOG.
CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
EXPORTING
SALESDOCUMENT = i_vbeln
ORDER_HEADER_IN = order_header
ORDER_HEADER_INX = order_headerx
TABLES
RETURN = t_return
ORDER_ITEM_IN = i_order_item_in
ORDER_ITEM_INX = i_order_item_inx
SCHEDULE_LINES = i_order_sch_in
SCHEDULE_LINESX = i_order_sch_inx
EXTENSIONIN = i_extension_in.
Request clarification before answering.
Check if the pop-up comes from
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.