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

Export and Import Material data (MM01)

FredericGirod
Active Contributor
0 Likes
1,357

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,234

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

9 REPLIES 9
Read only

Former Member
0 Likes
1,235

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.

Read only

0 Likes
1,234

Hi Michael,

do you have a quick list of "how to do" to make this action quickly ?

Thx

Fred

Read only

0 Likes
1,234

Are you sending between 2 SAP systems? Are they both in your environment?

Read only

0 Likes
1,234

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

Read only

0 Likes
1,234

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.

Read only

0 Likes
1,234

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

Read only

0 Likes
1,234

Thank you for your time & your explanation Michael

Read only

0 Likes
1,234

You can email me directly if you get stuck. My email should be available on my business card.

Read only

Former Member
0 Likes
1,234

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