SAP /SCMB/CL_CNA_BPTM OO Class - Change Notice for Business Partner with CNA
/SCMB/CL_CNA_BPTM 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 /SCMB/CL_CNA_BPTM 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 /SCMB/CL_CNA_BPTM is /SCMB/CL_CNA_OBJ_ADAPTERMethod list of /SCMB/CL_CNA_BPTM 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 Name | Description | Visability |
| CALL_CNA | Trigger CNA | Public |
| CALL METHOD /scmb/cl_cna_bptm=>CALL_CNA...more details | ||
| FILL_SOBJ_CMP | Fill data for sub object Company Org. data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_CMP...more details | ||
| FILL_SOBJ_GEN_VC | Fill data for sub object General Data Vendor/Customer | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_GEN_VC...more details | ||
| FILL_SOBJ_IATA | Fill data for sub object Int. Air Transport Assoc (IATA) | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_IATA...more details | ||
| FILL_SOBJ_ORG | Fill data for sub object Organization data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_ORG...more details | ||
| FILL_SOBJ_SC | Fill data for sub object Carrier Service Code | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SC...more details | ||
|
| ||
| FILL_SOBJ_SCAC | Fill data for sub object Standard Carrier Alpha Code (SCAC) | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SCAC...more details | ||
| FILL_SOBJ_SLC | Fill data for sub object Service Level Code | Public |
| CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SLC...more details | ||
| SET_COMPANY_DATA | Set Company Org. data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_COMPANY_DATA...more details | ||
| SET_GEN_VC_DATA | Set common Vendor and Customer data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_GEN_VC_DATA...more details | ||
| SET_IATA_DATA | Set IATA data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_IATA_DATA...more details | ||
| SET_ORG_DATA | Set Organization data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_ORG_DATA...more details | ||
| SET_SCAC_DATA | Set SCAC data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_SCAC_DATA...more details | ||
| SET_SC_DATA | Set Carrier Service Code data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_SC_DATA...more details | ||
| SET_SLC_DATA | Set Service Level Code data | Public |
| CALL METHOD /scmb/cl_cna_bptm=>SET_SLC_DATA...more details | ||
/SCMB/CL_CNA_BPTM 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MC_OBJID | Constant | ID of Object Communicated via CNA | 'BPTM_GEN' | LIKE /SCMB/CNA_OBJID | Private |
| MC_SUBOBJ_BPTM_CMP | Constant | ID of Object Communicated via CNA | 'BPTM_CMP' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_GEN_VC | Constant | ID of Object Communicated via CNA | 'BPTM_GN_VC' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_IATA | Constant | ID of Object Communicated via CNA | 'BPTM_IATA' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_ORG | Constant | ID of Object Communicated via CNA | 'BPTM_ORG' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_SC | Constant | ID of Object Communicated via CNA | 'BPTM_SC' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_SCAC | Constant | ID of Object Communicated via CNA | 'BPTM_SCAC' | LIKE /SCMB/CNA_OBJID | Protected |
| MC_SUBOBJ_BPTM_SLC | Constant | ID of Object Communicated via CNA | 'BPTM_SLC' | LIKE /SCMB/CNA_OBJID | Protected |
| MR_CNA | Static Attribute | Change Notice for Business Partner with CNA | LIKE /SCMB/CL_CNA_BPTM | Private | |
| MS_AI_GEN_VC | Static Attribute | CNA data structure for Business Partner Vendor Customer Data | LIKE /SCMB/BPTM_CNA_GEN_VC | Private | |
| MS_BI_GEN_VC | Static Attribute | CNA data structure for Business Partner Vendor Customer Data | LIKE /SCMB/BPTM_CNA_GEN_VC | Private | |
| MT_AI_CMP | Static Attribute | Table Type CNA Business Partner Company Data | LIKE /SCMB/BPTM_CNA_CMP_T | Private | |
| MT_AI_IATA | Static Attribute | Table Type CNA Business Partner IATA Data | LIKE /SCMB/BPTM_CNA_IATA_T | Private | |
| MT_AI_ORG | Static Attribute | Table Type CNA Business Partner Organization Data | LIKE /SCMB/BPTM_CNA_ORG_T | Private | |
| MT_AI_SC | Static Attribute | Table Type CNA Business Partner Service Code | LIKE /SCMB/BPTM_CNA_SC_T | Private | |
| MT_AI_SCAC | Static Attribute | Table Type CNA Business Partner SCAC Data | LIKE /SCMB/BPTM_CNA_SCAC_T | Private | |
| MT_AI_SLC | Static Attribute | Table Type CNA Business Partner Service Level Code Data | LIKE /SCMB/BPTM_CNA_SLC_T | Private | |
| MT_BI_CMP | Static Attribute | Table Type CNA Business Partner Company Data | LIKE /SCMB/BPTM_CNA_CMP_T | Private | |
| MT_BI_IATA | Static Attribute | Table Type CNA Business Partner IATA Data | LIKE /SCMB/BPTM_CNA_IATA_T | Private | |
| MT_BI_ORG | Static Attribute | Table Type CNA Business Partner Organization Data | LIKE /SCMB/BPTM_CNA_ORG_T | Private | |
| MT_BI_SC | Static Attribute | Table Type CNA Business Partner Service Code | LIKE /SCMB/BPTM_CNA_SC_T | Private | |
| MT_BI_SCAC | Static Attribute | Table Type CNA Business Partner SCAC Data | LIKE /SCMB/BPTM_CNA_SCAC_T | Private | |
| MT_BI_SLC | Static Attribute | Table Type CNA Business Partner Service Level Code Data | LIKE /SCMB/BPTM_CNA_SLC_T | Private |
Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects