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

bapi to change work center based on Tcode : CR02

Former Member
0 Likes
2,373

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
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,710

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

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

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,711

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

Read only

0 Likes
1,710

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

Thanks,

Rafa