cancel
Showing results for 
Search instead for 
Did you mean: 

How to examine the generated SQL statement in Receiver JDBC Adapter

Former Member
0 Kudos

I have been searching this forum how to display te generated sql statement (by the jdbc receiver adapter).

The only suggestion is to use RWB, but I was unable to find any details about how to do so.

Any help is appreciated

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use the parameter

logSQLStatement true

in your receiver JDBC comm channel. Click on Advanced properties and enter this parameter with value true.

Now in RWB, CC monitoring you can see the generated SQL.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi,

To add, u can see the SQL Statements in Audit log of RWB.

Select Message Monitoring-> Adapter Engine. choose ur entry and click on Details option button, u can see the SQL Statements in Audit Log.

Regards,

Sudharshan

Message was edited by:

Sudharshan Aravamudan

Answers (4)

Answers (4)

Former Member
0 Kudos
prabhu_s2
Active Contributor
0 Kudos

by checking the logSQLStatement as true in the JDBC adapter (receiver CC) the generated SQL can be viewed in the RWB (source: CC monitoring)

Former Member
0 Kudos

Hi,

Please see the below link

http://help.sap.com/saphelp_nw2004s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

from above link

Additional parameters are published in SAP Note 801367

Regards

Chilla..

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

In your receiver JDBC adapter you need to have an option called LogSQL and then you can see the Query in the Audit Log on the Adapter in RWB.

This is discusses in the note : 801367

Regards

Bhavesh