Menu

SAP Function Module FVD_PRODUCT_COMPARE_PROD

Vergleichen von zwei Produkten

The Function Module FVD_PRODUCT_COMPARE_PROD (Vergleichen von zwei Produkten) is a standard Function Module in SAP ERP and is part of the function group FVDC_PROD_COMPARE within the package FVVCL_PRF.

Technical Information

Function Module FVD_PRODUCT_COMPARE_PROD
Short Text Vergleichen von zwei Produkten
Function Group FVDC_PROD_COMPARE
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_CLIENT1 TYPE MANDT Mandant
I_CLIENT2 TYPE MANDT Mandant
I_PRODINT1 TYPE TB_PR_PRODINT Interne Produkt-ID
I_PRODINT2 TYPE TB_PR_PRODINT Interne Produkt ID
I_PRODTYPE TYPE TDPR_PRODUCT-PRODTYPE Produkttyp
I_VERSION1 TYPE TDPR_PRODV-VERSION Version eines Produkts
I_VERSION2 TYPE TDPR_PRODV-VERSION Version eines Produkts

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_T_COMPARE TYPE TRTY_COMPARE Vergleich zweier Attribute

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.