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 Name | Description | Visability |
| CHECK_COMPLETENESS_TOR | Check whether data is complete for customs declaration | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_COMPLETENESS_TOR...more details | ||
| CHECK_COMPLETENESS_TRQ | Check whether data is complete for customs declaration | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_COMPLETENESS_TRQ...more details | ||
| CHECK_ITEM_RELEVANCE | Check if item node has compliance relevant changes | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_ITEM_RELEVANCE...more details | ||
| CHECK_PARTY_RELEVANCE | Check if party node has compliance relevant changes | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_PARTY_RELEVANCE...more details | ||
| CHECK_ROOT_RELEVANCE | Check if root node has compliance relevant changes | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_ROOT_RELEVANCE...more details | ||
| CHECK_STOP_RELEVANCE | Check if stop node has compliance relevant changes | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CHECK_STOP_RELEVANCE...more details | ||
|
| ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_compliance_service=>CLASS_CONSTRUCTOR...more details | ||
| GET_ITEM_REFERENCE_DATE | Get item reference date | Public |
| CALL METHOD /scmtms/cl_compliance_service=>GET_ITEM_REFERENCE_DATE...more details | ||
| GET_RELEVANT_KEYS_FOR_RECHECK | Get relevant keys for a recheck | Public |
| CALL METHOD /scmtms/cl_compliance_service=>GET_RELEVANT_KEYS_FOR_RECHECK...more details | ||
| GET_TECHNICAL_ITEM_UPDATE_KEYS | Get document keys for which a technical update happened | Public |
| CALL METHOD /scmtms/cl_compliance_service=>GET_TECHNICAL_ITEM_UPDATE_KEYS...more details | ||
| GET_TECHNICAL_PARTY_UPD_KEYS | Get document keys for which a technical update happened | Public |
| CALL METHOD /scmtms/cl_compliance_service=>GET_TECHNICAL_PARTY_UPD_KEYS...more details | ||
| GET_TECHNICAL_STOP_UPDATE_KEYS | Get document keys for which a technical update happened | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| SO_TOR_SRVMGR | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| SO_TRQ_SRVMGR | Static Attribute | Containing the public service methods of a service manager | LIKE /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