cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping logic

Former Member
0 Kudos

Hi All,

Can anybody tell me how could I implement following logic in mapping:

If Field_S1 has data, create one line of Segment with Field_S1 data mapped directly to Field_T.

If Field_S2 has data, create one line of Segment with Field_S2 data mapped directly to Field_T.

If no data exists in Field_S1 or Field_S2, SUPPRESS the Segment record.

Correst mapping would be awarded with 10 points.

Thanks

Navin

Accepted Solutions (0)

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

HI navin ,

Use Node functions for this..

1) Exists

2) CreateIf

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

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

Also you can try with small user defined functions for this.

Thanks,

Moorthy

Former Member
0 Kudos