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

Rules for Specifying Join Conditions

Rules for Specifying Join Conditions

Use the following rules to specify join conditions:
  • Join conditions must follow ABAP syntax. Specify the join condition using the following syntax:
    TABLE_NAME2-FIELD_NAME = TABLE_NAME1-FIELD_NAME
  • If you want to enter two statements in the join condition, separate the statements with a semicolon (;) or AND.
  • The syntax for join conditions is the same regardless of whether you configure the Application Source Qualifier to use open SQL or exec SQL.
  • If you do not include the table name with the field name in a join condition, the session might fail due to ambiguous references.
  • If you create a join condition that joins fields in the same table, the session might result in incorrect data.
To specify a join condition:
  1. In the ABAP Program Flow dialog box, select the Join Condition tab.
  2. Select the table in Program Flow to edit the join condition.
    Double-click a table name in Source Level Attributes to view a list of field names.
  3. Double-click the field name to enter it in the join condition.
  4. Enter the join condition.
  5. Click Validate to validate the syntax of the join condition.
  6. Click OK.

0 COMMENTS

We’d like to hear from you!