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 Input Parameters in the ABAP Program Flow

Configuring Scalar Input Parameters in the ABAP Program Flow

The SAP function performs calculations with the values or variables you assign to the scalar input parameters. In the ABAP Program Flow dialog box, configure the following fields for scalar input parameters:
  • Value Type.
    Type of value for the parameter. Value type can be an ABAP program variable, a constant, or a field from a source table. If the parameter is optional, the value type can also be None.
  • Value.
    Value of the parameter. Depending on the value type, the value of the parameter can be an ABAP program variable, a constant, or a field from a source table.
If the scalar input parameter is a variable, you can choose from a list of ABAP program variables you define in the program flow. You can also enter the name of a new variable. The Designer creates the variable if you enter the name of a new variable in the Value field. When the scalar input parameter is a variable, the Designer generates ABAP statements to assign values to the variables before the CALL FUNCTION statement.
Some scalar input parameters might also be structures. The Designer detects the Value Type for each field of the structure so you do not need to enter the value types.

0 COMMENTS

We’d like to hear from you!