cancel
Showing results for 
Search instead for 
Did you mean: 

Handling the context In Graphical Mapping

Former Member
0 Kudos

Hi Experts,

I need a solutions for the below issue

Source structure

LPLRecordset 0-----Unbounded

a

b

c

Tax

1

2

RecieverStructure

VendorPurchaseRecord 0---Unbounded

a

b

c

1

2

I need the output in different cases

Case1:

LPLRecordset

a

b

c

Tax

1

2

the output should come as

VendorPurchaseReord

a

b

c

d

1

again once again it should repeat

VendorPurchaseRecord

a

b

c

d

2

Case 2:

LPLRecordset

a

b

c

Tax

1

Output

-


VendorPurchaseRecord

a

b

c

1

Case 3

-


LPLRecordset

a

b

c

Output

-


VendorPurchaseRecord

a

b

c

I need a solution for this..in a graphical manner.

If any other informations is needed plz ask reply me back

Thanks & Regards

Himabindu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member859847
Active Contributor
0 Kudos

Hi Himabindhu,

please use node functions as mentioned below.

case1:

a(Input)->use one as Many(three inputs-a,1,1)->a(output)....similarly for b and c.

you can use direct mapping for case2 and case3.

warm regards

Mahesh.

former_member859847
Active Contributor
0 Kudos

Hi Himbindhu,

If you not achieved as per the above logic, first duplicate the target structure.

use directly graphical mapping, diable the "2" field in the actual target structure and "1" field in duplicated structure.

warm regards

Mahesh.