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: 

Error in BADI class

Former Member
0 Kudos

Hi All,

I have implemented a BADI and accidentally the underlying class of the BADI got modified. Now it is giving some dump error.

Any idea how this can be avoided.

Regards,

Jeetu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

What error it is giving???

make sure class also should transported if you have transported your method.

regds,

paras

3 REPLIES 3

Former Member
0 Kudos

Hi,

What error it is giving???

make sure class also should transported if you have transported your method.

regds,

paras

0 Kudos

Hi,

It is giving some syntax error in the method defined by SAP.

Regards,

Jeetu

0 Kudos

Hi ,

If there is any error in the BADI implementation , you undo the changes you have done to the method of that particular badi . Since you access the BADI only through these methods/interfaces , there might be some problem in the method implementation only .. Check this and tell if the problem is still persisting .

Also Give what is the error it is showing , so that we can get a clear idea.

Thanks .

Anil