Menu

SAP Function Module TABLE_EXPORT_TO_MSACCESS

Funktionsgruppe für FB's um Tabellen ins MS-ACCESS zu klonen

The Function Module TABLE_EXPORT_TO_MSACCESS (Funktionsgruppe für FB's um Tabellen ins MS-ACCESS zu klonen) is a standard Function Module in SAP ERP and is part of the function group MSDB within the package CIXX.

Technical Information

Function Module TABLE_EXPORT_TO_MSACCESS
Short Text Funktionsgruppe für FB's um Tabellen ins MS-ACCESS zu klonen
Function Group MSDB
Package CIXX
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DBNAME LIKE T390D-DBNAME Name of ACCESS DB on PC - file name
DEST LIKE T390D-DEST Using SM59 maintained RFC destination
FLG_APPEND LIKE RC27X-FLG_SEL SPACE Append/delete table if exists
FLG_NO_DOWNLOAD LIKE RC27X-FLG_SEL SPACE Flag: buffer data, more is coming
FLG_POPUP LIKE RC27X-FLG_SEL SPACE Dialog box for destination
LANGU LIKE SY-LANGU SY-LANGU Language key
REFTABLE LIKE SUBDFIES-REFTABLE SPACE Table in ACCESS should have other name
TABNAME LIKE SUBDFIES-TABNAME Name of table - ACCESS table name

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
DTAB LIKE Data table (internal R/3 table)

Exceptions

This function module does not define any Exceptions.