The Function Module C14C_ESTCAT_ALLOWED_FOR_SUB (PP-SHE: Prüfen, ob Stoffbewertungsart für Stoff zulässig ist) is a standard Function Module in SAP ERP and is part of the function group C14C within the package CBUI.
Function Module | C14C_ESTCAT_ALLOWED_FOR_SUB |
Short Text | PP-SHE: Prüfen, ob Stoffbewertungsart für Stoff zulässig ist |
Function Group | C14C |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AENNR | LIKE | ESTVH-AENNR | Change number | |
I_ESTCAT | LIKE | ESTVH-ESTCAT | Substance valuation category to be checked | |
I_RECN_SUB | LIKE | ESTRH-RECN | Record number of substance to be checked | |
I_VALDAT | LIKE | ESTVH-VALFR | Key date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CONFLICT_REFERENCE | LIKE | ESTRH-RECN | Referenzstoff, dessen Bewertung Konflikt erzeugt | |
E_CONFLICT_SUBSTANCE | LIKE | ESTRH-RECN | Stoff, dessen Refenzierungen Bewertung verhinder | |
E_FLG_ALLOWED | TYPE | C | TRUE, wenn I_ESTCAT für I_RECNSUB erlaubt |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_REFERENCERS_TAB | LIKE | RCGSTDRECN | PP-SHE: Minimalschlüssel für FB-Aufrufschnittstelle |
This function module does not define any Exceptions.