Application Development 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: 

fm CO_XT_COMPONENTS_DELETE not delete component

former_member691402
Participant
0 Kudos

why the fm CO_XT_COMPONENTS_DELETE does not delete the component?

it does not return any errors

3 REPLIES 3

former_member235395
Contributor
0 Kudos

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

Regards,

Abinathsiva
Active Contributor
0 Kudos

raymond_giuseppi
Active Contributor

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.