cancel
Showing results for 
Search instead for 
Did you mean: 

Global Parameter in Integration Advisor

02-09-2023 6:58 AM
1270 views 3 comments
0 Likes
SAP Managed Tags
Subscribe

Hi all,

Can i set a value for a variable declared in Global Parameter within a mapping in Integration advisor?

Regards

Niladri

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

RobertQ
Explorer
0 Likes

Hello niladrisekhardeb,

could you elaborate more on your question.

Do you want to set a default value to a global parameter, than you can do that by defining it when you create it.

Here is an example of the variable InterchangeControlReference with a default value of "317".

If used in the AI MAG Mapping in a simulation that value is populated to the target field by using the global parameter in the function.

Regards,

Robert

0 Likes

Hi Robert,

Thanks for taking time to reply. I am aware of this function.

while mapping a target field (say NETPR) i have calculation logic using 3 fields from source. Now while mapping another field i need to check value of NETPR,

Is it possible to save the value NETPR in global parameter when doing the mapping for field NETPR?

Workaround - now i have codded the same logic over again while mapping second field.

Thanks

Niladri

RobertQ
Explorer
0 Likes

Hello Niladri,

as far as I know there is no functionality at the moment to use variables in the Integration Adapter.

Only option would be to calculate the value beforehand in a content modifier or script and transfer the value as a global variable to the mapping.

Regards

Robert