SAP CB_UDM_CASE_PPF OO Class - Base Agent Application Class Dispute Management PPF









CB_UDM_CASE_PPF 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_UDM_CASE_PPF 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_UDM_CASE_PPF is CL_OS_CA_COMMON

Method list of CB_UDM_CASE_PPF 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_udm_case_ppf=>CREATE_PERSISTENT...more details

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

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

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

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

MAP_MERGE_IDENTIFIERAdds OID to Database DataProtected
CALL METHOD cb_udm_case_ppf=>MAP_MERGE_IDENTIFIER...more details

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

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

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

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

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

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



CB_UDM_CASE_PPF 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_UDM_CASE_PPF 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_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_UDM_C...
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!