SAP /SAPAPO/CL_GEN_DB_READ2 OO Class - General table reader









/SAPAPO/CL_GEN_DB_READ2 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 /SAPAPO/CL_GEN_DB_READ2 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 /SAPAPO/CL_GEN_DB_READ2 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
ADD_RANGEAdd range to selection criteriasPublic
CALL METHOD /sapapo/cl_gen_db_read2=>ADD_RANGE...more details

CHECK_RANGE_TABLE_TYPECheck that the given table has Range Table TypeProtected
CALL METHOD /sapapo/cl_gen_db_read2=>CHECK_RANGE_TABLE_TYPE...more details

CONSTRUCTORConstructorPublic
CALL METHOD /sapapo/cl_gen_db_read2=>CONSTRUCTOR...more details

CONVERT_INT_TO_EXT_TYPEConvert internal type to external typeProtected
CALL METHOD /sapapo/cl_gen_db_read2=>CONVERT_INT_TO_EXT_TYPE...more details

FILTER_WITH_RANGESFilter the result table with ranges (weren't used in SELECT)Protected
CALL METHOD /sapapo/cl_gen_db_read2=>FILTER_WITH_RANGES...more details

GET_DB_FIELDS_FOR_FORALLGet DB fields for the ForAll tableProtected
CALL METHOD /sapapo/cl_gen_db_read2=>GET_DB_FIELDS_FOR_FORALL...more details

GET_RANGEGet range table for the given fieldPublic
CALL METHOD /sapapo/cl_gen_db_read2=>GET_RANGE...more details

GET_RANGE_FIELDSGet added field namesPublic
CALL METHOD /sapapo/cl_gen_db_read2=>GET_RANGE_FIELDS...more details

READ_DBRead database tableProtected
CALL METHOD /sapapo/cl_gen_db_read2=>READ_DB...more details

READ_TABLERead table with the pregiven rangesPublic
CALL METHOD /sapapo/cl_gen_db_read2=>READ_TABLE...more details

REMOVE_RANGERemove range/all ranges from selection criteriasPublic
CALL METHOD /sapapo/cl_gen_db_read2=>REMOVE_RANGE...more details



/SAPAPO/CL_GEN_DB_READ2 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_MAX_RANGE_LINESConstantMax line numbers of ranges600LIKE
SY-TABIX
Public
MR_DB_ENTRIESInstance AttributeLIKE
DATA
Protected
MT_DB_FIELDSInstance AttributeDB Table structure infoLIKE
/SAPAPO/CL_GEN_ATTR_TYPES=>GTT_DB_FIELDS
Protected
MT_RANGESInstance AttributeField-Range linkLIKE
/SAPAPO/CL_GEN_ATTR_TYPES=>GTT_RANGES
Protected
MV_DB_TABLE_NAMEInstance AttributeTable NameLIKE
TABLE_NAME
Public


Links to Related Class(s)

/SAPAPO/...
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!