SAP ABAP Class CL_FRML_CHK_DATA_CONS (CL_FRML_CHK_DATA_CONS)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PLM-RM (Application Component) Recipe Management
⤷
RMSFRMIPP (Package) RMS-FRM: RMS Formula - iPPE Integration
⤷
⤷
Properties
| Class | CL_FRML_CHK_DATA_CONS | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RMSFRMIPP | RMS-FRM: RMS Formula - iPPE Integration |
| Created | 20061020 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FRML_CHK_DATA_CONS has no interface implemented.
Friends
Class CL_FRML_CHK_DATA_CONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CHAR01 | 'D' | Character Field of Length 1 | 20070305 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR01 | 'I' | Character Field of Length 1 | 20070305 | ||
| 3 | Constant | Private | See coding | 'I' | Character Field of Length 1 | 20120719 | |||
| 4 | Constant | Private | See coding | 'EQ' | IS-H: General Field with Length 2, for Function Modules | 20120719 | |||
| 5 | Constant | Public | Type reference (TYPE) | CHAR01 | 'U' | Character Field of Length 1 | 20070305 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FRML_CHK_DATA_CONS | Data Consistency Check | 20120730 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | CHAR01 | Character Field of Length 1 | 20070305 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | FRMLE_FLAG | Customizing: General Indicator | 20070305 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | CHAR01 | Character Field of Length 1 | 20120730 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Runs the Data Consistency Check | 20070305 | |
| 2 | Instance method | Public | Method | Provides Nodes | 20070305 | |
| 3 | Instance method | Private | Method | Provides Nodes | 20070305 | |
| 4 | Instance method | Private | Method | Provides Nodes | 20070305 | |
| 5 | Static method | Public | Constructor | Builds Relationship Table | 20070305 | |
| 6 | Static method | Public | Method | 20120730 |
Events
Class CL_FRML_CHK_DATA_CONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PGUID_FRML_RANGE | Private | See coding | 20120719 | BEGIN OF ts_pguid_frml_range,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE frmle_pguid_frml,
high TYPE frmle_pguid_frml,
END OF ts_pguid_frml_range
|
||
| 2 | TS_POSNR_KEY | Public | See coding | 20120730 | BEGIN OF ts_posnr_key,
pguid_frml TYPE frmle_pguid_frml,
pvguid_algrp TYPE frmle_pvguid_algrp,
frml_level TYPE frmle_level,
pvtype TYPE pvs_posv_type,
posnr TYPE frmle_posnr,
END OF ts_posnr_key
|
||
| 3 | TS_PVGUID_ALGRP_RANGE | Private | See coding | 20120719 | BEGIN OF ts_pvguid_algrp_range,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low TYPE frmle_pvguid_algrp,
high TYPE frmle_pvguid_algrp,
END OF ts_pvguid_algrp_range
|
||
| 4 | TT_PGUID_FRML_RANGE | Private | See coding | 20120719 | tt_pguid_frml_range TYPE STANDARD TABLE OF ts_pguid_frml_range
|
||
| 5 | TT_POSNR_KEY | Public | See coding | 20120730 | tt_posnr_key TYPE HASHED TABLE OF ts_posnr_key
WITH UNIQUE KEY pguid_frml
frml_level
pvtype
posnr
|
||
| 6 | TT_PVGUID_ALGRP_RANGE | Private | See coding | 20120719 | tt_pvguid_algrp_range TYPE STANDARD TABLE OF ts_pvguid_algrp_range
|
Method Signatures
Method CHECK_DATA_CONS_CL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PVFRMD_FOUND | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20120730 | |||
| 2 | IT_PAFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PAFRM | Attribute zu PALTID | 20070305 | |||
| 3 | IT_PALTID | Call by reference | Type reference (TYPE) | RMSATY_T_PALTID | Alternativen | 20070305 | |||
| 4 | IT_PNFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PNFRM | RMS-FRM: PVS-Formula- Positionsknoten: Attribute | 20070305 | |||
| 5 | IT_PNODID | Call by reference | Type reference (TYPE) | RMSATY_T_PNODID | iPPE-Knoten: Identifikation | 20070305 | |||
| 6 | IT_POSVID | Call by reference | Type reference (TYPE) | PPET_POSVID_TAB | iPPE-Variante: Identifikation | 20070305 | |||
| 7 | IT_PRELID | Call by reference | Type reference (TYPE) | RMSATY_T_PRELID | Relationen | 20070305 | |||
| 8 | IT_PVFRMD | Call by reference | Type reference (TYPE) | FRMPV_PVFRMD_TAB | Kopfattribute Variante | 20070305 | |||
| 9 | IT_PVFRMD_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Intermediatattribute Variante | 20120719 | |||
| 10 | IT_PVFRMH | Call by reference | Type reference (TYPE) | FRMPV_PVFRMH_TAB | Historientabele Variante | 20070305 | |||
| 11 | IT_PVFRMH_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMH | Kopfattribute Variante | 20120719 | |||
| 12 | IT_PVFRMI | Call by reference | Type reference (TYPE) | FRMPV_PVFRMI_TAB | Intermediatattribute Variante | 20070305 | |||
| 13 | IT_PVFRMM | Call by reference | Type reference (TYPE) | FRMPV_PVFRMM_TAB | Materialattribute Variante | 20070305 | |||
| 14 | IT_PVFRMM_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMM | Materialattribute Variante | 20120730 | |||
| 15 | IT_PVFRMS | Call by reference | Type reference (TYPE) | FRMPV_PVFRMS_TAB | Stoffattribute Variante | 20070305 | |||
| 16 | IT_PVFRMS_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMS | Stoffattribute Variante | 20120730 | |||
| 17 | I_DB_OPS | Call by reference | Type reference (TYPE) | CHAR01 | Charakterfeld der Länge 1 | 20070305 | |||
| 18 | I_ONLY_ANALYSIS | Call by reference | Type reference (TYPE) | FRMLE_FLAG | Customizing: Allgemeines Kennzeichen | 20120730 |
Method CHECK_DATA_CONS_CL on class CL_FRML_CHK_DATA_CONS has no exception.
Method CHECK_DOUBLE_PO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_POSVID_I | Call by reference | Type reference (TYPE) | RMSATY_T_POSVID | Variantentyp | 20070305 | |||
| 2 | IT_POSVID_U | Call by reference | Type reference (TYPE) | RMSATY_T_POSVID | Variantentyp | 20070305 | |||
| 3 | IT_PVFRMD_I | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20070305 | |||
| 4 | IT_PVFRMD_U | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20070305 | |||
| 5 | IT_PVFRMH_I | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMH | Historientabele Variante | 20070305 | |||
| 6 | IT_PVFRMH_U | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMH | Historientabele Variante | 20070305 |
Method CHECK_DOUBLE_PO on class CL_FRML_CHK_DATA_CONS has no exception.
Method CHECK_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PNODID | Call by reference | Type reference (TYPE) | PNODID | iPPE-Knoten: Identifikation | 20070305 | |||
| 2 | IT_PAFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PAFRM | Attribute zu PALTID | 20070305 | |||
| 3 | IT_PALTID | Call by reference | Type reference (TYPE) | RMSATY_T_PALTID | Alternativen | 20070305 | |||
| 4 | IT_PNFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PNFRM | Knotenattributtyp | 20070305 | |||
| 5 | IT_PNODID | Call by reference | Type reference (TYPE) | RMSATY_T_PNODID | Knotentyp | 20070305 | |||
| 6 | IT_POSVID | Call by reference | Type reference (TYPE) | RMSATY_T_POSVID | Variantentyp | 20070305 | |||
| 7 | IT_PRELID | Call by reference | Type reference (TYPE) | RMSATY_T_PRELID | Relationen | 20070305 | |||
| 8 | IT_PVFRMD | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20070305 | |||
| 9 | IT_PVFRMH | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMH | Historientabele Variante | 20070305 | |||
| 10 | IT_PVFRMI | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMI | Intermediatattribute Variante | 20070305 | |||
| 11 | IT_PVFRMM | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMM | Materialattribute Variante | 20070305 | |||
| 12 | IT_PVFRMS | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMS | Stoffattribute Variante | 20070305 |
Method CHECK_NODE on class CL_FRML_CHK_DATA_CONS has no exception.
Method CHECK_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PVFRMD_FOUND | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20120730 | |||
| 2 | IS_PNODID | Call by reference | Type reference (TYPE) | PNODID | iPPE-Knoten: Identifikation | 20070305 | |||
| 3 | IT_PAFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PAFRM | Attribute zu PALTID | 20070305 | |||
| 4 | IT_PALTID | Call by reference | Type reference (TYPE) | RMSATY_T_PALTID | Alternativen | 20070305 | |||
| 5 | IT_PNFRM | Call by reference | Type reference (TYPE) | RMSATY_T_PNFRM | Knotenattributtyp | 20070305 | |||
| 6 | IT_PNODID | Call by reference | Type reference (TYPE) | RMSATY_T_PNODID | Knotentyp | 20070305 | |||
| 7 | IT_POSVID | Call by reference | Type reference (TYPE) | PPET_POSVID_TAB | Variantentyp | 20070305 | |||
| 8 | IT_PRELID | Call by reference | Type reference (TYPE) | RMSATY_T_PRELID | Relationen | 20070305 | |||
| 9 | IT_PVFRMD | Call by reference | Type reference (TYPE) | FRMPV_PVFRMD_TAB | Kopfattribute Variante | 20070305 | |||
| 10 | IT_PVFRMD_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMD | Kopfattribute Variante | 20120719 | |||
| 11 | IT_PVFRMH | Call by reference | Type reference (TYPE) | FRMPV_PVFRMH_TAB | Historientabele Variante | 20070305 | |||
| 12 | IT_PVFRMH_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMH | Historientabele Variante | 20120719 | |||
| 13 | IT_PVFRMI | Call by reference | Type reference (TYPE) | FRMPV_PVFRMI_TAB | Intermediatattribute Variante | 20070305 | |||
| 14 | IT_PVFRMM | Call by reference | Type reference (TYPE) | FRMPV_PVFRMM_TAB | Materialattribute Variante | 20070305 | |||
| 15 | IT_PVFRMM_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMM | Materialattribute Variante | 20120730 | |||
| 16 | IT_PVFRMS | Call by reference | Type reference (TYPE) | FRMPV_PVFRMS_TAB | Stoffattribute Variante | 20070305 | |||
| 17 | IT_PVFRMS_DEL | Call by reference | Type reference (TYPE) | RMSATY_T_PVFRMS | Stoffattribute Variante | 20120730 |
Method CHECK_VARIANT on class CL_FRML_CHK_DATA_CONS has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FRML_CHK_DATA_CONS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FRML_CHK_DATA_CONS has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_FRML_CHK_DATA_CONS | Datenkonsistenzprüfung | 20120730 |
Method GET_INSTANCE on class CL_FRML_CHK_DATA_CONS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |