SAP CL_REDB_VISRCALCSB OO Class - Partial Result (VISRCALCSB)









CL_REDB_VISRCALCSB 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 CL_REDB_VISRCALCSB 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 CL_REDB_VISRCALCSB 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
CHECK_KEYChecks If Entry Exists for Primary Key (Except.)Public
CALL METHOD cl_redb_visrcalcsb=>CHECK_KEY...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_redb_visrcalcsb=>CLASS_CONSTRUCTOR...more details

EXISTSChecks If Entry Exists for Primary Key (Y/N)Public
CALL METHOD cl_redb_visrcalcsb=>EXISTS...more details

GET_BUFFER_SIZESupplies Number of Entries in Table BufferPublic
CALL METHOD cl_redb_visrcalcsb=>GET_BUFFER_SIZE...more details

GET_DETAILSupplies Structure to Primary KeyPublic
CALL METHOD cl_redb_visrcalcsb=>GET_DETAIL...more details

GET_DETAIL_BY_GUIDSupplies Structure For GUIDPublic
CALL METHOD cl_redb_visrcalcsb=>GET_DETAIL_BY_GUID...more details

GET_LISTSupplies All Table EntriesPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST...more details

GET_LIST_BY_GUIDSupplies Entries to List of GUIDPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_GUID...more details

GET_LIST_BY_OBJGUIDSupplies All Entries to First Partial Key FieldPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_OBJGUID...more details

GET_LIST_BY_PFROMSupplies All Entries to 5th Partial Key FieldPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_PFROM...more details

GET_LIST_BY_RHYTHMTYPESupplies All Entries to 4th Partial Key FieldPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_RHYTHMTYPE...more details

GET_LIST_BY_RPTERMNOSupplies All Entries to 3rd Partial Key FieldPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_RPTERMNO...more details

GET_LIST_BY_SBTERMNOSupplies All Entries to 2nd Partial Key FieldPublic
CALL METHOD cl_redb_visrcalcsb=>GET_LIST_BY_SBTERMNO...more details

INSERT_INTO_ALL_BUFFERSInserts Entry in Table Buffer and Other BuffersPrivate
CALL METHOD cl_redb_visrcalcsb=>INSERT_INTO_ALL_BUFFERS...more details

IS_PARTKEY_BUFFEREDIs the partial key access already buffered?Private
CALL METHOD cl_redb_visrcalcsb=>IS_PARTKEY_BUFFERED...more details

RESET_BUFFERDeletes All Entries in Table BufferPublic
CALL METHOD cl_redb_visrcalcsb=>RESET_BUFFER...more details

SELECT_LIST_BY_GUIDDatabase SELECT BY List of GUIDPrivate
CALL METHOD cl_redb_visrcalcsb=>SELECT_LIST_BY_GUID...more details

SELECT_SINGLEDatabase SELECT By Primary KeyPrivate
CALL METHOD cl_redb_visrcalcsb=>SELECT_SINGLE...more details

SELECT_SINGLE_BY_GUIDDatabase SELECT by GUIDPrivate
CALL METHOD cl_redb_visrcalcsb=>SELECT_SINGLE_BY_GUID...more details

TRANSFER_TO_BUFFERTransfers Unchecked Data to the Table BufferPublic
CALL METHOD cl_redb_visrcalcsb=>TRANSFER_TO_BUFFER...more details



CL_REDB_VISRCALCSB 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
MC_DATA_SOURCEConstantName of Underlying Database Table or View'VISRCALCSB'LIKE
DDOBJNAME
Private
MS_BUFFER_HLStatic AttributeStructure Buffer for Table DataLIKE
TS_BUFFER_HL
Private
MT_ACC_PARTKEY_BUFFERStatic AttributeTable Buffer for Partial Key AccessLIKE
TT_ACC_PARTKEY_BUFFER
Private
MT_BUFFERStatic AttributeTable Buffer for Table DataLIKE
TT_BUFFER
Private
MT_MAP_GUID_BUFFERStatic AttributeTable Buffer for Mapping GUID => KeyLIKE
TT_MAP_GUID_BUFFER
Private


Links to Related Class(s)

CL_REDB_...
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!