The Function Module CUSTOMER_PARTNERFS_GET (Get partner functions for a given customer) is a standard Function Module in SAP ERP and is part of the function group MDMR within the package MDMI.
Function Module | CUSTOMER_PARTNERFS_GET |
Short Text | Get partner functions for a given customer |
Function Group | MDMR |
Package | MDMI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_KUNNR | LIKE | KNA1-KUNNR | customer to read functions from. | |
IV_SPART | LIKE | E1KNVVM-SPART | division | |
IV_VKORG | LIKE | E1KNVVM-VKORG | sales area | |
IV_VTWEG | LIKE | E1KNVVM-VTWEG | channel |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ET_E1KNVPM | LIKE | E1KNVPM | partner functions found or determined |
This function module does not define any Exceptions.