cancel
Showing results for 
Search instead for 
Did you mean: 

How to access workflow BOR value in method call?

Former Member
0 Kudos

Hello All,

I would like to access the value that is a workflow BOR object. I am able to use workflow ID to get container values but the values I am looking to get are referenced in the BOR object.

I have used FM SWW_WI_CONTAINER_READ_OBJECTS

to get the object reference but I am unable to get the values from the BOR object.

The object itself is /OPT/V1001

Link to visual

The link show the value I am trying to read

Accepted Solutions (1)

Accepted Solutions (1)

bpawanchand
Active Contributor

Hi

I have identified this kind of issues long back and tried to share my ideas on how to access work item without any restrictions. Check this blog . However, You can't just get all the values from the BOR directly you have to make use of the macros. Use the type group SWC0 and you get access to all the macros SWC0_GET_PROPERTY in a means you have access to all the macros whatever that you use in BOR methods. All you have to just add 0 at the end of SWC(0)_....

I hope this should solve your issue.

Thanks, Pavan

Answers (0)