SAP /SCMTMS/CL_CMN_HELPER_SERVICE OO Class - Helper Class for Generic Service Handling
/SCMTMS/CL_CMN_HELPER_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_CMN_HELPER_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_CMN_HELPER_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 |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>CLASS_CONSTRUCTOR...more details | ||
| CREATE_OTA_COMPONENT | Create One-Time Location component instance | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>CREATE_OTA_COMPONENT...more details | ||
| CREATE_OTA_LOCATION | Create one time accountant location | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>CREATE_OTA_LOCATION...more details | ||
| FILL_OTA_BUFFER | Full One-Time Location component buffer | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>FILL_OTA_BUFFER...more details | ||
| FILL_PTY_ROLE_CODE_BP_FUNCT | Fill Mapping Table Party Role Code to Bus. Partner Function | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>FILL_PTY_ROLE_CODE_BP_FUNCT...more details | ||
| GET_EDI_COMM_PROFILE | Get EDI communication profile | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>GET_EDI_COMM_PROFILE...more details | ||
|
| ||
| GET_LOC_KEYS_BY_STANDARD_ID | Get location keys by list of standard IDs | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>GET_LOC_KEYS_BY_STANDARD_ID...more details | ||
| GET_MAT_KEYS_BY_STANDARD_ID | Get product key by list of standard IDs | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>GET_MAT_KEYS_BY_STANDARD_ID...more details | ||
| GET_PARTY_KEYS_BY_STANDARD_ID | Get party keys by list of standard IDs | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>GET_PARTY_KEYS_BY_STANDARD_ID...more details | ||
| MAP_ADDRESS_DESCRIPTION | DD Map description proxy structure | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_ADDRESS_DESCRIPTION...more details | ||
| MAP_BP_FUNCT_TO_PTY_ROLE_CODE | Map Busines Partner Function to Party Role Code | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_BP_FUNCT_TO_PTY_ROLE_CODE...more details | ||
| MAP_BTD_TYPECODE | Map BTD type code for purchase order | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_BTD_TYPECODE...more details | ||
| MAP_COMMUNICATION | DD Map communication proxy structure | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_COMMUNICATION...more details | ||
| MAP_COMMUNICATION_SC | DD Map communication proxy structure | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_COMMUNICATION_SC...more details | ||
| MAP_DESCRIPTION | DD Map description proxy structure | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_DESCRIPTION...more details | ||
| MAP_PHONE | DD Map communication proxy structure | Protected |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PHONE...more details | ||
| MAP_PROXY_SC_TO_ADDRESS | DD Map proxy with SC to DO address | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_SC_TO_ADDRESS...more details | ||
| MAP_PROXY_TO_ADDRESS | DD Map proxy to DO Address | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ADDRESS...more details | ||
| MAP_PROXY_TO_ADDRESS_ADDL_RPR | Map proxy to address additional representation | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ADDRESS_ADDL_RPR...more details | ||
| MAP_PROXY_TO_ATTACHMENTFOLDER | Map proxy to DO attachment folder | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ATTACHMENTFOLDER...more details | ||
| MAP_PROXY_TO_TEXTCOLLECTION | Map proxy to DO text collection | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_TEXTCOLLECTION...more details | ||
| MAP_PTY_ROLE_CODE_TO_BP_FUNCT | Map Party Role Code to Business Partner Function | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PTY_ROLE_CODE_TO_BP_FUNCT...more details | ||
| MATCH_LOC_FR_1_STD_ID | Identity a location from a single Standard Id | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MATCH_LOC_FR_1_STD_ID...more details | ||
| MATCH_LOC_FR_STD_IDS | Identity a location from a set of Standard Id's | Public |
| CALL METHOD /scmtms/cl_cmn_helper_service=>MATCH_LOC_FR_STD_IDS...more details | ||
/SCMTMS/CL_CMN_HELPER_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 |
| MO_OTA_LOCATION | Static Attribute | One-Time Location Component interface | LIKE /SCMTMS/IF_OTA_LOCATION | Protected | |
| ST_PTY_ROLE_CODE_BP_FUNCT | Static Attribute | Mapping Table Party Role Code to Business Partner Function | LIKE TT_PTY_ROLE_CODE_BP_FUNCT | Protected |
/SCMTMS/CL_CMN_HELPER_SERVICE types
TT_ADDRESS -TT_EDI_HELPER -
TT_LOC_STD_ID_KEY -
TT_MAT_STD_ID_KEY -
TT_PTY_ROLE_CODE_BP_FUNCT -
TT_TEXTCOLLECTION -
TY_ADDRESS -
TY_EDI_HELPER -
TY_LOC_STD_ID_KEY -
TY_MAT_STD_ID_KEY -
TY_PTY_ROLE_CODE_BP_FUNCT -
TY_TEXTCOLLECTION -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects