Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Conversion Rule for Inbound IDoc.

This document discusses how to implement Conversion Rule for any Inbound IDoc.

In this example we are converting sender company code for FI document i.e here we are mapping sender Company  Code '2000'  to 'ABCD' ,'2100' to 'QWER'

Following steps to be follwed to Implement Conversion Rule.

Step1 .Go to Transaction code BD62

Click on the change button and enter conversion rule name as shown below.

Conversion rule NameDescriptionIDoc segment
Z_INBOUND_IDOCConversion Rule for Inbound IDocE1FISEG

Step2 .Go to Transaction code BD55

Enter the Message Type here we are using  'FIDCC2' (Complete FI Document) message type.

Ty.SenderFunc.Ty.ReceiverRoleSegment typeConversion rule
LSSENDER(LS Name)LSRECEIVER(LS Name)E1FISEGZ_INBOUND_IDOC

Step3.Go to Transaction code BD79

Enter the Conversion Rule name 'Z_INBOUND_IDOC' click on change mode.

Double click on the field 'BUKRS'.

And enter the value as shown below

  Click Conditions and enter value as shown below.

   Click go back and Save.

1 Comment