Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

fm CO_XT_COMPONENT_ADD commit

Former Member
0 Likes
2,622

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?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
2,223

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

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
2,224

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

Read only

0 Likes
2,222

the poup up is recalled inside the CO_ZV_ORDER_POST fm in the perform check_costing

Read only

2,222

The import parameter "No_Dialog" looks like interesting, no ?

Read only

0 Likes
2,222

May I ask how you solve this problem, I also met this problem now