SAP /SCMB/CL_LDDD OO Class - RC Lane, Distance and Duration Determination









/SCMB/CL_LDDD 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 including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/IF_LDDD

Method list of /SCMB/CL_LDDD 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 bufferPublic
CALL METHOD /scmb/cl_lddd=>ADD_LANE_TO_BUFFER...more details

ADJUST_SETTINGSAdjust Lane Determination settingsProtected
CALL METHOD /scmb/cl_lddd=>ADJUST_SETTINGS...more details

APPLY_DDD_BADIApply DDD BAdIPrivate
CALL METHOD /scmb/cl_lddd=>APPLY_DDD_BADI...more details

DETERMINE_DISTANCE_DURATIONDetermine Distance and Duration for Transportation StagesPublic
CALL METHOD /scmb/cl_lddd=>DETERMINE_DISTANCE_DURATION...more details

EXECUTE_DETERMINATIONExecute Lane DeterminationProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_DETERMINATION...more details

EXECUTE_FULL_REACHABILITYExecute Full Reachability Lane DeterminationProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_FULL_REACHABILITY...more details

EXECUTE_NO_AMBIGOUS_LANESExecute no ambigous Lane DeterminationProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_NO_AMBIGOUS_LANES...more details

EXECUTE_REQUESTSExecute all LDDD requestsProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_REQUESTS...more details

EXECUTE_REQUEST_PACKAGEExecute a LDDD request packagePrivate
CALL METHOD /scmb/cl_lddd=>EXECUTE_REQUEST_PACKAGE...more details

EXECUTE_STANDARD_DETERMINATIONExecute Standard Lane DeterminationProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_STANDARD_DETERMINATION...more details

EXECUTE_STRATEGY_DETERMINATIONExecute Strategy Lane DeterminationProtected
CALL METHOD /scmb/cl_lddd=>EXECUTE_STRATEGY_DETERMINATION...more details

FINALIZE_REQUESTSFinalize LDDD resultsProtected
CALL METHOD /scmb/cl_lddd=>FINALIZE_REQUESTS...more details

GET_LANESDetermine all transportation lanes for given poolsPublic
CALL METHOD /scmb/cl_lddd=>GET_LANES...more details

GET_LANES_BY_REQUESTDetermine a (Dynamic) Transportation Lane for Each RequestPublic
CALL METHOD /scmb/cl_lddd=>GET_LANES_BY_REQUEST...more details

GET_LANES_DISTANCE_DURATIONDetermine Distance and Duration with Lane LogicProtected
CALL METHOD /scmb/cl_lddd=>GET_LANES_DISTANCE_DURATION...more details

GET_LANES_OPTIMIZERDetermine all transportation lanes for given pools (opt)Public
CALL METHOD /scmb/cl_lddd=>GET_LANES_OPTIMIZER...more details

GET_LANES_PERSISTENTDetermine a persistent Transportation Lane for Each RequestPublic
CALL METHOD /scmb/cl_lddd=>GET_LANES_PERSISTENT...more details

GET_LANE_MANAGERGet Lane ManagerPrivate
CALL METHOD /scmb/cl_lddd=>GET_LANE_MANAGER...more details

GET_VALID_REQUEST_OBJECTSGet valid objects for requestsPrivate
CALL METHOD /scmb/cl_lddd=>GET_VALID_REQUEST_OBJECTS...more details

GET_ZONE_LANESGet Lanes on Zone levelPrivate
CALL METHOD /scmb/cl_lddd=>GET_ZONE_LANES...more details

HANDLE_ZONE_LANESGet Lanes on Zone levelProtected
CALL METHOD /scmb/cl_lddd=>HANDLE_ZONE_LANES...more details

PROPAGATE_ZONE_LANESPropagate Lanes on Zone level to LocationsPrivate
CALL METHOD /scmb/cl_lddd=>PROPAGATE_ZONE_LANES...more details

RECEIVE_RESULTSReceive results of parallel processingPublic
CALL METHOD /scmb/cl_lddd=>RECEIVE_RESULTS...more details



/SCMB/CL_LDDD 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_DDDStatic AttributeBAdI instance for result manipulationLIKE
/SCMB/EX_LDDD_DDD
Private
MO_BADI_LDDD_LDStatic AttributeLIKE
/SCMB/EX_LDDD_LD
Private
MO_LANE_MANAGERStatic AttributeLane Manager for RC LDDDLIKE
/SCMB/CL_LDDD_LANE_MANAGER
Public
MT_RESULTSStatic AttributeResult lanes of parallel callsLIKE
/SCMB/T_LDDD_LANE_RESULT_INT
Private
MV_FILL_NEGATIVE_BUFFERStatic AttributeFill negative bufferABAP_FALSELIKE
BOOLE_D
Private
MV_MAX_REQUEST_NUMBERStatic AttributeMaximum number of requests1000000LIKE
INT4
Public
MV_MIN_PACKAGE_SIZEStatic AttributeMinimum size for parallel processing1000LIKE
INT4
Protected
MV_NEGBUF_IS_EMPTYStatic AttributeNegative buffer table is emptyABAP_FALSELIKE
BOOLE_D
Private
MV_PARALLEL_CALLSStatic AttributeNumber of running parallel callsLIKE
INT4
Private
MV_REQUESTS_EXECUTEDStatic AttributeRequests executed in current processLIKE
INT4
Public
SS_BADIStatic AttributeLIKE
Public




/SCMB/CL_LDDD types

TY_S_LD_SETTINGS -
TY_S_RESULT_ZONE_LANE -
TY_T_RESULT_ZONE_LANE -
TY_T_RESULT_ZONE_LANE_SORTED -

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!