The Function Module PPEWIENG_SEARCH (Suche Knoten und Varianten gemäß Eingabe WebUI) is a standard Function Module in SAP ERP and is part of the function group PPEWIENG within the package CPPEWEB.
Function Module | PPEWIENG_SEARCH |
Short Text | Suche Knoten und Varianten gemäß Eingabe WebUI |
Function Group | PPEWIENG |
Package | CPPEWEB |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_GET_ALL_HITS | TYPE | CHAR1 | PPET_FALSE | Liefere alle Treffer zurück |
IM_LANGU | TYPE | SY-LANGU | SY-LANGU | R/3-System, aktuelle Sprache |
IM_MAX_NO_OF_HITS | TYPE | INT4 | 200 | Maximale Zahl der Sätze die zurückgegeben werden sollen |
IM_SEARCH_CRITERIA | TYPE | PPEWEB_SEARCH_INPUT | Eingabeparameter für Suche von WebUI aus |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_MSG_LOG | TYPE | BAPIRET2_T | Returntabelle | |
EX_NO_OF_HITS | TYPE | INT4 | 4 Byte Integer (Signed) | |
EX_SEARCH_RESULT_TAB | TYPE | PPEWEB_SEARCH_TAB | Tabelle für Suchergebnisse von Suche im WebUI |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.