cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc creation at Customer master creation

Former Member
0 Kudos

Dear Gurus,

I have developed a custom IDoc. Now i want to send this customer master IDoc to the legcy system whenver a new customer is created or existing customer is modified.Ive sent IDoc from BD12,it is working fine,now i want to send it at runtime.Is there any customizing part required to trigger the IDoc at creation if the customer master record ???

please help me out.

Reward points for helpful answers.

Cheers,

Deepthee Kasal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Deepthee

Please correct me.

U need that a idoc will be created in one system and this idoc will go to legacy system. Now are these both systems SAP. Or which is sap and which not.

If the system is non sap and legacy is sap, then a XML file is sent from non sap and this is converted to idoc (DEBMAS) and processed in SAP and created or change customer master.

Now if there is some sap system and it will create idoc after cration of customer and send to non sap to update. SAP doesnt provide o/p determination on customer masters. Here wyou will define a new idoc type use copy of DEBMAS and then create a idoc in sap for this and convert to XML and sent to legacy.

Hope this helps

Kind Regards

Sandeep

Former Member
0 Kudos

Hi

Idoc is controlled through Message control.

The Output type is created through which you can trigger the Idocs.

Regards

KRSNA