The Function Module LXE_OBJ_SEARCH_OBJECT_BY_TEXT (Suche nach Objekten) is a standard Function Module in SAP ERP and is part of the function group LXE_OBJ_MAIN within the package SLXE.
Function Module | LXE_OBJ_SEARCH_OBJECT_BY_TEXT |
Short Text | Suche nach Objekten |
Function Group | LXE_OBJ_MAIN |
Package | SLXE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUSTMNR | TYPE | LXECUSTMNR | '999999' | Customer Number |
NON_EQUAL | TYPE | CHAR1 | '' | Single-Character Flag |
OBJTYPE | TYPE | LXEOBJTYPE | Type of Translation Object | |
S_LANG | TYPE | LXEISOLANG | '' | ISO Language ID |
S_TEXT | TYPE | LXEUNITLIN | '' | Translation Unit for Short Text (Line) |
T_LANG | TYPE | LXEISOLANG | '' | ISO Language ID |
T_TEXT | TYPE | LXEUNITLIN | '' | Translation Unit for Short Text (Line) |
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 |
---|---|---|---|---|
EX_COLOB | LIKE | LXE_COLOB | Object Lists |
This function module does not define any Exceptions.