SAP /SCMB/CL_LDDD_LANE_MANAGER OO Class - Lane Manager for RC LDDD
/SCMB/CL_LDDD_LANE_MANAGER 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 /SCMB/CL_LDDD_LANE_MANAGER 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 /SCMB/CL_LDDD_LANE_MANAGER 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 |
| ADD_LANE_TO_BUFFER | Add lane to lane manager buffer | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>ADD_LANE_TO_BUFFER...more details | ||
| ADD_MESSAGE | Add Message to Log | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>ADD_MESSAGE...more details | ||
| APPLY_ZONE_HIERARCHY | Apply zone hierarchy to ambigous result lanes | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>APPLY_ZONE_HIERARCHY...more details | ||
| CHECK_CHILD_ZONE_RESULT | Check if child zone result ecists | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_CHILD_ZONE_RESULT...more details | ||
| CHECK_LANE_EXIST | Derive Dynamic Transportation Lane from Higher-Level Lane | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_LANE_EXIST...more details | ||
| CHECK_LANE_EXIST_VALIDITY | Derive Dynamic Transportation Lane from Higher-Level Lane | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_LANE_EXIST_VALIDITY...more details | ||
|
| ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CONSTRUCTOR...more details | ||
| CONVERT_DURATION_TO_SECONDS | Convert Duration to Seconds | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CONVERT_DURATION_TO_SECONDS...more details | ||
| CONVERT_SECONDS_TO_DURATION | Convert Seconds to Duration | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>CONVERT_SECONDS_TO_DURATION...more details | ||
| DYNAMIC_LANES_GENERATE | Collect dynamic lanes to be generated for mass processing | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANES_GENERATE...more details | ||
| DYNAMIC_LANE_COLLECT | OBSOLETE | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANE_COLLECT...more details | ||
| DYNAMIC_LANE_GENERATE | Generate Dynamic Transportation Lane | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANE_GENERATE...more details | ||
| FILL_BUFFER | Construct Geography Efficiently from tables | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>FILL_BUFFER...more details | ||
| FILL_BUFFER_PERSISTENT | Construct Geography Efficiently from tables | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>FILL_BUFFER_PERSISTENT...more details | ||
| FILTER_REQUESTS | Identify Requests with possible results by filtering | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>FILTER_REQUESTS...more details | ||
| GET_LANE | Determine Persistent or Dynamic Transportation Lane | Public |
| CALL METHOD /scmb/cl_lddd_lane_manager=>GET_LANE...more details | ||
| GET_LANE_PERSISTENT | Determine Persistent Transportation Lane | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>GET_LANE_PERSISTENT...more details | ||
| GET_TSP_DATA | Get TSP data for result lanes | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>GET_TSP_DATA...more details | ||
| GET_VALID_REQUEST_OBJECTS | Get valid objects for requests | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>GET_VALID_REQUEST_OBJECTS...more details | ||
| INITIALIZE_BUFFER | Initialize Lane Manager buffer | Public |
| CALL METHOD /scmb/cl_lddd_lane_manager=>INITIALIZE_BUFFER...more details | ||
| NEGATIVE_LANE_ADJUST_PERIOD | Adapt Period of Time Without (Dynamic) Transportation Lane | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_ADJUST_PERIOD...more details | ||
| NEGATIVE_LANE_BUFFER_ADD_ENTRY | Fill Buffer without dynamic lanes for horizon | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_ADD_ENTRY...more details | ||
| NEGATIVE_LANE_BUFFER_CHECK | Check for negative buffer entry | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_CHECK...more details | ||
| NEGATIVE_LANE_BUFFER_INSERT | Insertion of Negative Lane into Buffer | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_INSERT...more details | ||
| NEGATIVE_LANE_BUFFER_TEMP_ADD | Collect negative buffer entries in temp table | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_TEMP_ADD...more details | ||
| NEGATIVE_LANE_BUFFER_TEMP_WRT | Write temp buffer into current buffer | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_TEMP_WRT...more details | ||
| QUEUE_EXECUTE_LANE_ACTION | Examine Higher-Level Transportation Lane | Protected |
| CALL METHOD /scmb/cl_lddd_lane_manager=>QUEUE_EXECUTE_LANE_ACTION...more details | ||
| READ_LANES | Read (Persistent) Transportation Lanes from Database | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>READ_LANES...more details | ||
| RECEIVE_RESULTS | OBSOLETE | Private |
| CALL METHOD /scmb/cl_lddd_lane_manager=>RECEIVE_RESULTS...more details | ||
/SCMB/CL_LDDD_LANE_MANAGER 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_BADI_LDDD_LD | Instance Attribute | LIKE /SCMB/EX_LDDD_LD | Private | ||
| MO_GEOGRAPHY | Instance Attribute | Geography for Lane Determination | LIKE /SCMB/CL_LDDD_GEOGRAPHY | Private | |
| MO_MESSAGE_HANDLER | Instance Attribute | Message Handler for LDDD Messages | LIKE /SCMB/CL_LDDD_MESSAGE_HANDLER | Public | |
| MT_LANES | Instance Attribute | Persistent Transportation Lanes Only | LIKE /SCMB/T_LD_LANE | Private | |
| MT_LANES_TSP | Instance Attribute | Persistent TSP Transportation Lanes Only | LIKE /SAPAPO/TR_TDB_TRMC | Private | |
| MT_NEGATIVE_LANE_BUFFER | Instance Attribute | Requests with no result including period | LIKE /SCMB/T_LDDD_LANE_BUFFER | Private | |
| MT_NEGATIVE_LANE_BUFFER_TEMP | Instance Attribute | Requests with no result including period for current request | LIKE /SCMB/T_LDDD_LANE_BUFFER | Private | |
| MT_RESULT_LANES | Instance Attribute | SCMB LDDD: Result Table: Lane Determination | LIKE TY_T_RESULT_LANE | Private | |
| MV_CS_RELEVANT | Instance Attribute | Consider only carrier selection lanes | LIKE BOOLE_D | Private | |
| MV_IGNORE_VALIDITY | Instance Attribute | Ignore Lane validity | LIKE BOOLE_D | Private | |
| MV_NEG_PERIOD_FR | Instance Attribute | Start Time of Period Without Transportation Lane | LIKE /SCMB/DE_TIMESTAMP | Private | |
| MV_NEG_PERIOD_TO | Instance Attribute | End Time of Period Without Transportation Lane | LIKE /SCMB/DE_TIMESTAMP | Private | |
| MV_REQ_TIME | Instance Attribute | Time Stamp | LIKE /SCMB/DE_TIMESTAMP | Private | |
| MV_USE_NEGATIVE_BUFFER | Instance Attribute | Use negative buffer | LIKE BOOLE_D | Protected |
/SCMB/CL_LDDD_LANE_MANAGER types
TY_T_RESULT_LANE -Links to Related Class(s)
/SCMB/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects