‎2020 Oct 23 9:14 AM
after i use this fm CO_XT_COMPONENT_ADD i have to use this fm CO_XT_ORDER_PREPARE_COMMIT for commit, but the latter fm brings out a poup-up that i don't want, how can i do without this fm?
‎2020 Oct 23 9:21 AM
Open the code of the second FM in SE37.
The program call a first FM CO_ZV_ORDER_POST, and after looks like it call the pop-up/msg
call directly the CO_ZV_ORDER_POST FM
‎2020 Oct 23 9:21 AM
Open the code of the second FM in SE37.
The program call a first FM CO_ZV_ORDER_POST, and after looks like it call the pop-up/msg
call directly the CO_ZV_ORDER_POST FM
‎2020 Oct 23 9:42 AM
the poup up is recalled inside the CO_ZV_ORDER_POST fm in the perform check_costing
‎2020 Oct 23 10:09 AM
The import parameter "No_Dialog" looks like interesting, no ?
‎2021 Jul 07 11:06 AM
May I ask how you solve this problem, I also met this problem now