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

Working with SAP Functions in ABAP Mappings Overview

Working with SAP Functions in ABAP Mappings Overview

SAP functions are generic modules in the SAP system. The SAP system has a set of standard functions and user-defined functions. SAP functions can accomplish simple tasks such as getting the name of a field, or complex tasks such as calculating depreciation.
If the mapping requires an ABAP program to extract data from SAP, you can insert SAP functions in the ABAP program flow dialog box in the Application Source Qualifier to customize how the ABAP program extracts data. When you run a workflow, the ABAP program calls the SAP function to perform tasks.
To use SAP functions in the ABAP program, you first import the functions in the Source Analyzer and then insert them in the ABAP program flow. In the ABAP program flow, you assign values to function parameters so the function can perform calculations. You then assign variables to hold the result of the function output.
After you customize the ABAP program, you generate and install the ABAP program. The Designer generates a CALL FUNCTION statement in the ABAP program to use the SAP function.

0 COMMENTS

We’d like to hear from you!