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 Configure > Admin > Manage Connections > SAP Systems
- 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 Configure > Control > Job Servers and choose Start. If the Job Server reaches status Running, the connection is established.
Import SAP ABAP Programs
- Navigate to Configure > Automate > Job Definitions, fill
SAP_Import
into the search field, choose Run 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 Run and Run.
Schedule the ABAP Program
- Enter
SAP_AbapRun
in the search field, - Choose Run from the context menu of SAP_AbapRun.
- Select your SAP system in the SAP System field, and your client in the Client field.
- Enter
Test db time
in the SAP Job Name field, - Select
RSDBTIME
in the ABAP Program field. - On the Job Out Parameters tab, select Yes in the Delete job when finished field.
- Choose Run, choose Monitor related processes from the context menu of SAP_AbapRun.
- Once the process has reached status Completed, inspect step1_spool1.txt under Files.