cancel
Showing results for 
Search instead for 
Did you mean: 

EDI FOR MATERIAL CREATION AND CHANGE

Former Member
0 Kudos

Hello all,

I have a requirement that when a material is created it whole detial about that material is saved at a given location as idoc.

ie EDI configration.

How know to configure EDI process order. How can we do for material creation.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use BD10 to send material details as IDOC.

But you have to configure the WE20 before.

Create a Logical system..

Create a partner profile for the logical system. (Logical system and Partner No should be same)

Assign the MATMAS in the Logical system in the outbound parameters.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your reply but here for every material we have to execute or between the range.

But i need something like when every the material is created in mm01 or changed in MM02 the the Idoc should be download or transfer to the other receiving system. What should be done and how?

JL23
Active Contributor
Former Member
0 Kudos

Thanks for your reply................

In Tcode we41 which function module name should be used..............

and in Tcode we20 which partner type should be selected???

Please help me out..............

Former Member
0 Kudos

Since we are not using any message control, we don't need to setup the process code in WE41.

The function module has already been assigned to the message type in WE57.

Step1: Create a logical system - BD54.

Step2: Create a distribution model - BD64.

Create a model view and add the Sender (SAP ECC) and Receiver (Logical System you created).

Then add the message type MATMAS.

Step3: Create a RFC Destination - SM59

Step4: Create a port and assign it to the RFC Destination created above. - WE21.

Step5: Create Partner profiles - WE20

Partner type - LS

Message type - MATMAS

Basic type - MATMAS05

Step6: Trigger the material material through BD10.

Hope it helps.