Skip to main content

SEOCOMPO

Klassen-/Interface-Komponente

1 SELECT

1.1 z_sysp_sap_adapter.abap

3837 select a~clsname as interfaceName
3838 a~cmpName
3839 b~exposure
3840 appending table iIntMethod
3841 from seocompo as a
3842 inner join seocompodf as b
3843 on a~clsname = b~clsname
3844 and a~cmpname = b~cmpname
3845 where a~clsname = waInterface-interfaceName.

z_sysp_sap_adapter.abap:3837