SAP ABAP JumpStart Guide
This guide is designed to get you a basic SAP connector configuration that is useful without going through the different parts of the documentation. At the end of this walk through you will find links to relevant topics for each step as well as additional topics for importing objects from SAP systems, should you wish to customize the setup.
Prerequisites
- The FQDN of the SAP system or its IP address as well as the system number.
- An SAP username and password and client with the require SAP authorizations. See SAP RFC user privileges for more information.
Process Flow
Connect to SAP
- Navigate to Environment > SAP
- Choose New SAP system from the context-menu.
- Specify the SAP SID in the Name field.
- Specify the connection string using FQDN hostname of the SAP system and system number (
ASHOST=... SYSNR=..
), for exampleASHOST=d00.example.com SYSNR=00
. - Select a time zone in the Default Job Time Zone field.
- On the XBP tab, choose Add, specify the desired SAP client in the Client Number field, for example
100
, the username and password in the relevant fields, check Default Client, and choose Check Connection Settings. - If the connection settings are valid, choose Save & Close.
- Navigate to Environment > Process Servers and choose Start. If the process server reaches status Running, the connection is established.
Import SAP ABAP Programs
- Navigate to Definitions > Processes, fill
SAP_Import
into the search field, choose Submit from the context-menu of SAP_ImportAbapPrograms. - In the SAP Systen field, select your SAP system, in the ABAP Program field, fill
RSDBTIME
and choose Submit and Submit.
Schedule the ABAP Program
- Fill
SAP_ABAP_RUN
into the search field, choose Submit from the context-menu of SAP_AbapRun, select your SAP system in the SAP System field, your client in the Client field, fillTest db time
in the SAP Job Name field, selectRSDBTIME
in the ABAP Program field. - On the Job Output Parameters tab, select Yes in the Delete job when finished field.
- Choose Submit, choose Monitor related processes from the context-menu of SAP_AbapRun, once the process has reached status Completed, inspect step1_spool1.txt under Files.
Further Reading
- SAP Variant JumpStart Guide
- The SAP Connector
- Handling ABAP Programs
- Importing SAP Calendars
- Importing Objects from SAP Systems
- Importing ABAP Program Parameter Definitions
- Importing ABAP Programs
- Importing Archive Objects
- Importing Batch Events
- Importing SAP CCMS Jobs
- Importing Communication Channels via PI/XI
- Importing External Commands
- Importing Output Devices
- Importing Process Chain Definitions
- Importing Process Chains
- Importing Recipients
- Importing Variant Definitions
- Importing Variants
- Default SAP Process Definitions
- SAP RFC User Privileges
- Assigning SAP Authorizations to the RFC User