Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module LMBT_SCREEN_CONVERT (Creates and adjusts presentation screens) is a standard Function Module in SAP ERP and is part of the function group LMBT_A within the package LMBT.
Function Module | LMBT_SCREEN_CONVERT |
Short Text | Creates and adjusts presentation screens |
Function Group | LMBT_A |
Package | LMBT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_ANALYZE | TYPE | FLAG | General Flag | |
IV_APPLC | TYPE | LMBT_APPLC | Application | |
IV_DPROF_LTXT | TYPE | LMBP_LTEXT | Long Text | |
IV_DPROF_STXT | TYPE | LMBP_STEXT | Short Text | |
IV_DST_DPROF | TYPE | LMBP_DPROF | Display Profile for Mobile Presentation | |
IV_DST_LOCAT | TYPE | LMBP_LOCAT | Site | |
IV_FUNC_GROUP_SSCR | TYPE | CHAR4 | Not More Closely Defined Area, Possibly Used for Patchlevels | |
IV_FUNC_GROUP_TMPL | TYPE | CHAR4 | Not More Closely Defined Area, Possibly Used for Patchlevels | |
IV_LENGTH | TYPE | RLMBT-HEIGHT | Screen's length | |
IV_PB_QTY | TYPE | RLMBT-PB_QTY | Pushbuttons number in the screen | |
IV_PB_SIZE | TYPE | RLMBT-PB_SIZE | Pushbutton size | |
IV_SRC_DPROF | TYPE | LMBP_DPROF | Display Profile for Mobile Presentation | |
IV_SRC_LOCAT | TYPE | LMBP_LOCAT | Site | |
IV_WIDTH | TYPE | RLMBT-WIDTH | Screen's width |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CS_ANALYZE | TYPE | RLMBT_ANALYZE | Analyze |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_ANALYZE | LIKE | RLMBT_ANALYZE | Analyze |
This function module does not define any Exceptions.