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: 

bapi to change work center based on Tcode : CR02

Former Member
0 Kudos

Hi,

I want to change or modify fields like resource type , resource category, etc from Tcode : CR02 based on some condition like for a particular plant ,work center and person responsible.

Please let me know if there's some BAPI which does this work.

Regards,

R.Narsingh

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

try CR_WORKCENTER_UPDATE - Update function module, call it in update task and do a commit work after calling the fm

also check /ISDFPS/WCUPS_MAINTAIN

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

try CR_WORKCENTER_UPDATE - Update function module, call it in update task and do a commit work after calling the fm

also check /ISDFPS/WCUPS_MAINTAIN

0 Kudos

How do you use this FM to update? How do the parameters need to be set?

Thanks,

Rafa