Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Accessing Event Parameter

Former Member
0 Likes
437

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

2 REPLIES 2
Read only

Former Member
0 Likes
408

any inputs ?

Read only

Former Member
0 Likes
408

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.