Menu

SAP Function Module RSOD_DOC_META_CHANGE

Document API: Create Document for Meta Object

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module RSOD_DOC_META_CHANGE (Document API: Create Document for Meta Object) 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_META_CHANGE
Short Text Document API: Create Document for Meta Object
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_DESCRIPTION TYPE SDOK_DESCR Short Description
I_IS_DEFAULT TYPE RSODISDEFAULT Online Documentation
I_LANGU TYPE LANGU SY-LANGU Language Key
I_NAME TYPE SKWF_URLP Name
I_OBJNM TYPE SOBJ_NAME Object Name in Object Directory
I_OVERWRITE_MODE TYPE RSOD_OVERWRITE_MODE 0: New LOIO, 1: New PHIO, 2: Replace PHIO, 3: Delete LOIO
I_S_CONTENT_INFO TYPE RSOD_S_CONTENT_INFO API Documents: Content Info
I_TLOGO TYPE RSTLOGO BW: Object Type (TLOGO)
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.