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 RHF4_RFC_PROCESS_F4 (RFC: Brücke zu F4IF_FIELD_VALUE_REQUEST) is a standard Function Module in SAP ERP and is part of the function group RHF4_ABA within the package PP00.
Function Module | RHF4_RFC_PROCESS_F4 |
Short Text | RFC: Brücke zu F4IF_FIELD_VALUE_REQUEST |
Function Group | RHF4_ABA |
Package | PP00 |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLBACK_FORM | LIKE | SY-XFORM | SPACE | Form für Callback vor F4-Start (->Langdoku) |
CALLBACK_PROGRAM | LIKE | SY-REPID | SPACE | Programm für Callback vor F4-Start |
DISPLAY | LIKE | DDREFSTRUC-BOOL | SPACE | Eingabebereitschaft übersteuern |
DYNPNR | LIKE | SY-DYNNR | SPACE | Dynpro-Nummer |
DYNPPROG | LIKE | SY-REPID | SPACE | Aktuelles Programm |
DYNPROFIELD | LIKE | HELP_INFO-DYNPROFLD | SPACE | Name des Dynpro-Feldes für Werterückgabe |
FIELDNAME | LIKE | DD03V-FIELDNAME | Feldname aus Dictionary | |
MULTIPLE_CHOICE | LIKE | DDREFSTRUC-BOOL | SPACE | Mehrfachauswahl einschalten |
SEARCHHELP | LIKE | HELP_INFO-MCOBJ | SPACE | Suchhilfe als Dynpro-Feldattribut |
SHLPPARAM | LIKE | DD32P-FIELDNAME | SPACE | Suchhilfe-Parameter am Dynpro-Feld |
STEPL | LIKE | HELP_INFO-STEPL | 0 | Steploop-Zeile des Dynpro-Feldes |
SUPPRESS_RECORDLIST | LIKE | DDSHF4CTRL-HIDE_LIST | SPACE | Anzeige der Trefferliste überspringen |
TABNAME | LIKE | DD03V-TABNAME | Tabellen/Strukturname aus Dictionary | |
VALUE | LIKE | HELP_INFO-FLDVALUE | SPACE | Feldinhalt bei F4-Aufruf |
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 |
---|---|---|---|---|
RETURN_TAB | LIKE | DDSHRETVAL | Rückgabe der ausgewählten Werte |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIELD_NOT_FOUND | Das Feld gibt's nicht im Dictionary |
INCONSISTENT_HELP | Die F4-Hilfe zu dem Feld ist inkonsistent |
NO_HELP_FOR_FIELD | Für das Feld ist keine F4-Hilfe definiert |
NO_VALUES_FOUND | Es wurden keine Werte gefunden |