Menu

SAP Function Module XXL_DDE_START

Ansteuerung XXL mit DDE

The Function Module XXL_DDE_START (Ansteuerung XXL mit DDE) is a standard Function Module in SAP ERP and is part of the function group TXXL within the package SGRP.

Technical Information

Function Module XXL_DDE_START
Short Text Ansteuerung XXL mit DDE
Function Group TXXL
Package SGRP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPLICATION_COMMANDLINE LIKE 'XXL\SAP_INT.XLM'
APPLICATION_STARTPATH LIKE SPACE
DDE_APPLICATION LIKE 'EXCEL'
DDE_ITEM LIKE 'sf_path'
DDE_LISTEN LIKE 'FILE'
DDE_MY_ITEM LIKE 'STATUS'
DDE_MY_NAME LIKE 'SAPXXL'
DDE_TOPIC LIKE 'SAP_INT.XLM'
FILENAME LIKE File name with which XXL should be started
MACRO_TO_START LIKE
REGISTRY_LOOKUP_SECTION LIKE 'ExcelWorksheet'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RC LIKE Text for return code

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.