Menu

SAP Function Module FIPR_VA_GET_SINGLE

Liest den Status eines Attributs einer Version

The Function Module FIPR_VA_GET_SINGLE (Liest den Status eines Attributs 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_SINGLE
Short Text Liest den Status eines Attributs 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_ATTRNO LIKE FIPR_VA-ATTRNO Attribut-ID
I_PRODINT LIKE FIPR_VA-PRODINT Interne Produkt-ID
I_VERSION LIKE FIPR_VA-VERSION Version
I_XACTIVE LIKE FIPR_VA-XACTIVE Aktiv-Kennzeichen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RETURN LIKE SY-SUBRC 0 - alles OK
E_STATUS LIKE FIPR_VA-STATUS 1' - aktiv, ' ' - inaktiv

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.