SAP CB_PARALLEL_TASKS OO Class - Base agent Parallelization Task Control (Persistent Class)









CB_PARALLEL_TASKS 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_PARALLEL_TASKS 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_PARALLEL_TASKS is CL_OS_CA_COMMON

Method list of CB_PARALLEL_TASKS 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 Object with KeyPublic
CALL METHOD cb_parallel_tasks=>CREATE_PERSISTENT...more details

CREATE_TRANSIENTGenerate Transient Object with KeyPublic
CALL METHOD cb_parallel_tasks=>CREATE_TRANSIENT...more details

DELETE_PERSISTENTDeletes Persistent Object with KeyPublic
CALL METHOD cb_parallel_tasks=>DELETE_PERSISTENT...more details

GET_PERSISTENTGet Persistent Object with KeyPublic
CALL METHOD cb_parallel_tasks=>GET_PERSISTENT...more details

GET_TRANSIENTGet Transient Object with KeyPublic
CALL METHOD cb_parallel_tasks=>GET_TRANSIENT...more details

MAP_EXTRACT_IDENTIFIERExtracts BKey from Database DataProtected
CALL METHOD cb_parallel_tasks=>MAP_EXTRACT_IDENTIFIER...more details

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

MAP_INITIALIZE_METADATAInitializes Metadata Table for AttributesProtected
CALL METHOD cb_parallel_tasks=>MAP_INITIALIZE_METADATA...more details

MAP_LOAD_FROM_DATABASEReads Identified Object Data from the DB Based on a FilterProtected
CALL METHOD cb_parallel_tasks=>MAP_LOAD_FROM_DATABASE...more details

MAP_LOAD_FROM_DATABASE_KEYReads Object Data Identified Using Bus. Key from DatabaseProtected
CALL METHOD cb_parallel_tasks=>MAP_LOAD_FROM_DATABASE_KEY...more details

MAP_MERGE_IDENTIFIERAdds BKey to DB DataProtected
CALL METHOD cb_parallel_tasks=>MAP_MERGE_IDENTIFIER...more details

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

MAP_SERIALIZE_BKEYSerializes Business KeyProtected
CALL METHOD cb_parallel_tasks=>MAP_SERIALIZE_BKEY...more details

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

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

PM_CREATE_REPRESENTANTGenerate New Wrapper Object and Administration EntryProtected
CALL METHOD cb_parallel_tasks=>PM_CREATE_REPRESENTANT...more details

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

PM_LOAD_AND_SET_ATTRIBUTESLoads and Sets Persistent AttributesProtected
CALL METHOD cb_parallel_tasks=>PM_LOAD_AND_SET_ATTRIBUTES...more details



CB_PARALLEL_TASKS 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
MAP_ATT_INFO_TABInstance AttributeQuery: Mapping Metadata for AttributesLIKE
OSTYP_RT_MAP_ATT_INFO_SRT_TAB
Protected
SPECIAL_BKEY_TABInstance AttributeClass-Specific: Search Table Business KeysLIKE
TYP_SPECIAL_BKEY_TAB
Protected
SPECIAL_OBJECT_INFOInstance AttributeClass-Specific Object DataLIKE
TYP_SPECIAL_OBJECT_INFO_TAB
Protected




CB_PARALLEL_TASKS types

TYP_BUSINESS_KEY - Business Key
TYP_BUSINESS_KEY_TAB - Table Type Object Reference
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_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_BKEY_TAB - Table Type Search Table Business Keys
TYP_SPECIAL_OBJECT_INFO - Line Type Class-Specific Object Data
TYP_SPECIAL_OBJECT_INFO_TAB - Table Type Class-Specific Object Data
TYP_TYPE - Type of Type Identifier

Links to Related Class(s)

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