SAP /SCMTMS/CL_CHACO_METHODS OO Class - Change Controller Methods for Change Strategies
/SCMTMS/CL_CHACO_METHODS 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_METHODS 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_METHODS 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 |
| CANCEL_CAPA_TOR | Cancels TOs or COs | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>CANCEL_CAPA_TOR...more details | ||
| CANCEL_CAPA_TOR_IF_NO_REQ | Cancels TOs or COs if no requirements are assigned anymore | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>CANCEL_CAPA_TOR_IF_NO_REQ...more details | ||
| CHACO_CREATE_ALERT | Alerts are created based on alert information in request | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>CHACO_CREATE_ALERT...more details | ||
| CHECK_CAPACITIES | Capacities are checked and alert data is provided | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>CHECK_CAPACITIES...more details | ||
| DEF_CHANGE_REACTION | Default Reaction on Location, Date, Quantity Changes | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>DEF_CHANGE_REACTION...more details | ||
| DELETE_EMPTY_PACKAGES | Deletes empty package items and cancels empty PUs | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>DELETE_EMPTY_PACKAGES...more details | ||
|
| ||
| FIX_TOR | Fixes the TORs | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>FIX_TOR...more details | ||
| FIX_TOR_AFTER_PROC | Refixes the former fixed TORs again after processing is done | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>FIX_TOR_AFTER_PROC...more details | ||
| FU_UNPLAN_AND_MERGE_STAGES | Merge FU stages if unplanned | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>FU_UNPLAN_AND_MERGE_STAGES...more details | ||
| HANDLE_DELAY_FROM_EXECUTION | Alert data for a delay reported via Event Management | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>HANDLE_DELAY_FROM_EXECUTION...more details | ||
| HARD_REBUILD_FUS | Hard Rebuild of Freight Units | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>HARD_REBUILD_FUS...more details | ||
| PREPARE_ALERT_TOR_CHANGE | Prepare Alert for TOR Change | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>PREPARE_ALERT_TOR_CHANGE...more details | ||
| REBUILD_FUS | Rebuild Freight Units | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REBUILD_FUS...more details | ||
| REDETERMINE_EXEC_ORG | Redetermines Execution Org. | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REDETERMINE_EXEC_ORG...more details | ||
| REDETERMINE_ORG_UNITS | Redetermines Purchasing and Execution Org. | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REDETERMINE_ORG_UNITS...more details | ||
| REDETERMINE_PUR_ORG | Redetermines Purchasing Org. | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REDETERMINE_PUR_ORG...more details | ||
| REMOVE_TOR_FROM_PLANNING | TO is removed from existing planning assignments | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REMOVE_TOR_FROM_PLANNING...more details | ||
| REMOVE_UNPLANNED_STAGES | Removes unplanned stages from a Freight Order | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>REMOVE_UNPLANNED_STAGES...more details | ||
| RESCHEDULING | Rescheduling of the TORs | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>RESCHEDULING...more details | ||
| RESET_CONFIRMATION_STATUS | Change Confirmation Status after Loc., Date, Qty. Changes | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>RESET_CONFIRMATION_STATUS...more details | ||
| SEND_NOTIFICATION_MAIL | Send Notifcation Email after changes | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>SEND_NOTIFICATION_MAIL...more details | ||
| SEND_TOR | Sends the TORs to Carriers | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>SEND_TOR...more details | ||
| SET_EXECUTION_BLOCK | Set execution block | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>SET_EXECUTION_BLOCK...more details | ||
| STOP_AND_RESTART_TENDERING | Any existing tendering is stopped and restarted again | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>STOP_AND_RESTART_TENDERING...more details | ||
| STOP_AND_START_NEW_AUTO_TEND | Any existing tendering is stopped and restarted again | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>STOP_AND_START_NEW_AUTO_TEND...more details | ||
| STOP_TENDERING | Any existing tendering is stopped | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>STOP_TENDERING...more details | ||
| UNFIX_TOR_FOR_PROC | Unfixes the TOR to enable the processing of the strategy | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>UNFIX_TOR_FOR_PROC...more details | ||
| UPDATE_FUS | Update Freight Units | Public |
| CALL METHOD /scmtms/cl_chaco_methods=>UPDATE_FUS...more details | ||
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects