The Function Module LXE_OBJ_DISPLAY (Anzeigen eines Objekts) 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_DISPLAY |
Short Text | Anzeigen eines Objekts |
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 |
FLAG_REL | TYPE | CHAR1 | '' | Single-Character Flag |
OBJNAME | TYPE | LXEOBJNAME | Name of Translation Object | |
OBJTYPE | TYPE | LXEOBJTYPE | Type of Translation Object | |
S_LANG | TYPE | LXEISOLANG | ISO Language ID | |
T_LANG | TYPE | LXEISOLANG | ISO Language ID |
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 |
---|---|---|---|---|
LT_CONDITIONS | LIKE | LXE_TABLE_SEL_KEY | Selection Parameters for Object TABL (New Environment) | |
LT_WHERECLAUS | LIKE | RSDSWHERE | Line for WHERE clauses (dynamic selections) |
This function module does not define any Exceptions.