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_COMPONENTS_DELETE

Former Member
0 Likes
1,123

Hi experts.

I'd like to delete components on a production order, using CO_XT_COMPONENTS_DELETE. I fill the MANDT, RSNUM and RSPOS fields, launch CO_XT_ORDER_PREPARE_COMMIT after, I have no error but it doesn't work. What am I doing wrong ?

Hi experts.

I'd like to delete components on a production order, using CO_XT_COMPONENTS_DELETE. I fill the MANDT, RSNUM and RSPOS fields, launch CO_XT_ORDER_PREPARE_COMMIT after, I have no error but it doesn't work. What am I doing wrong ?

4 REPLIES 4
Read only

Former Member
0 Likes
751

Hi Julien,

Please check whether the FM 'CO_XT_COMPONENTS_DELETE' is raising any exception or not. There might be some authorization issue as well, for deleting components of PO.

Thanks and Regards,

Rishin Chaudhuri

Read only

Former Member
0 Likes
751

I have no exceptions and nothing inside the Return tables.

Read only

0 Likes
751

Hi,

Did you try COMMIT WORK AND WAIT after the FM call???

Thanks,

Vinod.

Read only

Former Member
0 Likes
751

Yes I commit at the end.