SAP /SCMB/CL_CORRELATION OO Class - Correlation Service









/SCMB/CL_CORRELATION 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_CORRELATION 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_CORRELATION 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
CALC_CORR_DATA_ADDAdd New Line to Date/Time and Quantity TablePublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_ADD...more details

CALC_CORR_DATA_DIFFDetermine Difference Between Two Date/Time and Qty TablesPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_DIFF...more details

CALC_CORR_DATA_EQUALCheck Consistency of Two Date/Time and Quantity TablesPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_EQUAL...more details

CALC_CORR_DATA_MAXDetermine Maximum (Total) of Two Date/Time and Qty TablesPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_MAX...more details

CALC_CORR_DATA_MINDetermine Minimum Between Date/Time and Quantity TablesPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_MIN...more details

CALC_CORR_DATA_MINFACAdjust Date/Time and Qty Tab. According to Min. Corr. FactorPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_MINFAC...more details

CALC_CORR_DATA_QTYAdd Up Total Quantity Across All Dates/TimesPublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_QTY...more details

CALC_CORR_DATA_SCHEDExeceute Scheduling fir a Date/Time and Quantity TablePublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_SCHED...more details

CALC_CORR_DATA_SCHED_REFMerge Two Date/Time and Qty Tables According to Date/TimePublic
CALL METHOD /scmb/cl_correlation=>CALC_CORR_DATA_SCHED_REF...more details

CALC_TIMEDate/Time Calculation Based on CalendarPublic
CALL METHOD /scmb/cl_correlation=>CALC_TIME...more details

CORRELATEExecute CorrelationPrivate
CALL METHOD /scmb/cl_correlation=>CORRELATE...more details

EXECUTEExecute Correlation CalculationPublic
CALL METHOD /scmb/cl_correlation=>EXECUTE...more details

FRACTIONGreatest common divisor (algorithm of Euclid)Public
CALL METHOD /scmb/cl_correlation=>FRACTION...more details

GCDGreatest common divisor (algorithm of Euclid)Public
CALL METHOD /scmb/cl_correlation=>GCD...more details

GETFill Interface Tables with Correlation ResultPrivate
CALL METHOD /scmb/cl_correlation=>GET...more details

GET_CORR_DATAFill low precision interface table CORR_DATA with corrresultPrivate
CALL METHOD /scmb/cl_correlation=>GET_CORR_DATA...more details

LCMGreatest common divisor (algorithm of Euclid)Public
CALL METHOD /scmb/cl_correlation=>LCM...more details

ROUND_CORR_DATARounds correlation data according to UOMRNDPublic
CALL METHOD /scmb/cl_correlation=>ROUND_CORR_DATA...more details

SETBuild and Initialize Object StructuresPrivate
CALL METHOD /scmb/cl_correlation=>SET...more details

SET_CORR_DATABuild high precision CORR_DATA from interface dataPrivate
CALL METHOD /scmb/cl_correlation=>SET_CORR_DATA...more details



/SCMB/CL_CORRELATION 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
CONTEXT_GRPStatic AttributeGroup Info for Context Formation of a RouteLIKE
/SCMB/DE_CONTEXT_GRP
Public
DATA_INDEX_MAXStatic AttributeMaximum Index in Results TableLIKE
/SCMB/CORRDATAIDX
Public
GLOBPAR_BOMEXStatic AttributeRead Indicator Bill of MaterialLIKE
/SCMB/REBOM
Public
GLOBPAR_CONTEXTStatic AttributeContext ExistsLIKE
/SCMB/CONTEXT_CORR
Public
GLOBPAR_SCHEDULINGStatic AttributeScheduling ActiveLIKE
/SCMB/SCHEDACT
Public
ORDID_GRP_MAPStatic AttributeMapping Order ID to Context GroupLIKE
/SCMB/CORR_ORDID_GRP_TBL
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!