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 Name | Description | Visability |
| BUILD_CONTEXT | Determines Context for Dynamic Routing Guide | Private |
| CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT...more details | ||
| BUILD_CONTEXT_LOC_FROM | Determines LOC_FROM for Context | Private |
| CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_LOC_FROM...more details | ||
| BUILD_CONTEXT_LOC_TO | Determines LOC_TO for Context | Private |
| CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_LOC_TO...more details | ||
| BUILD_CONTEXT_MAT | Determines Material Data for Context | Private |
| CALL METHOD /scmb/cl_corr_element=>BUILD_CONTEXT_MAT...more details | ||
| CALC_CORR_DATA_PRED | Normalise Date/Time and Quantity Table to Predecessor | Public |
| CALL METHOD /scmb/cl_corr_element=>CALC_CORR_DATA_PRED...more details | ||
| CONSTRUCTOR | Instantiates the Class and Sets the Index | Public |
| CALL METHOD /scmb/cl_corr_element=>CONSTRUCTOR...more details | ||
|
| ||
| CORRELATE | Instantiates the Class and Sets the Index | Public |
| CALL METHOD /scmb/cl_corr_element=>CORRELATE...more details | ||
| GET | Provide Correlation Result | Public |
| CALL METHOD /scmb/cl_corr_element=>GET...more details | ||
| PROPAGATE | Top-Down Correlation: Adjustment According to Predecessor | Public |
| CALL METHOD /scmb/cl_corr_element=>PROPAGATE...more details | ||
| PROPAGATE_MIN | Top-Down Correlation (Nominal Component) | Public |
| CALL METHOD /scmb/cl_corr_element=>PROPAGATE_MIN...more details | ||
| PROPAGATE_NONE | Top-Down Correlation for Anchor Groups | Public |
| CALL METHOD /scmb/cl_corr_element=>PROPAGATE_NONE...more details | ||
| PROPAGATE_SUCC | Start Top-Down Correlation for Successor | Public |
| CALL METHOD /scmb/cl_corr_element=>PROPAGATE_SUCC...more details | ||
| PROPAGATE_SUM | Top-Down Correlation (Additive Components) | Public |
| CALL METHOD /scmb/cl_corr_element=>PROPAGATE_SUM...more details | ||
| SET | Fills the Correlation Element with all Relevant Attributes | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CALENDAR | Instance Attribute | Work Time in Correlation Element | LIKE /SCMB/CALENDER | Public | |
| CORR_DATA_FINAL | Instance Attribute | Correlated Quantities and Dates/Times | LIKE /SCMB/CORR_DATA_HP_TBL | Public | |
| CORR_DATA_ORIG | Instance Attribute | Original Quantities and Dates/Times of this Corr. Element | LIKE /SCMB/CORR_DATA_HP_TBL | Public | |
| CORR_DATA_ORIG_TMSTYPE | Instance Attribute | Date/Time Type of Original Date/Time | LIKE /SCMB/SC_DATE_TYPE | Public | |
| CORR_DATA_REQ | Instance Attribute | New Requested Quantities and Dates/Times of this Corr. Elem. | LIKE /SCMB/CORR_DATA_HP_TBL | Public | |
| CORR_DATA_REQ_TMSTYPE | Instance Attribute | Date/Time Type of New Requested Dates/Times | LIKE /SCMB/SC_DATE_TYPE | Public | |
| CORR_GROUP | Instance Attribute | Reference to Own Correlation Group | LIKE /SCMB/CL_CORR_GROUP | Public | |
| DELPS | Instance Attribute | External Order Item Number (Key for Field Catalog) | LIKE /SCMB/CORR_DELPS | Public | |
| DELTATMS | Instance Attribute | Time Difference Between Correlation Element and Predecessor | LIKE /SCMB/TSTRDIFF | Public | |
| ELEMENT_INDEX | Instance Attribute | Unique Element Index | LIKE /SCMB/CORRELMIDX | Private | |
| FIXQTY | Instance Attribute | Fixed Quantity Ratio (yes/no) | LIKE /SCMB/FIXQTY | Public | |
| NEGLIGIBLE_DIFF | Instance Attribute | Negligible difference | LIKE /SCMB/MENGV31 | Public | |
| ORDID | Instance Attribute | Internal Order Number (Key for Field Catalog) | LIKE /SCMB/ORDID | Public | |
| PARTIAL_IND | Instance Attribute | LIKE | Private | ||
| QTYDIV | Instance Attribute | Qunatity Factor (Denominator) | LIKE /SCMB/QTYDIV_HP | Public | |
| QTYFAC | Instance Attribute | Quantity Factor (Counter) | LIKE /SCMB/QTYFAC_HP | Public | |
| QTY_MINFAC | Instance Attribute | Minimum Correlated Quantity | LIKE /SCMB/MENGV31 | Public | |
| QTY_ORIG | Instance Attribute | Original Quantity | LIKE /SCMB/MENGV31 | Public | |
| RNDPROC | Instance Attribute | Rounding Profile | LIKE /SCMB/PALG_CTLIST_NAME | Public | |
| SCHED_TYPE | Instance Attribute | Scheduling Type | LIKE /SCMB/SCHEDTYPE | Public | |
| SUCC | Instance Attribute | Reference Table to Successor Correlation Groups | LIKE /SCMB/CORR_GROUPS_TBL | Public | |
| UOMRND | Instance Attribute | Decimal Places | LIKE /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