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

Work center

Former Member
0 Likes
2,401

Hi All,

I have to transfer work centers from one client to another client. Can any one help me in doing this.

Thanks n regards

sree

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,118

Sree,

SAP has already provided two programs for this purpose. They are as following.

RCRAPDX1 - Generate dataset for workcenter

RCRAPDX2 - Data transfer of workcenter

The program generates the text file of data of workcenters you choose. The second program loads it in SAP.

Hi All,

I have to transfer work centers from one client to another client. Can any one help me in doing this.

Thanks n regards

sree

13 REPLIES 13
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,118

I would suggest downloading the data needed to create the work centers in the other client. Have the data in an excel spreadsheet, then use LSMW to upload the data into the other client. In LSMW, there is a standard object for Work Center.

Regards,

Rich Heilman

Read only

0 Likes
2,118

You can get the data from tables CRHD, CRCA, CRCO, CRTX.

There may be more tables.

Regards,

RIch HEilman

Read only

Former Member
0 Likes
2,118

Hi Use this Bapi to transfer work centers to target system.

<b>BAPI_RCVPRORDCF_RECEIVEWORKC</b>

Regards

Vijay

Read only

Former Member
0 Likes
2,118

Hi Sree,

The BAPI is working .

Please revert .

Regards

vijay

Read only

0 Likes
2,118

Hi Srinivas,

I tried Through ALE, I could cretae outbound IDocs, but in the inbound side i could not able to set up the partner profiles as there is no process code.

Could you please tell me the process code.

Thanks and Regards

sree

Read only

0 Likes
2,118

You may have to create your own process code and tie a BAPI or FM to it.

Read only

Former Member
0 Likes
2,118

Look at the message types CSCPWCS, LOIWCS, WORKC2, WORKC3, WORKC4 and IWKCEN, depending on your SAP release and requirement. The corresponding IDoc Types are LOIWCS01, LOIWCS02, WORKC2, WORKC3, WORKC4 and IWKCEN01.

Set up an ALE between the clients and just transfer data using ALE.

Srinivas

Read only

Former Member
0 Likes
2,118

Have you tried this

BAPI_RCVPRORDCF_RECEIVEWORKC

regards

viajy

Read only

0 Likes
2,118

Hi Vijay,

Can you please tell me how to use it. Till now i did not worked on BAPI's.

I read teh documentation for the function module BAPI_RCVPRORDCF_RECEIVEWORKC.

It says that "Send Work Centers to PDC System". Now in my case i have to transfer from one client to another client.

I can successfully create outbound Idocs, I am facing problems in inbound side since there is no Process code for inbound side.

Please kindly do the needful, It is very urgent.

Read only

0 Likes
2,118

Set the Target system.

and then populate the table workcenters table in that source system and workcenter details u have to populate and send the table to BAPi.

regards

vijay

Read only

0 Likes
2,118

Hi

I did not understand, can you be more elaborate.

Please it is very urgent.

sree

Read only

Former Member
0 Likes
2,119

Sree,

SAP has already provided two programs for this purpose. They are as following.

RCRAPDX1 - Generate dataset for workcenter

RCRAPDX2 - Data transfer of workcenter

The program generates the text file of data of workcenters you choose. The second program loads it in SAP.

Read only

Former Member
0 Likes
2,118

Hi all,

Could anyone please let me know if there is any BAPI to read the work center header data and rates? I need to send this information to a legacy system in a file.

Any input is greatly appreciated...

Thank you