SAP IF_SIW_ESR_READER OO Class - Select ES Repository for SIW









IF_SIW_ESR_READER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_SIW_ESR_READER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_SIW_ESR_READER SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLEAR_BUFFERSClear BufferPublic
CALL METHOD if_siw_esr_reader=>CLEAR_BUFFERS...more details

FIND_GDTSRetrieve Global Data Types from ES RepositoryPublic
CALL METHOD if_siw_esr_reader=>FIND_GDTS...more details

FIND_NAMESPACESFind Namespaces at ES RepositoryPublic
CALL METHOD if_siw_esr_reader=>FIND_NAMESPACES...more details

FIND_SERVICEFind ES Rep. Services of a given Namesp. (via select option)Public
CALL METHOD if_siw_esr_reader=>FIND_SERVICE...more details

FIND_SWCVSRead Software Component Versions from ES RepositoryPublic
CALL METHOD if_siw_esr_reader=>FIND_SWCVS...more details

GDT_EXISTSCheck if a GDT existsPublic
CALL METHOD if_siw_esr_reader=>GDT_EXISTS...more details

GET_CDT_OF_GDTRead the Core Data Type of a given Global Data TypePublic
CALL METHOD if_siw_esr_reader=>GET_CDT_OF_GDT...more details

GET_ESR_DATARead ES Repository Data from proxyPublic
CALL METHOD if_siw_esr_reader=>GET_ESR_DATA...more details

GET_NAMESPACERead Namespace from ES RepositoryPublic
CALL METHOD if_siw_esr_reader=>GET_NAMESPACE...more details

GET_OPERATIONS_BY_SERVICEGet all Operations of a given Service InterfacePublic
CALL METHOD if_siw_esr_reader=>GET_OPERATIONS_BY_SERVICE...more details

GET_REP_URLRead the URL of the ES RepositoryPublic
CALL METHOD if_siw_esr_reader=>GET_REP_URL...more details

GET_SERVICERead ES Repository Information of a Service InterfacePublic
CALL METHOD if_siw_esr_reader=>GET_SERVICE...more details

GET_SERVICES_BY_NAMESPACEFind all Services of a given NamespacePublic
CALL METHOD if_siw_esr_reader=>GET_SERVICES_BY_NAMESPACE...more details

NAMESPACE_EXISTSCheck if a namespace exists within a SWC/SWCVPublic
CALL METHOD if_siw_esr_reader=>NAMESPACE_EXISTS...more details

OPERATION_EXISTSCheck if a service has a concrete operationPublic
CALL METHOD if_siw_esr_reader=>OPERATION_EXISTS...more details






IF_SIW_ESR_READER types

STR_GDT -
TAB_GDT -

Links to Related Class(s)

IF_SIW_E...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!