Application Development 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: 

Missing BRF implementation class 0EV001- register Event in BRF

Former Member
0 Kudos

Hi I am trying to get an understanding of BRF and have started working though the SAP Help and have got to the How to develop an application. I have ran reports BRF_INITIALIZE. Used tcode BRFAPL01 to create an Application, ran BRF_COPY_IMPL_CLASSES, ran BRF to define the cross app features. I have created the ABAP program to raise the BRF event.

The problem is that when i try and register my event in BRF and follow the help it tells me to use the event implementation class 0EV001 which it says is the SAP standard. This implementation class is not in the list of classes. Infact there are no event type classes.

Can anyone tell me where i can get the implementation class 0EV001 and how i get it into my client so i can use it?

Thanks Trev B

7 REPLIES 7

Former Member
0 Kudos

Hi,

You can even create your own implementation class using transaction BRFIMC03.

this you can use in your BRF for creating an event. Here you can take the standard implementation class & maintenance class.

I dont think the implementation class which you have mentioned will be there in any system.

Reward points if found helpfull.

Regards,

Seema

0 Kudos

Hi - Thanks For the info. I was working though a PDF tutorial and it was this that lead me to believe that the Implmentaton class 0EV001 is an SAP standard. So you are saying that i am wrong and i would have to create my own. Thanks Trev B

0 Kudos

HI,

Actually after seeing your post, i checked in 3 systems where i have done the BRF. But i couldnt find in any of them.

So we need to create the implementation class which supports our event.

Reward points if found helpful.

Regards,

Seema

Former Member
0 Kudos

Hi - thanks for checking your systems. I am very new to BRF and would expect this class to be there, but thats SAP tutorials for you. I will have to try and see if i can work out how to created this class so i can register the event in BRF for my Application etc. Thanks Trev B

Former Member
0 Kudos

Hi Also when i run the transaction BRFIMC03 to try and created an implementation class i do not have any classes that have type E so it seems that i can not create a new one with this tcode. I can see in other standard applications that events have been created i'll have to look at how these have been done and see if i can understand. Trev B

Former Member
0 Kudos

Hi Still working a bit in the dark but found that tcode BRFIMC01 canbe used to created event implementation classes. I have linked to the sap standard CL_EVENT_BRF. So hopefully it will work. Will have to wait and see!! Trev B

0 Kudos

Hi,

Actually by using the Tcode BRFIMC03 also u can create the implementation class (enter all the required fields & press on CREATE button).

is there any problem now?

Regards