cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error Include Not found

Former Member
0 Kudos
689

Hi all,

I have a created a implementation in a BADI and wrote the code in it. The code works fine in the development system.

But on moving to the testing system, it throws an error saying "Include Not found".

I have included all the necessary objects in the transport request-The BADI implementation, the class, the method... but still it throws the message in the testing system..

Well my doubt is when u create an implemetation is there something that needs to be added extra in the transport request on transporting??

Please help.

Thanx in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Actually the issue was the class was not transported into the quality system. The transport was moved such that the implementation was transported before the class was transported; thereby incorrect sequence followed during transport. So now realised the correct sequence is class to be transported before the implementation.

jason_boggans
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mary,

Have you verified whether the include exists in the system? Is it a standard include or is this also created by you?

Regards,

Jason

Former Member
0 Kudos

Hi Jason,

The issue is resolved. Thanx for your reply.