Table of Contents

Search

  1. Preface
  2. Part 1: Getting Started with PowerExchange for SAP NetWeaver
  3. Part 2: Data Integration Using PowerExchange for SAP Dynamic ABAP Table Extractor
  4. Part 3: Data Integration Using ABAP
  5. Part 4: IDoc Integration Using ALE
  6. Part 5: Data Integration Using BAPI/RFC Functions
  7. Part 6: Data Migration
  8. Part 7: Business Content Integration
  9. Part 8: SAP BW Data Extraction
  10. Part 9: Loading Data to SAP BI
  11. Appendix A: Data Type Reference
  12. Appendix B: Code Pages and Unicode Support
  13. Appendix C: Glossary

PowerExchange for SAP NetWeaver User Guide for PowerCenter

PowerExchange for SAP NetWeaver User Guide for PowerCenter

Step 3. Create a Table to Process Empty DataSources

Step 3. Create a Table to Process Empty DataSources

Create a table in any relational database to handle SAP DataSources with no data. Configure the listener workflow and the send request workflow sessions to write and read data from the relational table.
The default table name is BCILookupTable. Use the example syntax to create the table in the database:
CREATE TABLE BCILookupTable (Request_Id varchar(30), DataSourceName varchar(30))
If you create a table name with another name, you must use same table name that you created in the send request and the listener workflow sessions.
To change the table name in the send request source definition, open the Source Analyzer and click Sources:
  1. Select the
    SAPALEIDoc
    and click
    BCI_Listner
    .
  2. In the
    Edit Tables
    dialog box, click the
    Metadata Extensions
    tab.
  3. In the
    Edit Metadata Extension Value
    dialog box, edit the table name.
To change the table name in the listener workflow, open the Target Designer and select Targets:
  1. Select the target definition for the listener workflow.
  2. In the
    Edit Tables
    dialog box, click the
    Metadata Extensions
    tab.
  3. In the
    Edit Metadata Extension Value
    dialog box, edit the table name.

0 COMMENTS

We’d like to hear from you!