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 F4IF_INT_TABLE_VALUE_REQUEST (F4 help also returning the value to be displayed in internal table) is a standard Function Module in SAP ERP and is part of the function group SDHI within the package SDSH.
Function Module | F4IF_INT_TABLE_VALUE_REQUEST |
Short Text | F4 help also returning the value to be displayed in internal table |
Function Group | SDHI |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLBACK_FORM | TYPE | SY-XFORM | SPACE | Form for callback before F4 start (-> long docu) |
CALLBACK_PROGRAM | TYPE | SY-REPID | SPACE | Program for callback before F4 start |
DDIC_STRUCTURE | TYPE | TABNAME | SPACE | Structure of VALUE_TAB (VALUE_ORG - 'S') |
DISPLAY | TYPE | DDBOOL_D | SPACE | Override readiness for input |
DYNPNR | TYPE | SY-DYNNR | SPACE | Screen number |
DYNPPROG | TYPE | SY-REPID | SPACE | Current program |
DYNPROFIELD | TYPE | HELP_INFO-DYNPROFLD | SPACE | Name of screen field for value return |
MARK_TAB | TYPE | DDSHMARKS | Defaults for Selected Lines when Multiple Selection is Switched On | |
MULTIPLE_CHOICE | TYPE | DDBOOL_D | SPACE | Switch on multiple selection |
PVALKEY | TYPE | DDSHPVKEY | SPACE | Key for personal help |
RETFIELD | TYPE | DFIES-FIELDNAME | Name of return field in FIELD_TAB | |
STEPL | TYPE | SY-STEPL | 0 | Steploop line of screen field |
VALUE | TYPE | HELP_INFO-FLDVALUE | SPACE | Field contents for F4 call |
VALUE_ORG | TYPE | DDBOOL_D | 'C' | Value return: C: cell by cell, S: structured |
WINDOW_TITLE | TYPE | C | Title for the hit list |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
USER_RESET | TYPE | C | Single-Character Flag |
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 |
---|---|---|---|---|
DYNPFLD_MAPPING | LIKE | DSELC | Assignment of the screen fields to the internal table | |
FIELD_TAB | LIKE | DFIES | Fields of the hit list | |
RETURN_TAB | LIKE | DDSHRETVAL | Return the selected value | |
VALUE_TAB | LIKE | Table of values: entries cell by cell |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_VALUES_FOUND | No values found |
PARAMETER_ERROR | Incorrect parameter |