Menu

SAP Function Module RMPS_OI_UPLOAD

Upload Desktop Document to PSRM

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 RMPS_OI_UPLOAD (Upload Desktop Document to PSRM) is a standard Function Module in SAP ERP and is part of the function group RMPS_OI_UPLOAD within the package RMPS_PRO_GENERAL.

Technical Information

Function Module RMPS_OI_UPLOAD
Short Text Upload Desktop Document to PSRM
Function Group RMPS_OI_UPLOAD
Package RMPS_PRO_GENERAL
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUTHOR TYPE BAPI_API-SHORTTEXT Document Author
COMPANY TYPE BAPI_API-SHORTTEXT Document Author Company
DESCRIPTION TYPE BAPI_API-SHORTTEXT Description
DOCUMENT_SPS_ID TYPE BAPI_API-SHORTTEXT Document Type
FILESIZE TYPE BAPI_API-SHORTTEXT Size of the file
FILE_FORMAT TYPE BAPI_API-SHORTTEXT Document format
FOLDER_PDIR TYPE BAPI_API-SHORTTEXT Description
IS_FOLDER TYPE BAPI_API-SHORTTEXT Is this a Folder
PREFERRED_STATE TYPE SRMSTATID Should it be Declared or Public
REC_TYPE TYPE BAPI_API-SHORTTEXT Document Record Type
UNIQUE_ID TYPE BAPI_API-SHORTTEXT Title

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EX_MESSAGE TYPE TEXT120 Error message
SYSTEM_ID TYPE BAPI_API-SHORTTEXT Description

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BINARY_DATA LIKE RMPS_S_XMLCHR Table X1022 x 2 (Unicode)

Exceptions

This function module does not define any Exceptions.