cancel
Showing results for 
Search instead for 
Did you mean: 

Action with the JDBC Adapters

Former Member
0 Kudos

Hi Experts,

Could you please tell me what actions/functions we can do with Receiver JDBC Adapter as well as with Sender JDBC Adapter?

Regards

Sara

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

Receiver side

to see actions see this links

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm

in the sender side you can define any action you want or call a store procedure.

refer to functions, you can define modules or add standars which give the adapter additional functions

Thanks

Rodrigo

Edited by: Rodrigo Pertierra on Apr 11, 2008 9:19 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi sara

In Receiver we will do the operations like INSERT, UPDATE, DELETE

kindly follow these links

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

hope this will help you

regards

sandeep

if helpful kindly reward points

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>Receiver JDBC Adapter

SQL Statement to read the data

>Sender JDBC Adapter

Insert/update/delete the records in the Table..You will mention this in message mapping

Regards

Agasthrui Doss

Former Member
0 Kudos

Hi Agasthuri Doss,

I agree with Seshagiri's info.

Regards

Sara

Former Member
0 Kudos

Hi,

I hope this will help you.

File to JDBC

/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

In Sender side we dont have the ACTION .

Sender side we will write the Query in Sender Adapter itself. lik what operation to do( SELECT ....)

In Receiver we will do the operations like INSERT, UPDATE, INSERT_UPDATE.....

REgards

Seshagiri