Entering content frameProcess documentation Adding Segments to DART Locate the document in its SAP Library structure

Purpose

The data segments provided with DART define the data that can be extracted with DART.

The provided segments contain data from certain tables from various R/3 application components, such as Financial Accounting (FI), Controlling (CO), and so on.

You may need to allow DART users to extract data from additional tables. For example, your users may need to extract and retain data from user-defined tables in the FI Special Ledgers (FI-SL) component.

To enable DART users to extract data from additional tables that are not related to the data in existing segments, you should create a new data segment.

You also need to create a customer enhancement. More specifically, you must program a function exit to read and extract the appropriate data into the DART extract file.

The function exit provided for the purpose of adding new segments to DART is FTXW0002.

Process Flow

The following diagram summarizes the process of adding segments to DART:

This graphic is explained in the accompanying text

 

  1. You must first create an ABAP Data Dictionary structure to correspond to the data segment you wish to add to DART. The Data Dictionary structure must contain all the fields you wish to include in the data segment in DART, as in the following illustration.

This graphic is explained in the accompanying text

Follow these rules when creating the dictionary structure:

  1. After defining the appropriate Data Dictionary structure, you must:

You may perform the above two tasks in any order.

The following illustration shows the role of function exit FTXW0002.

This graphic is explained in the accompanying text

  1. To allow the user to extract the data defined by the segment you have just created, enable the Extract customer-defined data sources indicator on the Data file configuration screen.
  2. The user must set the Extract customer-defined data sources indicator when extracting the data, to include the additional tables in the extract.

 

 

Leaving content frame