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 NameDescriptionVisability
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>CLASS_CONSTRUCTOR...more details

CREATE_OTA_COMPONENTCreate One-Time Location component instanceProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>CREATE_OTA_COMPONENT...more details

CREATE_OTA_LOCATIONCreate one time accountant locationPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>CREATE_OTA_LOCATION...more details

FILL_OTA_BUFFERFull One-Time Location component bufferPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>FILL_OTA_BUFFER...more details

FILL_PTY_ROLE_CODE_BP_FUNCTFill Mapping Table Party Role Code to Bus. Partner FunctionProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>FILL_PTY_ROLE_CODE_BP_FUNCT...more details

GET_EDI_COMM_PROFILEGet EDI communication profilePublic
CALL METHOD /scmtms/cl_cmn_helper_service=>GET_EDI_COMM_PROFILE...more details

GET_LOC_KEYS_BY_STANDARD_IDGet location keys by list of standard IDsPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>GET_LOC_KEYS_BY_STANDARD_ID...more details

GET_MAT_KEYS_BY_STANDARD_IDGet product key by list of standard IDsPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>GET_MAT_KEYS_BY_STANDARD_ID...more details

GET_PARTY_KEYS_BY_STANDARD_IDGet party keys by list of standard IDsPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>GET_PARTY_KEYS_BY_STANDARD_ID...more details

MAP_ADDRESS_DESCRIPTIONDD Map description proxy structureProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_ADDRESS_DESCRIPTION...more details

MAP_BP_FUNCT_TO_PTY_ROLE_CODEMap Busines Partner Function to Party Role CodePublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_BP_FUNCT_TO_PTY_ROLE_CODE...more details

MAP_BTD_TYPECODEMap BTD type code for purchase orderPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_BTD_TYPECODE...more details

MAP_COMMUNICATIONDD Map communication proxy structureProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_COMMUNICATION...more details

MAP_COMMUNICATION_SCDD Map communication proxy structureProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_COMMUNICATION_SC...more details

MAP_DESCRIPTIONDD Map description proxy structureProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_DESCRIPTION...more details

MAP_PHONEDD Map communication proxy structureProtected
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PHONE...more details

MAP_PROXY_SC_TO_ADDRESSDD Map proxy with SC to DO addressPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_SC_TO_ADDRESS...more details

MAP_PROXY_TO_ADDRESSDD Map proxy to DO AddressPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ADDRESS...more details

MAP_PROXY_TO_ADDRESS_ADDL_RPRMap proxy to address additional representationPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ADDRESS_ADDL_RPR...more details

MAP_PROXY_TO_ATTACHMENTFOLDERMap proxy to DO attachment folderPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_ATTACHMENTFOLDER...more details

MAP_PROXY_TO_TEXTCOLLECTIONMap proxy to DO text collectionPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PROXY_TO_TEXTCOLLECTION...more details

MAP_PTY_ROLE_CODE_TO_BP_FUNCTMap Party Role Code to Business Partner FunctionPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MAP_PTY_ROLE_CODE_TO_BP_FUNCT...more details

MATCH_LOC_FR_1_STD_IDIdentity a location from a single Standard IdPublic
CALL METHOD /scmtms/cl_cmn_helper_service=>MATCH_LOC_FR_1_STD_ID...more details

MATCH_LOC_FR_STD_IDSIdentity a location from a set of Standard Id'sPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_OTA_LOCATIONStatic AttributeOne-Time Location Component interfaceLIKE
/SCMTMS/IF_OTA_LOCATION
Protected
ST_PTY_ROLE_CODE_BP_FUNCTStatic AttributeMapping Table Party Role Code to Business Partner FunctionLIKE
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



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!