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

Problem facing for BADI

Former Member
0 Likes
431

Hi,

I have created a BADI FQST_CIN_SURCHARGE as suggested by SAP note 826326 and thereafter implemented the same as per note no 896654 in development. This scenario is for DownPayment for FI .This works fine in Development therafter I have transported that request to R/3 QA . In QA this scenario doesnt work throws dump for interdace not found for particular class.

Hence i deleted that BADI in development ,at the time of deletion i missed one class to delete , Then it allows me to create the BADI but it wont allow me to create the implementaion suggested by SAP.It gives error that " Interface doesn't exist". There after i have created Z implementaion name and downpayment scenario works in development again.Hence i transported that request to QA but once again it does nt work in QA facing error . I had mistake that when i deleted the BADI in development ,the request in which deletion was there was deleted by myself. Hence deleteion request doesnt go ahead further to quality.

Kindly suggest me what to do now.....

Thanks and Regards

Kalpesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hello,

Please check in <b>se24</b> both in quality system and development system for the interface class which came as missing in Quality(note the name from the short dump log generated and check in development and quality servers)

If the message is because of a missing class , i.e, existing class in development and not in quality then you need to track how the object is present in Development

and not in quality...and do the needful importing or other effective actions

Reward if helpful and Pls let me know whether it worked out

Regards

Byju

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hello,

Please check in <b>se24</b> both in quality system and development system for the interface class which came as missing in Quality(note the name from the short dump log generated and check in development and quality servers)

If the message is because of a missing class , i.e, existing class in development and not in quality then you need to track how the object is present in Development

and not in quality...and do the needful importing or other effective actions

Reward if helpful and Pls let me know whether it worked out

Regards

Byju

Read only

0 Likes
406

Hi Byju.

Thanks for you reply.

I have checked the class and found that public section of tha classes in both R/3 and QA differs.Hence I changed and activated the public section of that interface in R/3 development and will transport the same to R/3 Quality.

I feel that will work.

Thanks

Kalpesh