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_ADAPTER

Method 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 NameDescriptionVisability
CALL_CNATrigger CNAPublic
CALL METHOD /scmb/cl_cna_bptm=>CALL_CNA...more details

FILL_SOBJ_CMPFill data for sub object Company Org. dataPublic
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_CMP...more details

FILL_SOBJ_GEN_VCFill data for sub object General Data Vendor/CustomerPublic
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_GEN_VC...more details

FILL_SOBJ_IATAFill data for sub object Int. Air Transport Assoc (IATA)Public
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_IATA...more details

FILL_SOBJ_ORGFill data for sub object Organization dataPublic
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_ORG...more details

FILL_SOBJ_SCFill data for sub object Carrier Service CodePublic
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SC...more details

FILL_SOBJ_SCACFill data for sub object Standard Carrier Alpha Code (SCAC)Public
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SCAC...more details

FILL_SOBJ_SLCFill data for sub object Service Level CodePublic
CALL METHOD /scmb/cl_cna_bptm=>FILL_SOBJ_SLC...more details

SET_COMPANY_DATASet Company Org. dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_COMPANY_DATA...more details

SET_GEN_VC_DATASet common Vendor and Customer dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_GEN_VC_DATA...more details

SET_IATA_DATASet IATA dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_IATA_DATA...more details

SET_ORG_DATASet Organization dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_ORG_DATA...more details

SET_SCAC_DATASet SCAC dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_SCAC_DATA...more details

SET_SC_DATASet Carrier Service Code dataPublic
CALL METHOD /scmb/cl_cna_bptm=>SET_SC_DATA...more details

SET_SLC_DATASet Service Level Code dataPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MC_OBJIDConstantID of Object Communicated via CNA'BPTM_GEN'LIKE
/SCMB/CNA_OBJID
Private
MC_SUBOBJ_BPTM_CMPConstantID of Object Communicated via CNA'BPTM_CMP'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_GEN_VCConstantID of Object Communicated via CNA'BPTM_GN_VC'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_IATAConstantID of Object Communicated via CNA'BPTM_IATA'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_ORGConstantID of Object Communicated via CNA'BPTM_ORG'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_SCConstantID of Object Communicated via CNA'BPTM_SC'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_SCACConstantID of Object Communicated via CNA'BPTM_SCAC'LIKE
/SCMB/CNA_OBJID
Protected
MC_SUBOBJ_BPTM_SLCConstantID of Object Communicated via CNA'BPTM_SLC'LIKE
/SCMB/CNA_OBJID
Protected
MR_CNAStatic AttributeChange Notice for Business Partner with CNALIKE
/SCMB/CL_CNA_BPTM
Private
MS_AI_GEN_VCStatic AttributeCNA data structure for Business Partner Vendor Customer DataLIKE
/SCMB/BPTM_CNA_GEN_VC
Private
MS_BI_GEN_VCStatic AttributeCNA data structure for Business Partner Vendor Customer DataLIKE
/SCMB/BPTM_CNA_GEN_VC
Private
MT_AI_CMPStatic AttributeTable Type CNA Business Partner Company DataLIKE
/SCMB/BPTM_CNA_CMP_T
Private
MT_AI_IATAStatic AttributeTable Type CNA Business Partner IATA DataLIKE
/SCMB/BPTM_CNA_IATA_T
Private
MT_AI_ORGStatic AttributeTable Type CNA Business Partner Organization DataLIKE
/SCMB/BPTM_CNA_ORG_T
Private
MT_AI_SCStatic AttributeTable Type CNA Business Partner Service CodeLIKE
/SCMB/BPTM_CNA_SC_T
Private
MT_AI_SCACStatic AttributeTable Type CNA Business Partner SCAC DataLIKE
/SCMB/BPTM_CNA_SCAC_T
Private
MT_AI_SLCStatic AttributeTable Type CNA Business Partner Service Level Code DataLIKE
/SCMB/BPTM_CNA_SLC_T
Private
MT_BI_CMPStatic AttributeTable Type CNA Business Partner Company DataLIKE
/SCMB/BPTM_CNA_CMP_T
Private
MT_BI_IATAStatic AttributeTable Type CNA Business Partner IATA DataLIKE
/SCMB/BPTM_CNA_IATA_T
Private
MT_BI_ORGStatic AttributeTable Type CNA Business Partner Organization DataLIKE
/SCMB/BPTM_CNA_ORG_T
Private
MT_BI_SCStatic AttributeTable Type CNA Business Partner Service CodeLIKE
/SCMB/BPTM_CNA_SC_T
Private
MT_BI_SCACStatic AttributeTable Type CNA Business Partner SCAC DataLIKE
/SCMB/BPTM_CNA_SCAC_T
Private
MT_BI_SLCStatic AttributeTable Type CNA Business Partner Service Level Code DataLIKE
/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



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!