SAP CB_CALCULATION_POSITION_TRF OO Class - Base Agent Options/Futures Position









CB_CALCULATION_POSITION_TRF 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 CB_CALCULATION_POSITION_TRF including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CB_CALCULATION_POSITION_TRF is CL_OS_CA_COMMON

Method list of CB_CALCULATION_POSITION_TRF 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
CREATE_PERSISTENTGenerate New Persistent ObjectPublic
CALL METHOD cb_calculation_position_trf=>CREATE_PERSISTENT...more details

CREATE_TRANSIENTGenerate Transient ObjectPublic
CALL METHOD cb_calculation_position_trf=>CREATE_TRANSIENT...more details

MAP_EXTRACT_IDENTIFIERExtracts OID from Database DataProtected
CALL METHOD cb_calculation_position_trf=>MAP_EXTRACT_IDENTIFIER...more details

MAP_GET_ATTRIBUTESReads Persistent Attributes from ObjectProtected
CALL METHOD cb_calculation_position_trf=>MAP_GET_ATTRIBUTES...more details

MAP_LOAD_FROM_DATABASE_GUIDReads Object Data Identified Using OID from DatabaseProtected
CALL METHOD cb_calculation_position_trf=>MAP_LOAD_FROM_DATABASE_GUID...more details

MAP_MERGE_IDENTIFIERAdds DB Data OIDProtected
CALL METHOD cb_calculation_position_trf=>MAP_MERGE_IDENTIFIER...more details

MAP_SAVE_TO_DATABASESaves Object Data in DatabaseProtected
CALL METHOD cb_calculation_position_trf=>MAP_SAVE_TO_DATABASE...more details

MAP_SET_ATTRIBUTESSets Persistent Attributes of an ObjectProtected
CALL METHOD cb_calculation_position_trf=>MAP_SET_ATTRIBUTES...more details

PM_CHECK_AND_SET_ATTRIBUTESChecks and Sets Persistent AttributesProtected
CALL METHOD cb_calculation_position_trf=>PM_CHECK_AND_SET_ATTRIBUTES...more details

PM_CREATE_REPRESENTANTCreate a New Representative Object and Administrative DataProtected
CALL METHOD cb_calculation_position_trf=>PM_CREATE_REPRESENTANT...more details

PM_DELETE_PERSISTENTDeletes Persistent Object from DatabaseProtected
CALL METHOD cb_calculation_position_trf=>PM_DELETE_PERSISTENT...more details

PM_LOAD_AND_SET_ATTRIBUTESLoads and Sets Persistent AttributeProtected
CALL METHOD cb_calculation_position_trf=>PM_LOAD_AND_SET_ATTRIBUTES...more details



CB_CALCULATION_POSITION_TRF 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
CURRENT_SPECIAL_OBJECT_INFOInstance AttributeCurrent Class-Specific Object DataLIKE
TYP_SPECIAL_OBJECT_INFO
Protected
SPECIAL_OBJECT_INFOInstance AttributeClass-Specific Object DataLIKE
TYP_SPECIAL_OBJECT_INFO_TAB
Protected
SPECIAL_OID_TABInstance AttributeClass-Specific: Search Table OIDsLIKE
TYP_SPECIAL_OID_TAB
Protected




CB_CALCULATION_POSITION_TRF types

TYP_DB_DATA - Line-Type Persistent Object Data
TYP_DB_DATA_TAB - Table-Type Persistent Object Data
TYP_DB_DELETE_TAB - Table Type Identifiers to Delete
TYP_LPORU - Local Persistent Object Identifier Type
TYP_OBJECT_REF - Type of Managed Object
TYP_OBJECT_REF_TAB - Table Type Object Reference
TYP_OID - Type of Generic Object Identifier
TYP_OID_TAB - Table Type Object Identifier
TYP_SPECIAL_OBJECT_INFO - Line Type Class-Specific Object Data
TYP_SPECIAL_OBJECT_INFO_TAB - Table Type Class-Specific Object Data
TYP_SPECIAL_OID_TAB - Table Type Search Table OIDs
TYP_TYPE - Type of Type Identifier

Links to Related Class(s)

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