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

Setting the Select Option

Setting the Select Option

You can restrict the number of rows returned from the SAP ECC source table. Configure the Select Option property in the source definition to select either a single row or a distinct set of rows from the source. By default, the Select Option property selects all rows from the source.
The property settings are:
  • Select All.
    Default setting. Select all rows from a source.
  • Select Single.
    Select a single row from a table using open SQL.
  • Select Distinct.
    Select unique values from a table using open SQL or exec SQL.
The following table summarizes select options and the conditions for using them:
ABAP Generation
Select All
Select Single
Select Distinct
Open SQL
Yes
Yes
Yes
Exec SQL
Yes
No
Configure all sources to Select Distinct.
ABAP join syntax
Yes
No
Configure all sources to Select Distinct.
Hierarchy and IDoc definitions
n/a
n/a
n/a

0 COMMENTS

We’d like to hear from you!