SAP /ECRS/CL_POI OO Class - Class BL for Provider of Information









/ECRS/CL_POI 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 /ECRS/CL_POI including details of:

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

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /ECRS/IF_BL_MD_CONSTANTS

Method list of /ECRS/CL_POI 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
CHANGEChange Data for Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>CHANGE...more details

CHECKCheck Data for Provider of InformationPrivate
CALL METHOD /ecrs/cl_poi=>CHECK...more details

CHECK_IF_CHANGEDDisplay Whether Provider of Information Was ChangedPublic
CALL METHOD /ecrs/cl_poi=>CHECK_IF_CHANGED...more details

CHECK_IF_EXISTSCheck if POI exists in systemPublic
CALL METHOD /ecrs/cl_poi=>CHECK_IF_EXISTS...more details

CLOSEClosePublic
CALL METHOD /ecrs/cl_poi=>CLOSE...more details

GET_LISTList of Providers of InformationPublic
CALL METHOD /ecrs/cl_poi=>GET_LIST...more details

GET_POI_ADDRESSGet POI AddressPublic
CALL METHOD /ecrs/cl_poi=>GET_POI_ADDRESS...more details

GET_POI_DATARead Name and Country for a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>GET_POI_DATA...more details

GET_VAT_NUMBERGet VAT Number associated with POIPublic
CALL METHOD /ecrs/cl_poi=>GET_VAT_NUMBER...more details

OPEN_FOR_CREATEOpen to Create a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>OPEN_FOR_CREATE...more details

OPEN_FOR_DELETEOpen to Delete a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>OPEN_FOR_DELETE...more details

OPEN_FOR_DISPLAYOpen to Display a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>OPEN_FOR_DISPLAY...more details

OPEN_FOR_PROCESSOpen to Edit a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>OPEN_FOR_PROCESS...more details

OPEN_POI(BL Internal) Open a Provider of InformationPrivate
CALL METHOD /ecrs/cl_poi=>OPEN_POI...more details

READ_POIA_AUTH_SIGNATORYGet details of authorized signatoryPublic
CALL METHOD /ecrs/cl_poi=>READ_POIA_AUTH_SIGNATORY...more details

READ_POIA_CONTACT_PERSONGet details of person responsiblePublic
CALL METHOD /ecrs/cl_poi=>READ_POIA_CONTACT_PERSON...more details

READ_POIA_DB_SGLRead Single Record for a Provider of InformationPublic
CALL METHOD /ecrs/cl_poi=>READ_POIA_DB_SGL...more details

READ_POIA_TPDGet details of third party declarantPublic
CALL METHOD /ecrs/cl_poi=>READ_POIA_TPD...more details

SAVESave DataPublic
CALL METHOD /ecrs/cl_poi=>SAVE...more details



/ECRS/CL_POI attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
GC_ACTVTInstance AttributeLIKE
Public
GC_DIRECInstance AttributeLIKE
Public
GC_ENQMODEInstance AttributeLIKE
Public
GC_FCPPRInstance AttributeLIKE
Public
GC_MSGTYInstance AttributeLIKE
Public
GC_OMODEInstance AttributeLIKE
Public
GC_POIFDInstance AttributeLIKE
Public
GC_VARFIELDPOIInstance AttributeLIKE
Public
GS_POIAInstance AttributeProvider of InformationLIKE
/ECRS/POIA_OBJ_S
Private
GV_CHANGEDInstance AttributeWas object changed?LIKE
XFELD
Private
GV_OMODEInstance AttributeOpen Mode of an ObjectLIKE
/ECRS/OMODE
Private
GV_POIIDStatic AttributeProvider of Information IDLIKE
/ECRS/POIID
Private


Links to Related Class(s)

/ECRS/CL...
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!