Menu

SAP Function Module FIPR_VA_GET_ALL

Liest alle Attributtabellen zu einer Version

The Function Module FIPR_VA_GET_ALL (Liest alle Attributtabellen zu einer Version) is a standard Function Module in SAP ERP and is part of the function group FIPR_VALUES_DB within the package FIPR_PROD_ATTR.

Technical Information

Function Module FIPR_VA_GET_ALL
Short Text Liest alle Attributtabellen zu einer Version
Function Group FIPR_VALUES_DB
Package FIPR_PROD_ATTR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_PRODINT LIKE FIPR_VA-PRODINT Produkt
I_VERSION LIKE FIPR_VA-VERSION Version
I_XACTIVE LIKE FIPR_VA-XACTIVE Aktivkennzeichen

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_ATTRFIELD LIKE TFIPR_ATTRFIELD Tabelle der Attribute: Felder
T_ATTRFUNCT LIKE TFIPR_ATTRFUNCT Tabelle der Attribute: Ausstattung
T_ATTRIBUTE LIKE TFIPR_ATTRIBUTE Tabelle der Attribute
T_ATTRIBUTET LIKE TFIPR_ATTRIBUTET Tabelle der Attributtexte
T_ATTRTREE LIKE TFIPR_ATTRTREE Tabelle der Attributhierarchie
T_ATTRVALUE LIKE TFIPR_ATTRVALUE Tabelle der Attribute: Feldwerte
T_ATTRVALUE2 LIKE TFIPR_ATTRVALUE2 Tabelle der Attribute: Feldwerte 2dim
T_VA LIKE FIPR_VA Version-Attribut
T_VA_FLD LIKE FIPR_VA_FLD Version-Attribut: Felder
T_VA_FLDM LIKE FIPR_VA_FLDM Version-Attribut: Felder mehrwertig
T_VA_FLDVAL LIKE FIPR_VA_FLDVAL Version-Attribut: Feld: Werteeinschränkung
T_VA_VALUE LIKE FIPR_VA_VALUE Version-Attribut: Feldwerte
T_VA_VALUE2 LIKE FIPR_VA_VALUE2 Version-Attribut: Feldwerte 2dim

Exceptions

This function module does not define any Exceptions.