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

Using FM CR_API_CHANGE_ENTRY

Former Member
0 Likes
1,094

Hi Experts,

I wanted to change the work center description, capacity data and cost center data using the FMs - CR_API_CHANGE_ENTRY, CR_API_CHANGE_CAPACITIES, CR_API_CHANGE_COSTCENTER respectively. I do not get an error message. At the same time after commit statement, the data is not updated. Can you please guide me on this?

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
974

Hi,

Since the FM that you have mentioned are not released for customer use, I would suggest you try to find other ways to do the changes.

As for the entries not getting updated you can try commit work after the FM call.

Hope this helps.

3 REPLIES 3
Read only

Former Member
0 Likes
975

Hi,

Since the FM that you have mentioned are not released for customer use, I would suggest you try to find other ways to do the changes.

As for the entries not getting updated you can try commit work after the FM call.

Hope this helps.

Read only

0 Likes
974

As the FM was not yet released, we had to look into another alternative.

Thank you.

Read only

PauloRRGomes
Explorer
0 Likes
974

Try CR_CAPACITY_UPDATE instead