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 FRML174_IOTAB_FROM_API_GET (RMS-FRM: füllt Dialogstruktur über Lese-API) is a standard Function Module in SAP ERP and is part of the function group FRML174 within the package RMSFRMINFMSC.
Function Module | FRML174_IOTAB_FROM_API_GET |
Short Text | RMS-FRM: füllt Dialogstruktur über Lese-API |
Function Group | FRML174 |
Package | RMSFRMINFMSC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_HDR | TYPE | FRM31_HDR_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_INA | TYPE | FRM31_INA_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_INI | TYPE | FRM31_INI_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_INM | TYPE | FRM31_INM_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_INP | TYPE | FRM31_INP_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_INS | TYPE | FRM31_INS_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OSD | TYPE | FRM31_OSD_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUA | TYPE | FRM31_OUA_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUI | TYPE | FRM31_OUI_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUM | TYPE | FRM31_OUM_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUP | TYPE | FRM31_OUP_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUS | TYPE | FRM31_OUS_TAB_TYPE | Bereits gelesene Formeldaten | |
IT_OUTPUT | TYPE | FRM31_TY_T_OUTPUT | RMS-FRM: Objektidentifizierer | |
IT_RECN_STRUCT | TYPE | FRM31_KEY_TAB_TYPE | RMS-FRM: Objektidentifizierer | |
I_AENNR | TYPE | FRMLE_AENNR | Änderungsnummer | |
I_FLG_ACCESS_API | TYPE | FLAG | 'X' | allgemeines flag |
I_FLG_CMP | TYPE | FLAG | allgemeines flag | |
I_FLG_GEN_IO | TYPE | FLAG | allgemeines flag | |
I_FLG_LOM | TYPE | FLAG | allgemeines flag | |
I_FLG_LORS | TYPE | FLAG | allgemeines flag | |
I_LEVEL | TYPE | FRMLC01-FRML_LEVEL | RMS-FRM: Ebene einer Formula | |
I_OUT_FUNCTION | TYPE | FLAG | allgemeines flag | |
I_VALDAT | TYPE | FRMLE_VALDAT | RMS-FRM: Stichtag | |
I_VIEW | TYPE | FRM10_TEXT | Sicht (Input/Output) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_IO_STATUSCODE | TYPE | FRM31_TY_T_STATUSCODE | constants statuscodes / errors (Include FRMLI_16) | |
ET_IO_TAB | TYPE | FRM10_TY_T_IOT | IO_TAB LoM |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XT_LOG | TYPE | FRMLTY_LOG_REC | RMS-FRM: Nachrichten für AnwendungsLog |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.