cancel
Showing results for 
Search instead for 
Did you mean: 

Release Indicator value is not passed in WF

former_member190818
Active Contributor
0 Kudos

Hi,

I want to trigger the wf when service entry sheet created. I created new workflow and using the BO Bus2091 for triggering. The user can Release/Reject. When he releases the field KZABN in the table ESSR sets the value X. I need to get the value from this table and pass to my wf. So i created an attribute and binded with my wf. After he releases, it shows empty value only but in table it is marked as X.

For testing i checked with another field, the value is passed for that field and i'm getting in my wf.

I want to know whether we can pass value of Release Indicator to WF.?

Can anyone help ??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It is easier to access your attribute directly in the workflow. You do not need to bind it. In other words you should have a container element called let's say EntrySheet, defined by BOR BUS2091 in your workflow, and which gets populated by event -> wf binding. In the definition of BOR BUS2091, you have an attribute KZABN. If you need that attribute at any stage of the workflow, just take EntrySheet.KZABN. That will reflect the current value of the field ESSR-KZABN. This of course assuming that your attribute is working properly. You can use the testing function to verify that in SWO1.

KR,

Patrick

former_member190818
Active Contributor
0 Kudos

Hi Patrick,

I've tested the BO. There i can able to get the value. but in wf only i cant able to get the indicator value, for test purpose i had another element and checked. That value is passing. i can see that value but the release indicator field is empty...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bro,

I need to work on same requirement.Please tell me if we have some standard workflow for the same

former_member190818
Active Contributor
0 Kudos

Hi vivek,

U can post yr requirement as new thread. Explain wat is yr scenario and wat BO u r using and wat actual req. If u say like same requirement how can i know which BO u r using and wat is exact req. So tell me yr scenario and wat u need.

former_member184495
Active Contributor
0 Kudos

Hi MB,

I presume you must have created a Zmethod to pass this value from your BOR Method to your WF container,

if yes, put a break point in your Zmethod and try testing it that way, check whether the

values are properly passing from your method to your containers,

also check your binding.

Hope it helps.

Aditya

former_member190818
Active Contributor
0 Kudos

Hi Aditya,

I dont know why i need to create method for getting single value. As i said when i test BO, i can able to see the values there and apart from Release Indicator i can able to get other field values. So binding everything is fine.

former_member184495
Active Contributor
0 Kudos

Hi MB,

I never said to create a Zmethod,

I have written that I presumed you have created a Zmethod.

Since you said binding is also perfect, I doubt what could be wrong.

Aditya