Select SAP clients to import data
Select the Remote Function Call (RFC) connections that the SAP ABAP program uses to import data from your SAP clients into the central system and then into your ServiceNow instance.
Before you begin
RFC connections must be configured and active in transaction SM59 before selecting clients. The creation and configuration of RFC connections is a standard SAP Basis procedure performed by the SAP Basis team.
Role required: SAP Basis administrator
About this task
The Advanced Business Application Programming (ABAP) program is a centralized solution that establishes a connection between your SAP system and your ServiceNow instance. After you import the transport files into an SAP client, then that client becomes the central system. The central system uses RFC connections to connect with all other clients and fetch data into the ServiceNow custom tables.
The central system can be an SAP Solution Manager or any other SAP client with an active RFC connection.
Procedure
Verify that the RFC connection is correctly configured in transaction SM59.
The required fields are Target Host, Instance No., Language, Client, User, and PW Status.
Target Host field in RFC connection\[Omitted image "sap-client-fields2.png"\] Alt text: Required fields including Language, Client, User, and PW Status in RFC connection
Run the
/NOW/SAMP_RFC_DETAILSRFC program to select the list of RFC connections that can import data into your ServiceNow instance.The RFC program uses only the selected RFC connections to import data from your SAP clients into the central system.
Options to select RFC connections that can import data into your ServiceNow instance
- If you want indirect access data from that RFC system, then select the Is Indirect Access? after selecting an RFC list.
Report to get the RFC list for ServiceNow showing all the options
Select Test RFC connection to verify that the ping test for the RFC connection has passed with a checkmark.
Select Save to ServiceNow RFC List to store the selected RFCs in the custom RFC table.
After saving, the RFC is visible under the Display RFC List ServiceNow option in the
/NOW/SAMP_RFCtransaction code.
What to do next
Activate the OData services and assign a system alias to support OAuth 2.0 authentication for the integration. For details, see Activate OData services and assign a system alias.