2006 Sep 25 5:12 PM
Hi,
I would like to know if it's possible to export all the data of the material master data from one system to import in another one ?
I thought about a program that create data like the LSMW standard program. But I didn't find the oposite of the RMDATIND.
I thought about IDoc, but I'm not sure it's possible.
Please don't speak about SE16
Thanks
Fred
2006 Sep 25 5:15 PM
This can be done using ALE/IDocs. A couple of things to keep in mind if using IDocs:
1. Does the receiving system allow external assignment of numbers in this range.
2. Does the standard IDoc have all of the fields needed. If not, the IDoc can be extended.
Hi,
I would like to know if it's possible to export all the data of the material master data from one system to import in another one ?
I thought about a program that create data like the LSMW standard program. But I didn't find the oposite of the RMDATIND.
I thought about IDoc, but I'm not sure it's possible.
Please don't speak about SE16
Thanks
Fred
2006 Sep 25 5:15 PM
This can be done using ALE/IDocs. A couple of things to keep in mind if using IDocs:
1. Does the receiving system allow external assignment of numbers in this range.
2. Does the standard IDoc have all of the fields needed. If not, the IDoc can be extended.
2006 Sep 25 5:16 PM
Hi Michael,
do you have a quick list of "how to do" to make this action quickly ?
Thx
Fred
2006 Sep 25 5:18 PM
Are you sending between 2 SAP systems? Are they both in your environment?
2006 Sep 25 5:20 PM
1. Yes, we used external "number" range for the material number.
2. Yes, we have extend, but it's not important for me.
My big question is :
- What message type I have to use ?
- Do I have to create RFC connexion or could I just copy the file ?
It's 2 SAP System, and it's not the same system. (Developpment -> Quality).
Message was edited by: Frédéric Girod
2006 Sep 25 5:26 PM
I'll assume they are both SAP systems. Start with these steps:
1. Define logical system for receiving system. (BD54)
2. Maintain distribution model. (BD64) Define a model view, then highlight the model view and click the "Add message type" button. Choose the sender (LS assigned to your client), receiver(created above) and message type(MATMAS). Save.
3. Define RFC destination for receiver system. (SM59)
4. Define transactional RFC port for RFC destination. (WE21)
5. Maintain partner profile for newly created logical system. (WE20).
Let me know if you have any problems/questions with these steps. I'll get you the rest once you've completed these.
2006 Sep 25 5:27 PM
You will want to send these via RFC. You may already have a logical system and RFC destination defined.
Message was edited by: Michael Malvey
2006 Sep 25 5:31 PM
2006 Sep 25 5:32 PM
You can email me directly if you get stuck. My email should be available on my business card.
2006 Sep 25 5:25 PM
Hi,
check below link
/people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario
http://help.sap.com/saphelp_nw04s/helpdata/en/b9/c5b13bbeb0cb37e10000000a11402f/content.htm
Regards
amole