‎2010 Apr 01 2:39 PM
Hi,
I have a BOR with Event Exporting Parameter. I need to assign value to this parameter thorugh a same BOR Method.
Is it possible? How do i refer the event parameter in the method?
rgds,
sys
‎2010 Apr 01 3:51 PM
‎2010 Apr 01 7:36 PM
Hi,
First of all you have posted this question in the wrong thread.
As for your question, You can do it through 2 methods, if you have created a subtype of a standard bor u can add a new attribute and then write the code in the BOR to pass that attribute. If it is something that is not stored in any table at that time, then you can use the event parameter. When the event is being called you have an option in the FM's SWE_CREATE_EVENT container internal table and pass the values.
Hope this helps you resolve your problem.