SAP /SCMB/CL_CORR_GROUP OO Class - Correlation Group









/SCMB/CL_CORR_GROUP 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_GROUP 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_GROUP 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
CALCULATE_CORRELATIONContainer for Time/Quantity Correlation Method of GroupPublic
CALL METHOD /scmb/cl_corr_group=>CALCULATE_CORRELATION...more details

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

CORRELATECorrelation: For all Groups with and Without CorrelationPublic
CALL METHOD /scmb/cl_corr_group=>CORRELATE...more details

CORRELATE_QUANTITYCorrelation: For Groups with Quantity CorrelationProtected
CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY...more details

CORRELATE_QUANTITY_MINCorrelation: For Groups with Quantity Correlation (Minimum)Protected
CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY_MIN...more details

CORRELATE_QUANTITY_SUMCorrelation: For Groups with Quantity Correlation (Addition)Protected
CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY_SUM...more details

CORRELATE_TIMECorrelation: For Groups with Time CorrelationProtected
CALL METHOD /scmb/cl_corr_group=>CORRELATE_TIME...more details

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

PROPAGATECorrelation: For all Groups with and Without CorrelationPublic
CALL METHOD /scmb/cl_corr_group=>PROPAGATE...more details

SETFills Correlation Group with All Relevant AttributesPublic
CALL METHOD /scmb/cl_corr_group=>SET...more details

SET_NUMLINESChecks for Consistency and Fills the AttributePrivate
CALL METHOD /scmb/cl_corr_group=>SET_NUMLINES...more details

SET_RESTART_FLGCorrelation Must Be Executed AgainPublic
CALL METHOD /scmb/cl_corr_group=>SET_RESTART_FLG...more details



/SCMB/CL_CORR_GROUP 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
CORR_DATA_FINALInstance AttributeTable with Correlated Quantities and Dates/TimesLIKE
/SCMB/CORR_DATA_HP_TBL
Public
CORR_DATA_REQInstance AttributeTable of Requested Quantities and DatesLIKE
/SCMB/CORR_DATA_HP_TBL
Public
CORR_TYPE_QNTYInstance AttributeType of Quantity CorrelationLIKE
/SCMB/QTYCORRTYPE
Public
CORR_TYPE_TIMEInstance AttributeType of Date/Time CorrelationLIKE
/SCMB/TMSCORRTYPE
Public
ELEMENTSInstance AttributeTable with References to a Correlation ElementLIKE
/SCMB/CORR_ELEMENTS_TBL
Public
GROUP_INDEXInstance AttributeUnique Index of all GroupsLIKE
/SCMB/CORRGRPIDX
Private
LCMInstance AttributeLeast Common Multiple of Header QuantityLIKE
/SCMB/QTYCONV_HP
Public
NEGLIGIBLE_DIFFInstance AttributeNegligible differenceLIKE
/SCMB/MENGV31
Public
PARTIAL_FLGInstance AttributeLIKE
Private
PAR_QTY_CORR_INDInstance AttributeLIKE
Private
PREDECESSORInstance AttributeReference to Preceding ElementLIKE
/SCMB/CL_CORR_ELEMENT
Public
QTY_MINFACInstance AttributeMinimal Correlation Quantity of GroupLIKE
/SCMB/MENGV31
Public
RESTART_FLGInstance AttributeExecute New Correlation StepLIKE
/SCMB/FLAG
Public
TIME_CORR_NUMLINESInstance AttributeLIKE
Private
TIME_CORR_TIMESTMPInstance AttributeEarliest Possible Correlation Date/Time in Date/Time CorrelnLIKE
TZNTSTMPS
Public
TIME_CORR_TMSTYPEInstance AttributeDate/Time Type for Date/Time CorrelationLIKE
/SCMB/SC_DATE_TYPE
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!