Receive Approved Purchase Order from SAP to ServiceNow

ARAVINDA11
Tera Contributor

@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

5 REPLIES 5

Community Alums
Not applicable

Sohail Khilji
Kilo Patron
Kilo Patron

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....

LinkedIn - Lets Connect

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).

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....

LinkedIn - Lets Connect

Welcome to Cloud Application Integration Enablement Videos. In this video, we will learn how to: 1. Create a JDBC Connection 2. Publish the connection and view metadata