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 WORD_OLE_FORMLETTER (Bitte den Basis-FB MS_WORD_OLE_FORMLETTER benutzen !) is a standard Function Module in SAP ERP and is part of the function group RPPC within the package PBAS.
Function Module | WORD_OLE_FORMLETTER |
Short Text | Bitte den Basis-FB MS_WORD_OLE_FORMLETTER benutzen ! |
Function Group | RPPC |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FILE_NAME | LIKE | RLGRAP-FILENAME | Name of download file (w/o ext.) | |
HIDDEN | TYPE | I | 0 | Flag mail merge field file as hidden |
NEW_DOCUMENT | LIKE | Create new Word document | ||
PASSWORD_OPTION | TYPE | I | 1 | Controls password use |
WORD_DOCUMENT | LIKE | RLGRAP-FILENAME | Name of the Word file to be opened | |
WORD_PASSWORD | LIKE | Password for the mail merge file (.DOC) |
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 |
---|---|---|---|---|
DATA_TAB | LIKE | Data table | ||
FIELDNAMES | LIKE | Descriptive table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DOWNLOAD_PROBLEM | Problems during data transfer to PC |
INVALID_FIELDNAMES | Inconsistency between field name and data_TAB |
USER_CANCELLED | Cancel has been selected |