SAP CB_WCB_BILLING_PPF OO Class - PPF Base Agent: Sales Invoice with Condition Contract









CB_WCB_BILLING_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_WCB_BILLING_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_WCB_BILLING_PPF is CL_OS_CA_COMMON

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

CREATE_TRANSIENTGenerates Transient Object with KeyPublic
CALL METHOD cb_wcb_billing_ppf=>CREATE_TRANSIENT...more details

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

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

GET_TRANSIENTDetermines Transient Object with KeyPublic
CALL METHOD cb_wcb_billing_ppf=>GET_TRANSIENT...more details

MAP_EXTRACT_IDENTIFIERExtracts BKey and OID from Database DataProtected
CALL METHOD cb_wcb_billing_ppf=>MAP_EXTRACT_IDENTIFIER...more details

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

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

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

MAP_MERGE_IDENTIFIERAdds DB Data BKey and OIDProtected
CALL METHOD cb_wcb_billing_ppf=>MAP_MERGE_IDENTIFIER...more details

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

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

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

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

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

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

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



CB_WCB_BILLING_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_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
SPECIAL_OID_TABInstance AttributeClass Specific: Search Table OIDsLIKE
TYP_SPECIAL_OID_TAB
Protected




CB_WCB_BILLING_PPF 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_SPECIAL_OID_TAB - Table Type Search Table OIDs
TYP_TYPE - Category of Type Identifier

Links to Related Class(s)

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