- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 06:15 PM
Hi,
We're configuring a new ServiceNow instance and looking at ways to populate the user table. We're currently looking through how consistent the data is in our AD and SAP environment, it's a possibility that the SAP environment is more up to date so we're exploring what would be involved with using SAP as our single source of truth.
Has anyone had experience setting this up and can provide some information on how we might go about this? Also has anyone got any tips or issues they've come across while trying to do this?
Thanks,
Chris
Solved! Go to Solution.
- Labels:
-
Instance Configuration
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2017 06:56 PM
Hi Chris,
That's correct.You can setup JDBC data source to retrieve user data from SAP.
You can configure scheduled jobs to retrieve this data.Also, you can define transform maps, transform scripts to transform data according to your requirements.
Regards,
Sachin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 08:36 PM
I don't have any SAP integration experience, but I would encourage you to explore other 'Foundational Data' conversations at the same time you discuss user source.
E.g.
- Users
- VIPs
- Supervisor data
- Locations
- Cost Centers
- Business Units
- Divisions/Departments
- Other items specific to your organization

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2017 10:12 PM
Hello,
You can pull below information from SAP for user records with JDBC data source..
- Cost Center
- Org Unit
- Manager Data
You may find below post useful.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2017 12:52 PM
Thanks for the help.
At the moment we're just looking at pulling user information and not integrating incident/change management etc.
I've been reading around the topic a bit and believe using WebServices might be the way I need to go, does this sound right?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2017 03:12 PM
Hi Sachin,
Thanks for the info, just to confirm, the best way to pull user records into ServiceNow from SAP would be to connect directly yo the SAP DB using a JDBC connection form the MID server with a query to pull what ever information we would like in?
Thanks,
Chris