SAP /SCMTMS/CL_CHACO_NOTIFICATION OO Class - Chaco: Helper for notification email









/SCMTMS/CL_CHACO_NOTIFICATION 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_CHACO_NOTIFICATION 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_CHACO_NOTIFICATION 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
CONVERT_TIME_DIFConvert Time Difference from Minutes to mm dd hh mm StringPrivate
CALL METHOD /scmtms/cl_chaco_notification=>CONVERT_TIME_DIF...more details

FILL_CHACO_CHANGESFills the chacho changes with the correct dataPrivate
CALL METHOD /scmtms/cl_chaco_notification=>FILL_CHACO_CHANGES...more details

FIX_MINUS_SIGN_POSITIONMove minus sign from back to frontPrivate
CALL METHOD /scmtms/cl_chaco_notification=>FIX_MINUS_SIGN_POSITION...more details

GENERATE_TEXTGenerate the email's HTML textPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GENERATE_TEXT...more details

GET_CARRIERGets the carrier bupa of a torPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_CARRIER...more details

GET_CARRIER_MAILGet carrier mailPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_CARRIER_MAIL...more details

GET_DOC_CAT_STRINGGet a proper name for a tor categoryPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_DOC_CAT_STRING...more details

GET_DOC_URLGet URL for a documentPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_DOC_URL...more details

GET_ITEMS_DELTAGet delta of two item tablesPrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_ITEMS_DELTA...more details

GET_RECIPIENTGet recipient email and full namePrivate
CALL METHOD /scmtms/cl_chaco_notification=>GET_RECIPIENT...more details

GROUPED_NOTIFYDecides if emails need to be sentPublic
CALL METHOD /scmtms/cl_chaco_notification=>GROUPED_NOTIFY...more details

NOTIFY_CARRIERNotify carrierPrivate
CALL METHOD /scmtms/cl_chaco_notification=>NOTIFY_CARRIER...more details

NOTIFY_RECIPIENTNotify one personPrivate
CALL METHOD /scmtms/cl_chaco_notification=>NOTIFY_RECIPIENT...more details

REMOVE_TRAILING_DECIMALSRemove unneeded trailing decimal zerosPrivate
CALL METHOD /scmtms/cl_chaco_notification=>REMOVE_TRAILING_DECIMALS...more details

SEND_MAILSend the notification mailPrivate
CALL METHOD /scmtms/cl_chaco_notification=>SEND_MAIL...more details






/SCMTMS/CL_CHACO_NOTIFICATION types

S_CHANGE -
S_GROUPED_CHANGE -
S_ITEMS_DELTA -
S_TOR_ITEMS -
T_BU_PARTNER -
T_CHANGE -
T_EMAIL -
T_GROUPED_CHANGE -
T_ITEMS_DELTA -
T_TOR_ITEMS -

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!