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 Name | Description | Visability |
| CALCULATE_CORRELATION | Container for Time/Quantity Correlation Method of Group | Public |
| CALL METHOD /scmb/cl_corr_group=>CALCULATE_CORRELATION...more details | ||
| CONSTRUCTOR | Instantiates the Class and Sets the Index | Public |
| CALL METHOD /scmb/cl_corr_group=>CONSTRUCTOR...more details | ||
| CORRELATE | Correlation: For all Groups with and Without Correlation | Public |
| CALL METHOD /scmb/cl_corr_group=>CORRELATE...more details | ||
| CORRELATE_QUANTITY | Correlation: For Groups with Quantity Correlation | Protected |
| CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY...more details | ||
| CORRELATE_QUANTITY_MIN | Correlation: For Groups with Quantity Correlation (Minimum) | Protected |
| CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY_MIN...more details | ||
| CORRELATE_QUANTITY_SUM | Correlation: For Groups with Quantity Correlation (Addition) | Protected |
| CALL METHOD /scmb/cl_corr_group=>CORRELATE_QUANTITY_SUM...more details | ||
|
| ||
| CORRELATE_TIME | Correlation: For Groups with Time Correlation | Protected |
| CALL METHOD /scmb/cl_corr_group=>CORRELATE_TIME...more details | ||
| GET | Provide Correlation Result | Public |
| CALL METHOD /scmb/cl_corr_group=>GET...more details | ||
| PROPAGATE | Correlation: For all Groups with and Without Correlation | Public |
| CALL METHOD /scmb/cl_corr_group=>PROPAGATE...more details | ||
| SET | Fills Correlation Group with All Relevant Attributes | Public |
| CALL METHOD /scmb/cl_corr_group=>SET...more details | ||
| SET_NUMLINES | Checks for Consistency and Fills the Attribute | Private |
| CALL METHOD /scmb/cl_corr_group=>SET_NUMLINES...more details | ||
| SET_RESTART_FLG | Correlation Must Be Executed Again | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CORR_DATA_FINAL | Instance Attribute | Table with Correlated Quantities and Dates/Times | LIKE /SCMB/CORR_DATA_HP_TBL | Public | |
| CORR_DATA_REQ | Instance Attribute | Table of Requested Quantities and Dates | LIKE /SCMB/CORR_DATA_HP_TBL | Public | |
| CORR_TYPE_QNTY | Instance Attribute | Type of Quantity Correlation | LIKE /SCMB/QTYCORRTYPE | Public | |
| CORR_TYPE_TIME | Instance Attribute | Type of Date/Time Correlation | LIKE /SCMB/TMSCORRTYPE | Public | |
| ELEMENTS | Instance Attribute | Table with References to a Correlation Element | LIKE /SCMB/CORR_ELEMENTS_TBL | Public | |
| GROUP_INDEX | Instance Attribute | Unique Index of all Groups | LIKE /SCMB/CORRGRPIDX | Private | |
| LCM | Instance Attribute | Least Common Multiple of Header Quantity | LIKE /SCMB/QTYCONV_HP | Public | |
| NEGLIGIBLE_DIFF | Instance Attribute | Negligible difference | LIKE /SCMB/MENGV31 | Public | |
| PARTIAL_FLG | Instance Attribute | LIKE | Private | ||
| PAR_QTY_CORR_IND | Instance Attribute | LIKE | Private | ||
| PREDECESSOR | Instance Attribute | Reference to Preceding Element | LIKE /SCMB/CL_CORR_ELEMENT | Public | |
| QTY_MINFAC | Instance Attribute | Minimal Correlation Quantity of Group | LIKE /SCMB/MENGV31 | Public | |
| RESTART_FLG | Instance Attribute | Execute New Correlation Step | LIKE /SCMB/FLAG | Public | |
| TIME_CORR_NUMLINES | Instance Attribute | LIKE | Private | ||
| TIME_CORR_TIMESTMP | Instance Attribute | Earliest Possible Correlation Date/Time in Date/Time Correln | LIKE TZNTSTMPS | Public | |
| TIME_CORR_TMSTYPE | Instance Attribute | Date/Time Type for Date/Time Correlation | LIKE /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