cancel
Showing results for 
Search instead for 
Did you mean: 

Pass variable value form one Operational mapping to other

Former Member
0 Kudos

Hi,

Can a variable value be passed form one Operational mapping to other in Interface determination?

So that a Condition check to excute the second operational mapping depending on variable value obtained form first operational mapping.

Can globalContainer could be used in UDF?

Thankx

Edited by: kevindass on Aug 25, 2011 9:13 AM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

You can try these two options:

1) Create a key in Dynamic Configuration and use it to store the value and retrieve the value back in second operation from Dynamic Configuration.

OR

2) Use Export and send the value to BPM, then in BPM using the value decide on if to execute the second operation.

Regards,

Aravind

Former Member
0 Kudos

Is there any place where you could store an intermediate value (telling whether to execute or not the next mapping) ? Like a msg root's attribute, or at least a new DynamicConfiguration key (not sure for this) ?

Chris

Former Member
0 Kudos

Thanx

former_member854360
Active Contributor
0 Kudos

Hi,

Not possible

Globalcontaner is valid in a within a single mapping program.

However in First operation mapping you can store the values in file system from mapping and in second mapping can access it.

Or

RFC lookup in mapping to store the value in ECC table and in second mapping retrive it.