2009 Jan 08 1:03 PM
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
2009 Jan 09 1:53 PM
2009 Feb 24 10:52 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |