Ansicht
Dokumentation

CRM_MKTIMEX_EXPORT_DDIC - Exporting data (via ddic defined structure)

CRM_MKTIMEX_EXPORT_DDIC - Exporting data (via ddic defined structure)

CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module can be used to export data during an export process. It is one step within the process and is therefore based on information, which has been defined in earlier process steps. The data will be stored in the database table CRMD_MKTIMEX_IT. This database table acts as a temporary data storage. Before the data will be stored in the database table, it is converted into the output format. The calling program is responsible for executing the commit statement and also for deleting the temporary data from the database table CRMD_MKTIMEX_IT. Normally, this takes place when the export process has been finished successfully and the data has been written to the file.

Import interface

IT_DATA
Table with data to be exported. Line type of table must be an existing flat DDIC structure.
IV_HEADER_GUID
Header GUID of the export process
IV_AREA
Area to which the data to be exported belongs
IV_PACKAGE
Package number, which will be used to calculate the line number. When calling this function module several times, the package number must be adopted accordingly.
IV_PACKAGE_SIZE
Package size, which will be used to calculate the line number. When calling this function module several times the package size must be always the same, except for the last call.

Export interface

ET_RETURN
Table with messages
ET_ERROR
Error flag (no items have been stored)

Example

Function module CRM_MKTIMEX_EXPORT_SIMPLE serves as an example to show the general export process.

Notes

Export-related ABAP objects can be found in package CRM_MKTIMEX.

Further information





Parameters

ET_RETURN
EV_ERROR
IT_DATA
IV_AREA
IV_HEADER_GUID
IV_PACKAGE
IV_PACKAGE_SIZE

Exceptions

Function Group

CRM_MKTIMEX_IMEX

General Material Data   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2350 Date: 20240523 Time: 112909     sap01-206 ( 56 ms )