Receive Approved Purchase Order from SAP to ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 11:28 PM
@Ankur Bawiskar @Community Alums @Ajay1195 @Dr Atul G- LNG or anyone guys please help with below scenario,
USING SAP ECC RFC I want to retrieve all the approved PO from SAP to Sevicenow
Can anyone of you provide the steps to implement the same?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 11:42 PM
Hi @ARAVINDA11 ,
Please refer to this solution, you will get an idea : https://www.servicenow.com/community/csm-forum/request-and-request-items-from-sap/td-p/428219
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:26 AM
Hi @ARAVINDA11 ,
There are multiple ways to do it:
1. You can use REST to pull all the approved PO from SAP from the given end point. (For this you would need Rest message to GET data and write in target table).
2. You can use JDBC connection to query all the approved PO from SAP (for this you would need transform map to transform data from source to destination table).
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 12:29 AM
Thanks for your suggestion
Can you please provide a nowlearing link or youtube link to which will help to follow the 1st or second option
There are multiple ways to do it:
1. You can use REST to pull all the approved PO from SAP from the given end point. (For this you would need Rest message to GET data and write in target table).
2. You can use JDBC connection to query all the approved PO from SAP (for this you would need transform map to transform data from source to destination table).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 01:08 AM
sure here you go :
REST API : https://www.youtube.com/watch?v=ptPlW4tQXEw
JDBC : https://www.youtube.com/watch?v=747EkqZdXGk
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....