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

Generating Open SQL

Generating Open SQL

Open SQL is proprietary to SAP and is sometimes referred to as SAP SQL. Open SQL extracts data from buffers on the application server. When you generate the ABAP program with open SQL, the Designer uses a SELECT statement to select data. You can generate the ABAP program using open SQL for all mappings.
The following sample shows an open SQL statement that the Designer generated:
select MANDT KVEWE KAPPL KSCHL KOZGF DATVO DTVOB into (T685-MANDT,T685-KVEWE,T685-KAPPL,T685-KSCHL,T685-KOZGF, T685-DATVO,T685-DTVOB) from T685 where [...]. endselect.
When you join several sources in one Application Source Qualifier, open SQL uses a nested loop to select data. The Designer issues multiple SELECT statements and then generates WHERE clauses for the join conditions within the nested loop.
To select Open SQL:
  1. In the Application Source Qualifier transformation, click the Properties tab.
  2. Select Force Nested Loop.

0 COMMENTS

We’d like to hear from you!