
Adding Segments to DART
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:


Follow these rules when creating the dictionary structure:
You may perform the above two tasks in any order.
The following illustration shows the role of function exit FTXW0002.
