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 not delete component

Former Member
0 Likes
2,118

why the fm CO_XT_COMPONENTS_DELETE does not delete the component?

it does not return any errors

why the fm CO_XT_COMPONENTS_DELETE does not delete the component?

it does not return any errors

3 REPLIES 3
Read only

former_member235395
Contributor
0 Likes
1,678

Hi Nick, after call FM, try using "COMMIT WORK AND WAIT."

Regards,

Read only

Abinathsiva
Active Contributor
0 Likes
1,678
Read only

RaymondGiuseppi
Active Contributor
1,678

This is a not-released FM, so at your own risk, following FMs are only a suggestion 😏

" Dirty code (sample)
PERFORM change_flag_set(saplcozv).
CALL FUNCTION 'CO_IT_SET_FLG_ITAB_NEW'.
CALL FUNCTION 'CO_XT_ORDER_PREPARE_COMMIT'.
COMMIT WORK AND WAIT

When using this kind of FM, perform many where-used searchs in standard code.