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

Configuring Scalar Output, Changing, and Table Parameters in the ABAP Program Flow

Configuring Scalar Output, Changing, and Table Parameters in the ABAP Program Flow

The SAP function stores the result of the calculations in the variables you assign to the scalar output parameters. If you assigned a variable to a scalar output, changing, or table parameter, you cannot assign the same variable to another function parameter, except for scalar input parameters. You configure the following fields for scalar output, changing, and table parameters:
  • Variable.
    ABAP program variable that holds the value of the parameter.
  • SQ Port.
    Select to create an output port in the Application Source Qualifier from the function parameter.
You can create output ports from table parameters only if the SAP function is the last object in the ABAP program flow. The Designer generates a loop to create output ports from table parameters in the ABAP program. An SAP function might have several table parameters. However, you can only create output ports from fields in the same table parameter.
If you choose to create output ports from a table parameter, but you later move the SAP function so that it is no longer the last object in the ABAP program flow, the Designer does not create output ports from the table parameter.

0 COMMENTS

We’d like to hear from you!