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

BRF: Creating Events

prince_isaac
Active Participant
0 Likes
559

hie guys,

I am new to BRF and have created my own Application class through tcode BRFAPL01. after doing so i have proceeded to create the events in tcode BRF however when i try and create one i am prompted to enter an Implementing Class. From my reading iam understanding the implementing class to be the action type and thus i created an action and assigned it when creating the event. The event will be created however i get a message that the class ID <Action> cannot be found.

could i be mis-understanding the meaning of implementing class??

any help/guidance would be greatly appreciated.

Isaac Prince

hie guys,

I am new to BRF and have created my own Application class through tcode BRFAPL01. after doing so i have proceeded to create the events in tcode BRF however when i try and create one i am prompted to enter an Implementing Class. From my reading iam understanding the implementing class to be the action type and thus i created an action and assigned it when creating the event. The event will be created however i get a message that the class ID <Action> cannot be found.

could i be mis-understanding the meaning of implementing class??

any help/guidance would be greatly appreciated.

Isaac Prince

2 REPLIES 2
Read only

prince_isaac
Active Participant
0 Likes
482

No replies. Closing the thread.

Read only

Former Member
0 Likes
482

Hi,

Hope this might help you now ....

for Creating any BRF object (Events, Actions or expressions) , you should have the implementing class.

for creating an event - you need to create Implementing class which supports the event.

Go to TCode BRFIMC01, create implementing class with

Implementing class : CL_EVENT_BASE_BRF

Maintenance class : CL_EVENT_BASE_MNT_BRF

(these are the standard classes whihc are commanly used, you can also have your own class which is derived from these standard class)

Save this ....

then from BRF tcode, create event & specify the above created implementing class.