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 NameDescriptionVisability
CLEAR_GLOBAL_DATADelete Global DataPublic
CALL METHOD /ecrs/cl_bl_rs=>CLEAR_GLOBAL_DATA...more details

GET_DEFAULT_FILE_FORMATDetermine Default File Format for a CountryPublic
CALL METHOD /ecrs/cl_bl_rs=>GET_DEFAULT_FILE_FORMAT...more details

GET_FC_FOR_POIField Control for Provider of InformationPublic
CALL METHOD /ecrs/cl_bl_rs=>GET_FC_FOR_POI...more details

GET_RRU_FOR_FIELD(Internal) Rounding Rule for Ctry of Declaration and FieldPublic
CALL METHOD /ecrs/cl_bl_rs=>GET_RRU_FOR_FIELD...more details

READ_BUT000_DB_SGLRead Single Record for Business PartnerPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_BUT000_DB_SGL...more details

READ_T005T_DB_SGLRead Single Record: Country NamePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T005T_DB_SGL...more details

READ_T005U_DB_SGLProvince Key Single Record: Read TextsPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T005U_DB_SGL...more details

READ_T005_DB_SGLRead Single Record for CountryPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T005_DB_SGL...more details

READ_T005_WITH_ISO_DB_SGLRead Single Record for Country by ISO CodePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T005_WITH_ISO_DB_SGL...more details

READ_T006A_DB_SGLRead Single Record: Text for Unit of MeasurementPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T006A_DB_SGL...more details

READ_T006_DB_SGLRead Single Record for Unit of MeasurementPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_T006_DB_SGL...more details

READ_TBDLST_DB_SGLRead Single Record: Text for Logical SystemPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TBDLST_DB_SGL...more details

READ_TBDLS_DB_SGLRead Single Record for Logical SystemPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TBDLS_DB_SGL...more details

READ_TCURC_DB_SGLRead Single Record for Currency CodesPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TCURC_DB_SGL...more details

READ_TCURT_DB_SGLRead Single Record: Text for Currency CodePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TCURT_DB_SGL...more details

READ_TCURV_DB_SGLRead Single Record for Exchange Rate TypePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TCURV_DB_SGL...more details

READ_TCURW_DB_SGLRead Single Record: Text for Exchange Rate TypePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TCURW_DB_SGL...more details

READ_TGFCT_DB_SGLRead Single Record Text for Format of Declaration FilePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TGFCT_DB_SGL...more details

READ_TGFC_DB_RNGRead Records for Format of Declaration FilePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TGFC_DB_RNG...more details

READ_TGFC_DB_SGLRead Single Record for Format of Declaration FilePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TGFC_DB_SGL...more details

READ_TRPCT_DB_SGLRead Single Record: Text for Country of DeclarationPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TRPCT_DB_SGL...more details

READ_TRPC_DB_SGLRead Single Record for Country of DeclarationPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TRPC_DB_SGL...more details

READ_TRPLT_DB_SGLRead Single Record for Country of Declaration NamePublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TRPLT_DB_SGL...more details

READ_TRPL_DB_RNGRead Records for Declaration LevelPublic
CALL METHOD /ecrs/cl_bl_rs=>READ_TRPL_DB_RNG...more details

READ_TRPL_DB_SGLRead Single Record for Declaration LevelPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GT_T005_BUFStatic AttributeHash Table for Buffering T005 DataLIKE
/ECRS/T005_BUF_HT
Private
GT_T005_ISO_BUFStatic AttributeHash Table for Buffering T005 DataLIKE
/ECRS/T005_BUF_ISO_HT
Private
GT_T006_BUFStatic AttributeHash Table for Buffering T006 DataLIKE
/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



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!