cancel
Showing results for 
Search instead for 
Did you mean: 

SAP HCI - value set in content modifier property issue

Former Member
0 Kudos

Hello all,

I have set the value in content modifier property in a sequential branch and tried to refer the value in another branch of the sequential multicast.

But I am unable to get the value.Please help.

Regards,

Tibin

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriprasadsbhat
Active Contributor

Hello Tibin,

It's known behaviour and whether its parallel multicast or sequential only copy of original message (incoming message at multicast step with header and property) will be sent to branches.So whatever the the property you have set in first branch is only valid for that branch ,not for the next branch.

In terms of sequential multicast only control will be sent to next branch to notify successful completion of first branch not the resulting message of first branch.

Hope it clarifies your question.

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

Hello Sriprasad,

Thanks for your clarification.I have tried write variable to referred at the end of the process.

Regards,

Tibin

Former Member
0 Kudos

Hi Tibin,

Basically, we cannot use property to store branch 1 data to use further processing for branch X. Better to use Hash Map to store and retrieve it.

Thank you.

Regards,

Praveen Katkoori

Former Member
0 Kudos

Hello Praveen,

Can you help me out how to achieve ths. I have solved the above issue using write variable.

I have similar kind of another issue which i tried solving using write variable , but the iflow itself not deploying.

I have declared the write variable in on the sequential step and tried refering the write vriable to content modifier property aslocal vriable in the exception sub process.it is not working.

Regards,

Tibin

Former Member
0 Kudos

Hi Praveen, I am having similar issue. I have stored value in local variable. In order to make sure that it is stored i used content modifier to store in body and used eclipse to trace the payload in the branch and it shows the proper value.

But, it still CANNOT access the local variable in 2 or 3rd branch.

I am writing the local variable.

You mentioned in your post that you solved this problem.

any help will be appreciated.

Thanks

Athar