(Glue-2011) SAP Table to Storage Extractor

You can use SAP Table to Storage extractor to transfer structured data from a SAP table to external storage (for example to Hadoop).

To create SAP Table to Storage extractor

  1. Go to Extractor Workbench.
  2. In the context menu of SAP Table to Storage, select Create Extractor.
  3. Specify the following parameters: 
    • Extractor name – technical name of the extractor.
    • Description description of the extractor.
    • Extractor type this value is predefined, for this type of extractor select the SAP Table to Storage extractor.
    • Source table – source SAP (DDIC) table or a view from which data is transferred.
    • Target tablename of the created target (Glue) table. For information on how to create a Glue table, see the chapter (Glue-2011) Create a Glue Table.

  4. Specify a Package.

  5. Define a Delta Type to specify which data should be extracted and ensure data synchronization

    Following types are supported:

        • FULL – Standard full load. Data is transferred and appended to the target table.
        • VALUE – Value-based delta load. Only entries with new distinct values are transferred during the next execution of the extractor.
        • DATE – Date based delta load. In the first run, all the data with a date older than the current date is transferred. In the following extractor runs, only data with a date newer than the latest date and older than the current date is transferred.
        • TMSTMP – Timestamp based delta. In the first run, all data is transferred. In the following extractor runs, only data with a timestamp greater than the latest timestamp from the previous run is transferred.
        • TRIGGER – Trigger-based delta. 

    See the chapter Delta mechanisms for more information.



  6. Fieldname Mapping is automatically generated.
    Field mapping of the extractor is used to map fields of a source table to the fields of a target table.
    When a target and source tables contain fields with the same names, they are linked automatically. If these field names are not the same, you must fill them manually. Please note, that all key fields of the source table must be included.
  7. You may change the transfer rule or edit the routine. For more information, see the chapter (Glue-2011) Transfer Rules.
  8. You may select fields, which are used for filtering (selection) of data by the Variant definition. More information can be found in the part Variant Selection.

    Please note: A maximum number of selected fields is 100.

  9. Before you use an extractor, save it and activate it. In the case you activate an unsaved extractor, it will be saved automatically before activation.
  10. The next step is to create a (Glue-2011) Variant.