SAP /SAPAPO/CL_GEN_DB_READ OO Class - General table reader









/SAPAPO/CL_GEN_DB_READ 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_READ 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_READ 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_read=>ADD_RANGE...more details

CHECK_RANGE_ATTRIBUTESCheck range attributesProtected
CALL METHOD /sapapo/cl_gen_db_read=>CHECK_RANGE_ATTRIBUTES...more details

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

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

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

CREATE_RANGE_FOR_CONSTANTCreate range table for a constantProtected
CALL METHOD /sapapo/cl_gen_db_read=>CREATE_RANGE_FOR_CONSTANT...more details

CREATE_STRUCTURE_FOR_RANGESCreate structure which contains ranges as fieldsProtected
CALL METHOD /sapapo/cl_gen_db_read=>CREATE_STRUCTURE_FOR_RANGES...more details

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

GET_COMPONENTSGet components(fields) of the given parameter (table or str)Public
CALL METHOD /sapapo/cl_gen_db_read=>GET_COMPONENTS...more details

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

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

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

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

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

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



/SAPAPO/CL_GEN_DB_READ 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
DB_ENTRIES_REFInstance AttributeLIKE
DATA
Protected
DB_TABLE_FIELDSInstance AttributeDB Table structure infoLIKE
DB_FIELDS_TAB_TYPE
Protected
DB_TABLE_NAMEInstance AttributeTable NameLIKE
TABNAME
Public
MAX_RANGE_LINESConstantMax line numbers of ranges600LIKE
SY-TABIX
Public
OPTION_EQConstantType of OPTION component in row type of a Ranges type'EQ'LIKE
DDOPTION
Public
OPTION_NEConstantType of OPTION component in row type of a Ranges type'NE'LIKE
DDOPTION
Public
RANGESInstance AttributeField-Range linkLIKE
RANGES_TAB_TYPE
Protected
SIGN_IConstantType of SIGN component in row type of a Ranges type'I'LIKE
DDSIGN
Public




/SAPAPO/CL_GEN_DB_READ types

DB_FIELDS_TAB_TYPE -
FIELDS_STR_TYPE -
FIELDS_TAB_TYPE -
FIELD_MAPPING_STR_TYPE -
FIELD_MAPPING_TAB_TYPE -
RANGES_STR_TYPE -
RANGES_TAB_TYPE -

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!