The Function Module CUSTOMER_SEARCH_DIALOG (Kundenstamm-Suche über Adreßattribute mit Dialog) is a standard Function Module in SAP ERP and is part of the function group VS04 within the package VS.
Function Module | CUSTOMER_SEARCH_DIALOG |
Short Text | Kundenstamm-Suche über Adreßattribute mit Dialog |
Function Group | VS04 |
Package | VS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_SEARCH_FOR | LIKE | CUSTOMER_FIND | Suchstruktur | |
I_SEARCH_IN_ALL_VERSIONS | TYPE | C | ' ' | Sollen auch Adreßversionen durchsucht werden? |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CUSTOMERS_FOUND | LIKE | SY-TABIX | Anzahl der gefundenen Kundenstammsätze | |
E_DIALOG_CANCELED | LIKE | Der Dialog wurde vom Benutzer angebrochen |
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 |
---|---|---|---|---|
T_SEARCH_RESULT | LIKE | CUSTOMER_FOUND | Ergebnistabelle |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Interner Fehler |
PARAMETER_ERROR | Fehler in den Parameterwerten |