Application Development and Automation Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
HendriSitompul
Explorer
1,560

Part 1

Part 2

We are in the step 3 now. Let’s develop a simple iFlow to test our setup/configuration

HendriSitompul_0-1725407838670.png

  1. We have Start Timer that we will be set every 5 minutes.
  2. Content modifier with label “Query”
  3. Request Reply
  4. Then End event

a. Start Timer

HendriSitompul_1-1725407903934.png

b. Content modifier with label “Query”

We will put our query In this content modifier.  Here we will try to query a little bit data from our table in PostgreSQL. This is the query statement that we used:

               “select  ponumber from sap_ibob.ics_inbound_po_sap limit 5.”

We will be take 5 records only to avoid performance issue. Because we are just only to make sure our connectivity working fine.

HendriSitompul_2-1725408014241.png

c. Request Reply

We define our connection to our PostgreSQL system.

HendriSitompul_3-1725409123180.png

Put our JDBC data source in JDBC Data Source Alias: PostgreTest Save, then deploy the iFlow. Then change the log level to : Trace. This is the reason why we put 5 minutes in scheduler. So, we have time to change the log level info and we will be know the response from our DB system.

HendriSitompul_4-1725409123180.png

After the iFlow run, we can check from monitoring dashboard (Monitor --> Integrations And APIs --> Monitor Message Monitoring).

HendriSitompul_5-1725409123180.png

Choose the correct iFlow then go to logs then press Trace

HendriSitompul_6-1725409123180.png

We will check what the response from our DB system. Just click the last step ‘End event’ then Message Content (below picture).

HendriSitompul_7-1725409123180.png

 

Then click ‘Payload’

HendriSitompul_8-1725409123181.png

We can see there are some data coming to our SAP BTP Integration Suite. We can download the payload to see the detail data clearly.

HendriSitompul_9-1725409267893.png