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 Name | Description | Visability |
| CONVERT_TIME_DIF | Convert Time Difference from Minutes to mm dd hh mm String | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>CONVERT_TIME_DIF...more details | ||
| FILL_CHACO_CHANGES | Fills the chacho changes with the correct data | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>FILL_CHACO_CHANGES...more details | ||
| FIX_MINUS_SIGN_POSITION | Move minus sign from back to front | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>FIX_MINUS_SIGN_POSITION...more details | ||
| GENERATE_TEXT | Generate the email's HTML text | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GENERATE_TEXT...more details | ||
| GET_CARRIER | Gets the carrier bupa of a tor | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_CARRIER...more details | ||
| GET_CARRIER_MAIL | Get carrier mail | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_CARRIER_MAIL...more details | ||
|
| ||
| GET_DOC_CAT_STRING | Get a proper name for a tor category | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_DOC_CAT_STRING...more details | ||
| GET_DOC_URL | Get URL for a document | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_DOC_URL...more details | ||
| GET_ITEMS_DELTA | Get delta of two item tables | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_ITEMS_DELTA...more details | ||
| GET_RECIPIENT | Get recipient email and full name | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>GET_RECIPIENT...more details | ||
| GROUPED_NOTIFY | Decides if emails need to be sent | Public |
| CALL METHOD /scmtms/cl_chaco_notification=>GROUPED_NOTIFY...more details | ||
| NOTIFY_CARRIER | Notify carrier | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>NOTIFY_CARRIER...more details | ||
| NOTIFY_RECIPIENT | Notify one person | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>NOTIFY_RECIPIENT...more details | ||
| REMOVE_TRAILING_DECIMALS | Remove unneeded trailing decimal zeros | Private |
| CALL METHOD /scmtms/cl_chaco_notification=>REMOVE_TRAILING_DECIMALS...more details | ||
| SEND_MAIL | Send the notification mail | Private |
| 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