Menu

SAP Function Module IAC_OBJECT_GET_OUT

Transportiert Web-Objekt aus dem R/3 ins lokale Dateisystem

The Function Module IAC_OBJECT_GET_OUT (Transportiert Web-Objekt aus dem R/3 ins lokale Dateisystem) is a standard Function Module in SAP ERP and is part of the function group SIAC within the package SITS_ABAP.

Technical Information

Function Module IAC_OBJECT_GET_OUT
Short Text Transportiert Web-Objekt aus dem R/3 ins lokale Dateisystem
Function Group SIAC
Package SITS_ABAP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IAC_CHECKOUT LIKE IACOBJECT-CHKOUT SPACE
IAC_HOST LIKE IACOBJECT-CHKHOST
IAC_OBJID LIKE IACOBJECT-EXTOBJID Key of the object in WWWDATA
IAC_PATH LIKE IACOBJECT-CHKPATH

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IAC_RETURN LIKE SY-SUBRC

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
IAC_ASC LIKE W3HTML
IAC_BIN LIKE W3HTML MIME table
IAC_OBJECT LIKE IACOBJECT

Exceptions

This function module does not define any Exceptions.