Data Element list used by SAP ABAP Function Module SAPMS_FORM_EDIT (Creating and printing WinWord form letters)
SAP ABAP Function Module
SAPMS_FORM_EDIT (Creating and printing WinWord form letters) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | S_ACTIVITY | Desktop integration: Requested activity | SOURCE VALUE(ACTIVITY) LIKE SMXMS-ACTIVITY |
|
| 2 | S_CHANGED | Desktop integration: Document changed | SOURCE VALUE(DOC_CHANGED) LIKE SMXMS-DOC_CHNGED |
|
| 3 | S_DOCNAME | Desktop integration: Name of the file to be opened | SOURCE VALUE(DATA_NAME) LIKE SMXMS-DOC_NAME DEFAULT 'Data'(002) |
|
| 4 | S_DOCNAME | Desktop integration: Name of the file to be opened | SOURCE VALUE(DOC_NAME) LIKE SMXMS-DOC_NAME |
|
| 5 | S_DOCNAME | Desktop integration: Name of the file to be opened | SOURCE VALUE(ERROR_NAME) LIKE SMXMS-DOC_NAME DEFAULT 'Errors'(003) |
|
| 6 | S_DOCNAME | Desktop integration: Name of the file to be opened | SOURCE VALUE(LABEL_NAME) LIKE SMXMS-DOC_NAME DEFAULT 'Label'(001) |
|
| 7 | S_DOCTYPE | Desktop integration: Type of the file to be passed on | SOURCE VALUE(DOC_TYPE) LIKE SMXMS-DOC_TYPE DEFAULT 'RTF' |
|
| 8 | S_DOTFILE | Desktop integration: Name of the DOT file to be passed on | SOURCE VALUE(DOT_FILE) LIKE SMXMS-DOTFILE OPTIONAL |
|