cancel
Showing results for 
Search instead for 
Did you mean: 

How to find all classes that implement an interface in BTP ABAP environment

ms1985
Explorer

Hi,

I am looking for a solution to find all classes that implement a specific interface. These are to be made available later via a value help in a Fiori App.

The class CL_OO_INTERFACE does not seem to be available in the BTP so far. So can not use this approach via method GET_IMPLEMENTING_CLASSES. Likewise, the table (vseoimplem) behind it is not available.
Maybe an approach via the XCO ABAP Repository module will lead to the goal. However, so far I don't know how to find the implementation classes for an interface via the module.

Thanks for the help.

Regards,

Max

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member476078
Participant

Hi Max,

the XCO Library will be extended to support retrieving a list of all the classes implementing a given interface via its standard abstraction for interfaces (IF_XCO_AO_INTERFACE). The current planning is that this new functionality will be made available for BTP with CE 2302.

Best regards,

Sebastian

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

XCO does unfortunately not offer this functionality either.

I am currently checking with colleagues if there is any other possibility to achieve what you are looking for but I am not aware of it so far.