SEOCOMPODF
Definition Klassen-/Interface-Komponente
1 SELECT
1.1 z_sysp_sap_adapter.abap
3837 select a~clsname as interfaceName3838 a~cmpName3839 b~exposure3840 appending table iIntMethod3841 from seocompo as a3842 inner join seocompodf as b3843 on a~clsname = b~clsname3844 and a~cmpname = b~cmpname3845 where a~clsname = waInterface-interfaceName.