SAP /SCMB/CL_CORR_ELEMENT OO Class - Correlation Element









/SCMB/CL_CORR_ELEMENT 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_CORR_ELEMENT 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_CORR_ELEMENT 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
BUILD_CONTEXTDetermines Context for Dynamic Routing GuidePrivate
CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT...more details

BUILD_CONTEXT_LOC_FROMDetermines LOC_FROM for ContextPrivate
CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_LOC_FROM...more details

BUILD_CONTEXT_LOC_TODetermines LOC_TO for ContextPrivate
CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_LOC_TO...more details

BUILD_CONTEXT_MATDetermines Material Data for ContextPrivate
CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_MAT...more details

CALC_CORR_DATA_PREDNormalise Date/Time and Quantity Table to PredecessorPublic
CALL METHOD /scmb/cl_corr_element=>CALC_CORR_DATA_PRED...more details

CONSTRUCTORInstantiates the Class and Sets the IndexPublic
CALL METHOD /scmb/cl_corr_element=>CONSTRUCTOR...more details

CORRELATEInstantiates the Class and Sets the IndexPublic
CALL METHOD /scmb/cl_corr_element=>CORRELATE...more details

GETProvide Correlation ResultPublic
CALL METHOD /scmb/cl_corr_element=>GET...more details

PROPAGATETop-Down Correlation: Adjustment According to PredecessorPublic
CALL METHOD /scmb/cl_corr_element=>PROPAGATE...more details

PROPAGATE_MINTop-Down Correlation (Nominal Component)Public
CALL METHOD /scmb/cl_corr_element=>PROPAGATE_MIN...more details

PROPAGATE_NONETop-Down Correlation for Anchor GroupsPublic
CALL METHOD /scmb/cl_corr_element=>PROPAGATE_NONE...more details

PROPAGATE_SUCCStart Top-Down Correlation for SuccessorPublic
CALL METHOD /scmb/cl_corr_element=>PROPAGATE_SUCC...more details

PROPAGATE_SUMTop-Down Correlation (Additive Components)Public
CALL METHOD /scmb/cl_corr_element=>PROPAGATE_SUM...more details

SETFills the Correlation Element with all Relevant AttributesPublic
CALL METHOD /scmb/cl_corr_element=>SET...more details



/SCMB/CL_CORR_ELEMENT 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
CALENDARInstance AttributeWork Time in Correlation ElementLIKE
/SCMB/CALENDER
Public
CORR_DATA_FINALInstance AttributeCorrelated Quantities and Dates/TimesLIKE
/SCMB/CORR_DATA_HP_TBL
Public
CORR_DATA_ORIGInstance AttributeOriginal Quantities and Dates/Times of this Corr. ElementLIKE
/SCMB/CORR_DATA_HP_TBL
Public
CORR_DATA_ORIG_TMSTYPEInstance AttributeDate/Time Type of Original Date/TimeLIKE
/SCMB/SC_DATE_TYPE
Public
CORR_DATA_REQInstance AttributeNew Requested Quantities and Dates/Times of this Corr. Elem.LIKE
/SCMB/CORR_DATA_HP_TBL
Public
CORR_DATA_REQ_TMSTYPEInstance AttributeDate/Time Type of New Requested Dates/TimesLIKE
/SCMB/SC_DATE_TYPE
Public
CORR_GROUPInstance AttributeReference to Own Correlation GroupLIKE
/SCMB/CL_CORR_GROUP
Public
DELPSInstance AttributeExternal Order Item Number (Key for Field Catalog)LIKE
/SCMB/CORR_DELPS
Public
DELTATMSInstance AttributeTime Difference Between Correlation Element and PredecessorLIKE
/SCMB/TSTRDIFF
Public
ELEMENT_INDEXInstance AttributeUnique Element IndexLIKE
/SCMB/CORRELMIDX
Private
FIXQTYInstance AttributeFixed Quantity Ratio (yes/no)LIKE
/SCMB/FIXQTY
Public
NEGLIGIBLE_DIFFInstance AttributeNegligible differenceLIKE
/SCMB/MENGV31
Public
ORDIDInstance AttributeInternal Order Number (Key for Field Catalog)LIKE
/SCMB/ORDID
Public
PARTIAL_INDInstance AttributeLIKE
Private
QTYDIVInstance AttributeQunatity Factor (Denominator)LIKE
/SCMB/QTYDIV_HP
Public
QTYFACInstance AttributeQuantity Factor (Counter)LIKE
/SCMB/QTYFAC_HP
Public
QTY_MINFACInstance AttributeMinimum Correlated QuantityLIKE
/SCMB/MENGV31
Public
QTY_ORIGInstance AttributeOriginal QuantityLIKE
/SCMB/MENGV31
Public
RNDPROCInstance AttributeRounding ProfileLIKE
/SCMB/PALG_CTLIST_NAME
Public
SCHED_TYPEInstance AttributeScheduling TypeLIKE
/SCMB/SCHEDTYPE
Public
SUCCInstance AttributeReference Table to Successor Correlation GroupsLIKE
/SCMB/CORR_GROUPS_TBL
Public
UOMRNDInstance AttributeDecimal PlacesLIKE
/SCMB/UOMRND
Public


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!