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 FRML560_SET_LINEMODE (LoM I/O: Linemode setzen nach Änderung) is a standard Function Module in SAP ERP and is part of the function group FRML560 within the package RMSFRMDIA.
Function Module | FRML560_SET_LINEMODE |
Short Text | LoM I/O: Linemode setzen nach Änderung |
Function Group | FRML560 |
Package | RMSFRMDIA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IFLG_PREF_RCP | TYPE | FRMLE_FLAG | Kennzeichen, ob Standardauflösung geprüft werden soll | |
IT_DELROWS | TYPE | FRMLTY_IOTAB | Table with deleted rows from Output Table | |
IT_IOTAB_OLD | TYPE | FRMLTY_IOTAB | Data to be shown or edited at the tab. ctr. screen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_IOTAB_EMPTY | TYPE | FRMLTY_IOT_SCR | Leerzeilen in Ausgabe-Control |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XT_IOTAB_NEW | TYPE | FRMLTY_IOTAB | Angezeigte Daten für (Ausgabe Control) |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.