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 RMST610_CONVERT_TAB2DOITABS (RMS-TLS: Umwandlung einer Datentabelle in DOI-geignete Tabellen) is a standard Function Module in SAP ERP and is part of the function group RMST610 within the package RMSTLSXCL.
Function Module | RMST610_CONVERT_TAB2DOITABS |
Short Text | RMS-TLS: Umwandlung einer Datentabelle in DOI-geignete Tabellen |
Function Group | RMST610 |
Package | RMSTLSXCL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_DATA | TYPE | TABLE | Datentabelle (bitte nicht tief!) | |
IT_FCAT | TYPE | LVC_T_FCAT | Feldkatalog für ListViewerControl | |
IT_FORMATTINGS | TYPE | RMSTTY_XCL_FORMATTING_DATA | RMS-TLS: FOrmatierungsdaten f. Datentabellen (f. Konverter) | |
I_DEC_SEP | TYPE | CHAR1 | Dezimaltrennzeichen Frontend | |
I_DEC_SEP_SAP | TYPE | CHAR1 | Dezimaltrennzeichen SAP | |
I_LAYOUT | TYPE | RMSTE_XCL_LAYOUT | Formatierungsprofil zur Ausgabe mit Microsoft Excel | |
I_RANGE_NAME | TYPE | RMSTE_XCL_RANGE_NAME | Tabellenbereich in Microsoft Excel | |
I_SHEET_NAME | TYPE | RMSTE_XCL_SHEET_NAME | Arbeitsblatt in Microsoft Excel | |
I_START_ROW | TYPE | RMSTE_XCL_ROW | Startzeile |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_END_ROW | TYPE | RMSTE_XCL_ROW | letzte hinzugefügte Zeile (absolute Position) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.