cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping isssue for two fields must be checked and passed to target field

Former Member
0 Kudos

Hi all

I am using IDOCS, ORDERS05, in which i have shipment country in header level and Item level,

so in my mapping i must check if i shipment exist in item level , if it exists it should pass to target field, and if doesnot exist it should pass the header level data , is it possiable in graphical mapping , please help me

thanking you

Sridhar

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Please use this mapping:

shipmentCountry from item level -


>\

shipmentCountry from item level --> exists --> ifThenElse --> target field*

shipmentCountry from header level -


>/

Edited by: dspboys on Jan 21, 2009 9:05 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you very much , i hope i have got alomost answer but i am confused with how to check that exist

please help me in this isssue

Thanking you

Sridhar

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

The function exist is found under the node functions. The function ifThenElse is found under Boolean functions. I'm unsure what are you confused of. Can you please clarify?

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi all

> I am using IDOCS, ORDERS05, in which i have shipment country in header level and Item level,

> so in my mapping i must check if i shipment exist in item level , if it exists it should pass to target field, and if doesnot exist it should pass the header level data , is it possiable in graphical mapping , please help me

> thanking you

> Sridhar

yes.

lets call the item level shipment as itemshipment and the header level as headershipment.

the logic will be;

                                 itemshipment                        
                                                |
itemshipment --- *exist* *if -- then* - TargetField
                                       |
                                    *else* - headershipment