Menu

SAP Function Module RSOD_DOC_CHANGE

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 RSOD_DOC_CHANGE () is a standard Function Module in SAP ERP and is part of the function group RSOD_API within the package RSOD.

Technical Information

Function Module RSOD_DOC_CHANGE
Short Text
Function Group RSOD_API
Package RSOD
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_COPY_URL_CONTENT TYPE RS_BOOL - 'X' Document read and copied. ' ' Link to URL (not yet functional)
I_DOC_CLASS TYPE RSOD_DOC_CLASS BW Document Class
I_LANGU TYPE LANGU SY-LANGU Language Key
I_OVERWRITE_MODE TYPE RSOD_OVERWRITE_MODE
I_S_CONTENT_INFO TYPE RSOD_S_CONTENT_INFO API Documents: Content Info
I_T_PROP TYPE SDOKPROPTYS Document Properties
I_URL TYPE SAEURI URL
I_WITH_CONTENT TYPE RS_BOOL - 'X' Contents provided (I_T_FILE_CONTENT_ASCII / I_T_FILE_CONTENT_BINARY)
I_WITH_URL TYPE RS_BOOL - 'X' Document specified using URL

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_NAME TYPE SDOK_PROPV Attribute Value
E_S_RETURN TYPE BAPIRET2 Return Parameter

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
I_T_FILE_CONTENT_ASCII LIKE SDOKCNTASC Text Document Contents
I_T_FILE_CONTENT_BINARY LIKE SDOKCNTBIN Binary Document Contents

Exceptions

This function module does not define any Exceptions.