cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC mapping requirment

Former Member
0 Kudos

Dear all,

I have a mapping requirment based on IDOC Segment to SOAP.

My IDOC Structue is like this:

Source Target

segement1:

itemA

itemB

itemC ID

itemD

Segement2:

itemD

itemE Description

itemF Value

Based on ItemF ,if its value is 00 then get itemC from Segement1 and itemE from Segement2 and map to target as ID and Desciption .

Please provide me the graphical mapping design.

Regards

Vsantosh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check Item F= 00---> if without else ---> Pass the value for Item C & E to target

Please do this for Item C and Item E field separately.

Former Member
0 Kudos

can u provide me some more information like

if ItemF value is 00 then ur trying to get the data from the two fields from the source side ,

what do u want to do with those two values (means u want concatnate or what) and

if itemf value is not queals to 00 then what to do .......

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Use Equals and check for 00, followed by if without else for two times.

for one mapping item c id to target elememt

for second mapping item e description to target element.

Former Member
0 Kudos

Since you have two target elements, you have 2 mappings. They are each very similar and involve and if without else. Each should check if F contains 00 and then map the corresponding fields as the result.