cancel
Showing results for 
Search instead for 
Did you mean: 

How to access its own attributes in the method of BOR type

Former Member
0 Kudos

I wanna access own attributes inside the method of bor type, is there any one who knows how to do it,a nd is there any reference document i can refer to for bor type development. thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

SWC_GET_PROPERTY SELF ``AttributeName`` LocalVariable.

You can check the Include program by double clicking on macro SWC_GET_Property.

<b>

Reward points if useful</b>

Former Member
0 Kudos

Hi,

I think the structure object will hold all the values of the attributes at run time. If not you can use the macro

SWC_GET_PROPERTY <obj_ref> <attribute> <variable>

Thanks,

Prasath N

Former Member
0 Kudos

Hi Yong

I suggest you to look at Alan's thread of FAQs before posting a new thread. Also, there is an excellent <a href="http://www.amazon.com/Practical-Workflow-SAP-Effective-Processes/dp/159229006X">book</a> on workflow by Alan, Jocelyn, etc., that I recommend you to have in your possession.