SAP /ECRS/CL_BL_RS OO Class - Methods for Repository
/ECRS/CL_BL_RS 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_BL_RS 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 /ECRS/CL_BL_RS 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 |
| CLEAR_GLOBAL_DATA | Delete Global Data | Public |
| CALL METHOD /ecrs/cl_bl_rs=>CLEAR_GLOBAL_DATA...more details | ||
| GET_DEFAULT_FILE_FORMAT | Determine Default File Format for a Country | Public |
| CALL METHOD /ecrs/cl_bl_rs=>GET_DEFAULT_FILE_FORMAT...more details | ||
| GET_FC_FOR_POI | Field Control for Provider of Information | Public |
| CALL METHOD /ecrs/cl_bl_rs=>GET_FC_FOR_POI...more details | ||
| GET_RRU_FOR_FIELD | (Internal) Rounding Rule for Ctry of Declaration and Field | Public |
| CALL METHOD /ecrs/cl_bl_rs=>GET_RRU_FOR_FIELD...more details | ||
| READ_BUT000_DB_SGL | Read Single Record for Business Partner | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_BUT000_DB_SGL...more details | ||
| READ_T005T_DB_SGL | Read Single Record: Country Name | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T005T_DB_SGL...more details | ||
|
| ||
| READ_T005U_DB_SGL | Province Key Single Record: Read Texts | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T005U_DB_SGL...more details | ||
| READ_T005_DB_SGL | Read Single Record for Country | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T005_DB_SGL...more details | ||
| READ_T005_WITH_ISO_DB_SGL | Read Single Record for Country by ISO Code | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T005_WITH_ISO_DB_SGL...more details | ||
| READ_T006A_DB_SGL | Read Single Record: Text for Unit of Measurement | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T006A_DB_SGL...more details | ||
| READ_T006_DB_SGL | Read Single Record for Unit of Measurement | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_T006_DB_SGL...more details | ||
| READ_TBDLST_DB_SGL | Read Single Record: Text for Logical System | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TBDLST_DB_SGL...more details | ||
| READ_TBDLS_DB_SGL | Read Single Record for Logical System | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TBDLS_DB_SGL...more details | ||
| READ_TCURC_DB_SGL | Read Single Record for Currency Codes | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TCURC_DB_SGL...more details | ||
| READ_TCURT_DB_SGL | Read Single Record: Text for Currency Code | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TCURT_DB_SGL...more details | ||
| READ_TCURV_DB_SGL | Read Single Record for Exchange Rate Type | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TCURV_DB_SGL...more details | ||
| READ_TCURW_DB_SGL | Read Single Record: Text for Exchange Rate Type | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TCURW_DB_SGL...more details | ||
| READ_TGFCT_DB_SGL | Read Single Record Text for Format of Declaration File | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TGFCT_DB_SGL...more details | ||
| READ_TGFC_DB_RNG | Read Records for Format of Declaration File | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TGFC_DB_RNG...more details | ||
| READ_TGFC_DB_SGL | Read Single Record for Format of Declaration File | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TGFC_DB_SGL...more details | ||
| READ_TRPCT_DB_SGL | Read Single Record: Text for Country of Declaration | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TRPCT_DB_SGL...more details | ||
| READ_TRPC_DB_SGL | Read Single Record for Country of Declaration | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TRPC_DB_SGL...more details | ||
| READ_TRPLT_DB_SGL | Read Single Record for Country of Declaration Name | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TRPLT_DB_SGL...more details | ||
| READ_TRPL_DB_RNG | Read Records for Declaration Level | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TRPL_DB_RNG...more details | ||
| READ_TRPL_DB_SGL | Read Single Record for Declaration Level | Public |
| CALL METHOD /ecrs/cl_bl_rs=>READ_TRPL_DB_SGL...more details | ||
/ECRS/CL_BL_RS 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 |
| GT_T005_BUF | Static Attribute | Hash Table for Buffering T005 Data | LIKE /ECRS/T005_BUF_HT | Private | |
| GT_T005_ISO_BUF | Static Attribute | Hash Table for Buffering T005 Data | LIKE /ECRS/T005_BUF_ISO_HT | Private | |
| GT_T006_BUF | Static Attribute | Hash Table for Buffering T006 Data | LIKE /ECRS/T006_BUF_HT | 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