SAP /SCMTMS/CL_CMPLCHK_CONF_SRV OO Class - Inbound agent for Trade Compliance Check Confirmation









/SCMTMS/CL_CMPLCHK_CONF_SRV 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 /SCMTMS/CL_CMPLCHK_CONF_SRV including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /SCMTMS/CL_CMPLCHK_CONF_SRV 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
APPLICATION_PROCESSINGMain methodPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>APPLICATION_PROCESSING...more details

BUILD_SEQUENCING_CONTEXTBuild in-application sequencing contextProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>BUILD_SEQUENCING_CONTEXT...more details

CHECK_BTD_REFERENCE_IDCheck BusinessTransactionDocumentReference IDProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>CHECK_BTD_REFERENCE_ID...more details

CHECK_CONFIRMATION_UP_TO_DATECheck confirmation is referring to latest requestProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>CHECK_CONFIRMATION_UP_TO_DATE...more details

CHECK_MESSAGECheck messageProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>CHECK_MESSAGE...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>CLASS_CONSTRUCTOR...more details

DO_FEH_ERROR_CATEGORIZEError categorizazion for FEHPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>DO_FEH_ERROR_CATEGORIZE...more details

DO_INITIALIZEInitialize attributesPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>DO_INITIALIZE...more details

DO_INITIALIZE_SRVMGRInitialize service managerProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>DO_INITIALIZE_SRVMGR...more details

FILL_CONF_HISTFill TOR confirmation historyProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>FILL_CONF_HIST...more details

GET_INSTANCEReturn singletonPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>GET_INSTANCE...more details

MAP_ITEM_STATUSMap the item compliance statusPrivate
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>MAP_ITEM_STATUS...more details

SAVE_BOSave TOR or TRQProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>SAVE_BO...more details

SET_COMPLIANCE_STATUSSet compliance statusProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>SET_COMPLIANCE_STATUS...more details

SET_XI_GUIDSet XI GUIDPublic
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>SET_XI_GUID...more details

VALIDATE_SEQUENCEValidate against incoming in-application sequencing contextProtected
CALL METHOD /scmtms/cl_cmplchk_conf_srv=>VALIDATE_SEQUENCE...more details



/SCMTMS/CL_CMPLCHK_CONF_SRV 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
GO_SINGLETONStatic AttributeInbound agent for Trade Compliance Check ConfirmationLIKE
/SCMTMS/CL_CMPLCHK_CONF_SRV
Protected
MC_BTD_TC_TORConstantTransportation Order'1122'LIKE
/SCMTMS/CPX_S_BTD_TYPE_CD
Protected
MC_BTD_TC_TOR_FUConstantFreight Unit'618'LIKE
/SCMTMS/CPX_S_BTD_TYPE_CD
Protected
MC_BTD_TC_TRQConstantTransportation Request'1123'LIKE
/SCMTMS/CPX_S_BTD_TYPE_CD
Protected
MC_SEQUENCING_OBJ_TYPEConstantObject Type'CPC'LIKE
/SAPPO/DTE_OBJTYPE
Protected
MO_CHANGEInstance AttributeInterface for transaction change objectsLIKE
/BOBF/IF_TRA_CHANGE
Protected
MO_LOGInstance AttributeBOPF independent/parallel LogLIKE
/SCMTMS/CL_LOG_NONBOPF
Protected
MO_SRVMGRInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Protected
MO_TXMInstance AttributeInterface of the standalone transaction managerLIKE
/BOBF/IF_TRA_TRANSACTION_MGR
Protected
MO_TXM_SLAVEInstance AttributeInterface of the slave transaction managerLIKE
/BOBF/IF_TRA_SLAVE_TRANS_MGR
Protected
MS_SEQ_CONTEXTInstance AttributeSequencing Context for Checks on Application levelLIKE
BS_SOA_INAPPSEQ_CNTXT
Protected
MS_SYMSGVInstance AttributeMessage VariableLIKE
SYMSGV
Protected
MT_MODInstance AttributeChangesLIKE
/BOBF/T_FRW_MODIFICATION
Protected
MV_BLOCKEDInstance AttributeBusiness Document blocked, not compliantLIKE
FLAG
Protected
MV_BOBF_KEYInstance AttributeNodeIDLIKE
/BOBF/CONF_KEY
Protected
MV_BO_NAMEInstance AttributeLIKE
STRING
Protected
MV_BTD_REF_IDInstance AttributeBus. Trans. Document IDLIKE
CHAR20
Protected
MV_BTD_TCInstance AttributeBusinessTransactionDocumentTypeCodeLIKE
/SCMTMS/CPX_S_BTD_TYPE_CD
Protected
MV_LOGSYSInstance AttributeLogical systemLIKE
LOGSYS
Protected
MV_SEQUENCING_CONTEXTInstance AttributeLIKE
STRING
Protected
MV_TESTRUNInstance AttributeTest Run IndicatorLIKE
FLAG
Protected
MV_XI_GUIDInstance AttributeXI: Message IDLIKE
SXMSMGUID
Protected


Links to Related Class(s)

/SCMTMS/...
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!