VSEOMETHOD
4048 select cmpName descript exposure
4049 from vseomethod
4050 into corresponding fields of table iMethods
4051 where clsname = className
4052 and version = '1'
4053 and langu = pMLang
4054 and ( state = '0' or state = '1' ).
z_sysp_sap_adapter.abap:4048
4057 select cmpName descript exposure
4058 from vseomethod
4059 into corresponding fields of table iMethods
4060 where clsname = className
4061 and version = '0'
4062 and langu = pMLang
4063 and ( state = '0' or state = '1' ).
z_sysp_sap_adapter.abap:4057
4080 select single descript exposure
4081 from vseomethod
4082 into corresponding fields of waMethod
4083 where clsname = originalClassName
4084 and cmpname = iRedefinedMethods-mtdname
4085 and version = '1'
4086 and langu = pMLang
4087 and ( state = '0' or state = '1' ).
z_sysp_sap_adapter.abap:4080