‎2010 May 05 12:16 PM
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
‎2010 May 05 12:29 PM
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
‎2010 May 05 12:26 PM
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,
‎2010 May 05 12:29 PM
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
‎2010 May 05 12:31 PM
‎2010 May 05 12:38 PM
Hi,
You have to extract the data from related tables. For Workcenter data transfer you can use tcode PWKC (ALE).
Regards
Vinod
‎2010 May 05 12:43 PM
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
‎2010 May 05 12:54 PM
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