on 2022 Sep 24 8:42 AM
Hello Experts,
I need to call 4 endpoints dynamically via HTTP receiver in CPI.
Identifier would be coming from source and I am capturing that "Identifier" in Content Modifier.
I have maintained a VM table accordingly and want to develop a groovy which can call the VM and return the correct output as property against the source Value. Please help me with the groovy code.
Content Modifier
Request clarification before answering.
Hi Arvik,
Remove line 18 and 19 in your script and add one line as below.
message.setProperty("MappedValue", mappedValue);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Check below link for snap shop of groovy scrip.
https://answers.sap.com/questions/540900/cpi--accessing-value-mapping-using-groovy-script.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.