SAP /SCMTMS/CL_COMPLIANCE_SERVICE OO Class - Completeness and Relevance Check for Compliance









/SCMTMS/CL_COMPLIANCE_SERVICE 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_COMPLIANCE_SERVICE 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_COMPLIANCE_SERVICE 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
CHECK_COMPLETENESS_TORCheck whether data is complete for customs declarationPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_COMPLETENESS_TOR...more details

CHECK_COMPLETENESS_TRQCheck whether data is complete for customs declarationPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_COMPLETENESS_TRQ...more details

CHECK_ITEM_RELEVANCECheck if item node has compliance relevant changesPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_ITEM_RELEVANCE...more details

CHECK_PARTY_RELEVANCECheck if party node has compliance relevant changesPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_PARTY_RELEVANCE...more details

CHECK_ROOT_RELEVANCECheck if root node has compliance relevant changesPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_ROOT_RELEVANCE...more details

CHECK_STOP_RELEVANCECheck if stop node has compliance relevant changesPublic
CALL METHOD /scmtms/cl_compliance_service=>CHECK_STOP_RELEVANCE...more details

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

GET_ITEM_REFERENCE_DATEGet item reference datePublic
CALL METHOD /scmtms/cl_compliance_service=>GET_ITEM_REFERENCE_DATE...more details

GET_RELEVANT_KEYS_FOR_RECHECKGet relevant keys for a recheckPublic
CALL METHOD /scmtms/cl_compliance_service=>GET_RELEVANT_KEYS_FOR_RECHECK...more details

GET_TECHNICAL_ITEM_UPDATE_KEYSGet document keys for which a technical update happenedPublic
CALL METHOD /scmtms/cl_compliance_service=>GET_TECHNICAL_ITEM_UPDATE_KEYS...more details

GET_TECHNICAL_PARTY_UPD_KEYSGet document keys for which a technical update happenedPublic
CALL METHOD /scmtms/cl_compliance_service=>GET_TECHNICAL_PARTY_UPD_KEYS...more details

GET_TECHNICAL_STOP_UPDATE_KEYSGet document keys for which a technical update happenedPublic
CALL METHOD /scmtms/cl_compliance_service=>GET_TECHNICAL_STOP_UPDATE_KEYS...more details



/SCMTMS/CL_COMPLIANCE_SERVICE 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
SO_TOR_SRVMGRStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
SO_TRQ_SRVMGRStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private




/SCMTMS/CL_COMPLIANCE_SERVICE types

TS_ITEM_REF_DATE -
TS_PARTY_ADDRESS -
TS_PRODUCT_QUANTITIES -
TT_ITEM_REF_DATE -
TT_PARTY_ADDRESS -
TT_PRODUCT_QUANTITIES -

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!