cancel
Showing results for 
Search instead for 
Did you mean: 

idoc mapping

Former Member
0 Kudos

Hello,

I got a source External definition with segments as below and the target IDOC is PORDCH03.

Source-

E101CRMXIF_BUSTRANS [0:1]

             OBJECT_ID[0:1]

     E101CRMXIF_BUSTRANS_ITEM  [0...9999]

            ITEM_NUMBER [0:1]

Target-

     E1PORDCH[0:1]

         E1BPMEPOITEM [0..9999999]

                PO_ITEM

            E1BPMEPOITEM1 [0:1]

                     CRM_SALES_ORDER_NO[0:1]

                     CRM_REF_SALES_ORDER_NO[0:1]

I have mapped the CRM_SALES_ORDER_NO to OBJECT_ID and CRM_REF_SALES_ORDER_NO to ITEM_NUMBER.

E1BPMEPOITEM is mapped to E101CRMXIF_BUSTRANS_ITEM  & E1BPMEPOITEM1 is mapped to E1BPMEPOITEM1 is mapped to E101CRMXIF_BUSTRANS.

After execution of mapping I do not see E1BPMEPOITEM1 and its values in the target idoc. Am i missing something here ?

Please advice.

Thanks,

Teresa        

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

  map

E101CRMXIF_BUSTRANS_ITEM  -----> E1BPMEPOITEM [0..9999999]

  OBJECT_ID[0:1]---->useoneAsMnay-->spllitby value-->CRM_SALES_ORDER_NO[0:1]

useone as many first argument--->Object_ID

useone as many second argument--->E101CRMXIF_BUSTRANS_ITEM 

useone as many third argument--->E101CRMXIF_BUSTRANS_ITEM 

ITEM_NUMBER [0:1]----> CRM_REF_SALES_ORDER_NO[0:1]

i would sugegst you to practise sample mappings with combination of node functions , definetly you will make wonders.

http://help.sap.com/saphelp_nw04/helpdata/en/d9/cea942ad920c31e10000000a1550b0/frameset.htm

Regards,

Raj

Answers (0)