Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module C14F_F4_HANDLE_GENERAL_LEN (EHS: Allgemeines Tool um F4-Hilfen anzuzeigen (Spez. der Feldlängen)) is a standard Function Module in SAP ERP and is part of the function group C14F within the package CBUI.
Function Module | C14F_F4_HANDLE_GENERAL_LEN |
Short Text | EHS: Allgemeines Tool um F4-Hilfen anzuzeigen (Spez. der Feldlängen) |
Function Group | C14F |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_SORT_1ST_COL | TYPE | ESP1_BOOLEAN | ESP1_TRUE | Anz. ob nach 1. Spalte sortiert werden soll |
I_GUI_TITLE | LIKE | ein in der Fkt.gr. definierter GUI-Titel | ||
I_POS_BOTTOM_LEFT_X | LIKE | SY-WINX1 | Dynpro-Position | |
I_POS_BOTTOM_LEFT_Y | LIKE | SY-WINY1 | Dynpro-Position | |
I_POS_TOP_RIGHT_X | LIKE | SY-WINX2 | Dynpro-Position | |
I_POS_TOP_RIGHT_Y | LIKE | SY-WINY2 | Dynpro-Position |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_F4_OKCODE | TYPE | ESP1_OKCODE_TYPE | TRUE, wenn Abbruch gedrückt wurde |
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 |
---|---|---|---|---|
I_LENGTH_TAB | TYPE | ESP1_F4_LENGTH_TAB_TYPE | Tabelle der Längen der Tabellenfelder | |
X_DATA_TAB | LIKE | Tabelle der darzustellenden Daten (+Ankreuzfeld) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_TABLE_TOO_WIDE | übergebene Tabelle breiter als 240 Zeichen |