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 NameDescriptionVisability
ADD_LANE_TO_BUFFERAdd lane to lane manager bufferProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>ADD_LANE_TO_BUFFER...more details

ADD_MESSAGEAdd Message to LogPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>ADD_MESSAGE...more details

APPLY_ZONE_HIERARCHYApply zone hierarchy to ambigous result lanesProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>APPLY_ZONE_HIERARCHY...more details

CHECK_CHILD_ZONE_RESULTCheck if child zone result ecistsProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_CHILD_ZONE_RESULT...more details

CHECK_LANE_EXISTDerive Dynamic Transportation Lane from Higher-Level LanePrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_LANE_EXIST...more details

CHECK_LANE_EXIST_VALIDITYDerive Dynamic Transportation Lane from Higher-Level LanePrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>CHECK_LANE_EXIST_VALIDITY...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_lddd_lane_manager=>CONSTRUCTOR...more details

CONVERT_DURATION_TO_SECONDSConvert Duration to SecondsPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>CONVERT_DURATION_TO_SECONDS...more details

CONVERT_SECONDS_TO_DURATIONConvert Seconds to DurationPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>CONVERT_SECONDS_TO_DURATION...more details

DYNAMIC_LANES_GENERATECollect dynamic lanes to be generated for mass processingProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANES_GENERATE...more details

DYNAMIC_LANE_COLLECTOBSOLETEPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANE_COLLECT...more details

DYNAMIC_LANE_GENERATEGenerate Dynamic Transportation LaneProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>DYNAMIC_LANE_GENERATE...more details

FILL_BUFFERConstruct Geography Efficiently from tablesProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>FILL_BUFFER...more details

FILL_BUFFER_PERSISTENTConstruct Geography Efficiently from tablesProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>FILL_BUFFER_PERSISTENT...more details

FILTER_REQUESTSIdentify Requests with possible results by filteringProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>FILTER_REQUESTS...more details

GET_LANEDetermine Persistent or Dynamic Transportation LanePublic
CALL METHOD /scmb/cl_lddd_lane_manager=>GET_LANE...more details

GET_LANE_PERSISTENTDetermine Persistent Transportation LaneProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>GET_LANE_PERSISTENT...more details

GET_TSP_DATAGet TSP data for result lanesProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>GET_TSP_DATA...more details

GET_VALID_REQUEST_OBJECTSGet valid objects for requestsProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>GET_VALID_REQUEST_OBJECTS...more details

INITIALIZE_BUFFERInitialize Lane Manager bufferPublic
CALL METHOD /scmb/cl_lddd_lane_manager=>INITIALIZE_BUFFER...more details

NEGATIVE_LANE_ADJUST_PERIODAdapt Period of Time Without (Dynamic) Transportation LanePrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_ADJUST_PERIOD...more details

NEGATIVE_LANE_BUFFER_ADD_ENTRYFill Buffer without dynamic lanes for horizonPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_ADD_ENTRY...more details

NEGATIVE_LANE_BUFFER_CHECKCheck for negative buffer entryProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_CHECK...more details

NEGATIVE_LANE_BUFFER_INSERTInsertion of Negative Lane into BufferPrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_INSERT...more details

NEGATIVE_LANE_BUFFER_TEMP_ADDCollect negative buffer entries in temp tableProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_TEMP_ADD...more details

NEGATIVE_LANE_BUFFER_TEMP_WRTWrite temp buffer into current bufferProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>NEGATIVE_LANE_BUFFER_TEMP_WRT...more details

QUEUE_EXECUTE_LANE_ACTIONExamine Higher-Level Transportation LaneProtected
CALL METHOD /scmb/cl_lddd_lane_manager=>QUEUE_EXECUTE_LANE_ACTION...more details

READ_LANESRead (Persistent) Transportation Lanes from DatabasePrivate
CALL METHOD /scmb/cl_lddd_lane_manager=>READ_LANES...more details

RECEIVE_RESULTSOBSOLETEPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
MO_BADI_LDDD_LDInstance AttributeLIKE
/SCMB/EX_LDDD_LD
Private
MO_GEOGRAPHYInstance AttributeGeography for Lane DeterminationLIKE
/SCMB/CL_LDDD_GEOGRAPHY
Private
MO_MESSAGE_HANDLERInstance AttributeMessage Handler for LDDD MessagesLIKE
/SCMB/CL_LDDD_MESSAGE_HANDLER
Public
MT_LANESInstance AttributePersistent Transportation Lanes OnlyLIKE
/SCMB/T_LD_LANE
Private
MT_LANES_TSPInstance AttributePersistent TSP Transportation Lanes OnlyLIKE
/SAPAPO/TR_TDB_TRMC
Private
MT_NEGATIVE_LANE_BUFFERInstance AttributeRequests with no result including periodLIKE
/SCMB/T_LDDD_LANE_BUFFER
Private
MT_NEGATIVE_LANE_BUFFER_TEMPInstance AttributeRequests with no result including period for current requestLIKE
/SCMB/T_LDDD_LANE_BUFFER
Private
MT_RESULT_LANESInstance AttributeSCMB LDDD: Result Table: Lane DeterminationLIKE
TY_T_RESULT_LANE
Private
MV_CS_RELEVANTInstance AttributeConsider only carrier selection lanesLIKE
BOOLE_D
Private
MV_IGNORE_VALIDITYInstance AttributeIgnore Lane validityLIKE
BOOLE_D
Private
MV_NEG_PERIOD_FRInstance AttributeStart Time of Period Without Transportation LaneLIKE
/SCMB/DE_TIMESTAMP
Private
MV_NEG_PERIOD_TOInstance AttributeEnd Time of Period Without Transportation LaneLIKE
/SCMB/DE_TIMESTAMP
Private
MV_REQ_TIMEInstance AttributeTime StampLIKE
/SCMB/DE_TIMESTAMP
Private
MV_USE_NEGATIVE_BUFFERInstance AttributeUse negative bufferLIKE
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



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!