The interface was done without using Stored procedure
Created sender synchronous proxy and JDBC receiver synchrnous proxy
JDBC, I created two structures. MT_XYZ_Request and MT_XYZ_Request_response
MT_XYZ_Request structure
MT_XYZ_Request
Statement
dbTable
action
access
I gave action as SQL_QUERY
For access I did a mapping
Constant
concat access
InsertionDateTime
In the InsertionDateTime, the value will be sent from ECC
In Constant I wrote the SQL query select A, B, C, D, E, InsertionDateTime from <dbTable> where InsertionDateTime >=
This was concatenated with the dynamic value that I got from ECC
This is now working fine, thanks for all the inputs ![]()