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

Master Data Movement

Former Member
0 Likes
800

Hello,

I want to move the Master Data from Production to the Training Server.

1. Work Centre

2. Equipments

3. Functional Locations

I tried to find if I can get any IDOC but I didnt get.

For Work Centre there is Idoc available but there is no program to send the IDOC (Like BD10 for Material)

Can I get some expert advice as how to proceed?

Since this is the Training Server, I cannot go into huge custom development by creating all Z Idocs and everything.

your suggestion would be helpful.

Pranu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
760

Hi,

extract data from production server and upload the data in training server using lsmw

Functional location :

Standard Batch input : 0440

method : 0001

Equipment :

Standard Batch input : 0400

method : 0001

Work center:

Standard Batch input : 0260

Method : 0000

Regards

Vinod

6 REPLIES 6
Read only

Former Member
0 Likes
760

Hi ,

If why don' u try BAPI,

as an example ::: BAPI_BLD_GETDETAIL : Reads out the dip history for one location/material

Just need to specify from which RFC destination u wan to get that data.

Thanks & Regrds,

Read only

Former Member
0 Likes
761

Hi,

extract data from production server and upload the data in training server using lsmw

Functional location :

Standard Batch input : 0440

method : 0001

Equipment :

Standard Batch input : 0400

method : 0001

Work center:

Standard Batch input : 0260

Method : 0000

Regards

Vinod

Read only

0 Likes
760

How to extract from Prod?

Thanks

Read only

0 Likes
760

Hi,

You have to extract the data from related tables. For Workcenter data transfer you can use tcode PWKC (ALE).

Regards

Vinod

Read only

0 Likes
760

I tried PWKC with the message type - IWKCEN

But it goes in DUMP.

Is it possible to call the Production BAPI from Training box and update trainign?

Eg: Calling BAPI_EQUI_GETDETAIL with destinition = production and

then calling BAPI_EQUI_CREATE in Training?

Thanks

Read only

0 Likes
760

Hi,

If you have proper authorization for RFC connection from Training server to production server you can use this method.

Regards

Vinod

Edited by: Vinod Kumar on May 5, 2010 5:25 PM