cancel
Showing results for 
Search instead for 
Did you mean: 

Select Query

Former Member
0 Kudos

hi all;

while configuring the JDBC sender adapter can in any ways we can fetch the tuple from the ODS that has been last added to the table , or in anyway can we give this select query at runtime?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mudit,

You can write your select and update queries in the sender adapter.

The details are avaibale here.

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm

I hope this is what you were asking

whenever the Adapter polls it makes the query to server.

It gets data by PULL mechanism.

Regards

Vijaya

Former Member
0 Kudos

hi vijaya ;

thanx for your quick reply.

normally while configuring the sender JDBC adap we specify the query like select * from VendorMaster where VendorNumber=000

My question is that weather we can put in the value of the where clause at runtime

Former Member