Menu

SAP Function Module FVD_PROD_VA_GET_ALL

Liesen alle Attributtabellen zu einer Version

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FVD_PROD_VA_GET_ALL (Liesen alle Attributtabellen zu einer Version) is a standard Function Module in SAP ERP and is part of the function group FVDC_PROD_VALUES_DB within the package FVVCL_PRF.

Technical Information

Function Module FVD_PROD_VA_GET_ALL
Short Text Liesen alle Attributtabellen zu einer Version
Function Group FVDC_PROD_VALUES_DB
Package FVVCL_PRF
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_CLIENT LIKE T000-MANDT SY-MANDT Mandant
I_PRODINT LIKE TDPR_VA-PRODINT Interne Produkt-ID
I_VERSION LIKE TDPR_VA-VERSION Produktversion
I_XACTIVE LIKE TDPR_VA-XACTIVE Kz Version ist aktiv (kann Ausprägungen haben)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TAB_TDPR_ATTRFIELD TYPE TRTY_ATTRFIELD Tabellentyp für Attributfelder
E_TAB_TDPR_ATTRIBUTE TYPE TRTY_ATTRIBUTE Tabellentyp für Attribute
E_TAB_TDPR_ATTRIBUTET TYPE TRTY_ATTRIBUTET Tabellentyp für Attributtext
E_TAB_TDPR_ATTRTREE TYPE TRTY_ATTRTREE Tabellentyp für Attributbaum
E_TAB_TDPR_VA TYPE TRTY_VA Tabellentyp Versionsattribute
E_TAB_TDPR_VA_FLD TYPE TRTY_VA_FLD Tabellentyp für Version-Attributtyp Feld
E_TAB_TDPR_VA_FLDM TYPE TRTY_VA_FLDM Tabellentyp für Version-Attributtyp Feld mehrwertig

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.