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: 

Work center

Former Member
0 Kudos
628

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

Former Member
0 Kudos
345

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.

13 REPLIES 13

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos
345

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

0 Kudos
345

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

There may be more tables.

Regards,

RIch HEilman

former_member188685
Active Contributor
0 Kudos
345

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

<b>BAPI_RCVPRORDCF_RECEIVEWORKC</b>

Regards

Vijay

former_member188685
Active Contributor
0 Kudos
345

Hi Sree,

The BAPI is working .

Please revert .

Regards

vijay

0 Kudos
345

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

0 Kudos
345

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

Former Member
0 Kudos
345

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

former_member188685
Active Contributor
0 Kudos
345

Have you tried this

BAPI_RCVPRORDCF_RECEIVEWORKC

regards

viajy

0 Kudos
345

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.

0 Kudos
345

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

0 Kudos
345

Hi

I did not understand, can you be more elaborate.

Please it is very urgent.

sree

Former Member
0 Kudos
346

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.

Former Member
0 Kudos
345

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