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_CONSTANTSMethod 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 Name | Description | Visability |
| CHANGE | Change Data for Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>CHANGE...more details | ||
| CHECK | Check Data for Provider of Information | Private |
| CALL METHOD /ecrs/cl_poi=>CHECK...more details | ||
| CHECK_IF_CHANGED | Display Whether Provider of Information Was Changed | Public |
| CALL METHOD /ecrs/cl_poi=>CHECK_IF_CHANGED...more details | ||
| CHECK_IF_EXISTS | Check if POI exists in system | Public |
| CALL METHOD /ecrs/cl_poi=>CHECK_IF_EXISTS...more details | ||
| CLOSE | Close | Public |
| CALL METHOD /ecrs/cl_poi=>CLOSE...more details | ||
| GET_LIST | List of Providers of Information | Public |
| CALL METHOD /ecrs/cl_poi=>GET_LIST...more details | ||
|
| ||
| GET_POI_ADDRESS | Get POI Address | Public |
| CALL METHOD /ecrs/cl_poi=>GET_POI_ADDRESS...more details | ||
| GET_POI_DATA | Read Name and Country for a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>GET_POI_DATA...more details | ||
| GET_VAT_NUMBER | Get VAT Number associated with POI | Public |
| CALL METHOD /ecrs/cl_poi=>GET_VAT_NUMBER...more details | ||
| OPEN_FOR_CREATE | Open to Create a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>OPEN_FOR_CREATE...more details | ||
| OPEN_FOR_DELETE | Open to Delete a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>OPEN_FOR_DELETE...more details | ||
| OPEN_FOR_DISPLAY | Open to Display a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>OPEN_FOR_DISPLAY...more details | ||
| OPEN_FOR_PROCESS | Open to Edit a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>OPEN_FOR_PROCESS...more details | ||
| OPEN_POI | (BL Internal) Open a Provider of Information | Private |
| CALL METHOD /ecrs/cl_poi=>OPEN_POI...more details | ||
| READ_POIA_AUTH_SIGNATORY | Get details of authorized signatory | Public |
| CALL METHOD /ecrs/cl_poi=>READ_POIA_AUTH_SIGNATORY...more details | ||
| READ_POIA_CONTACT_PERSON | Get details of person responsible | Public |
| CALL METHOD /ecrs/cl_poi=>READ_POIA_CONTACT_PERSON...more details | ||
| READ_POIA_DB_SGL | Read Single Record for a Provider of Information | Public |
| CALL METHOD /ecrs/cl_poi=>READ_POIA_DB_SGL...more details | ||
| READ_POIA_TPD | Get details of third party declarant | Public |
| CALL METHOD /ecrs/cl_poi=>READ_POIA_TPD...more details | ||
| SAVE | Save Data | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ACTVT | Instance Attribute | LIKE | Public | ||
| GC_DIREC | Instance Attribute | LIKE | Public | ||
| GC_ENQMODE | Instance Attribute | LIKE | Public | ||
| GC_FCPPR | Instance Attribute | LIKE | Public | ||
| GC_MSGTY | Instance Attribute | LIKE | Public | ||
| GC_OMODE | Instance Attribute | LIKE | Public | ||
| GC_POIFD | Instance Attribute | LIKE | Public | ||
| GC_VARFIELDPOI | Instance Attribute | LIKE | Public | ||
| GS_POIA | Instance Attribute | Provider of Information | LIKE /ECRS/POIA_OBJ_S | Private | |
| GV_CHANGED | Instance Attribute | Was object changed? | LIKE XFELD | Private | |
| GV_OMODE | Instance Attribute | Open Mode of an Object | LIKE /ECRS/OMODE | Private | |
| GV_POIID | Static Attribute | Provider of Information ID | LIKE /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