Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding Open SQL statement in report RSORADJV

Former Member
0 Likes
584

Hi Experts ,

I want to write OPEN SQL statement in se38 report RSORADJV for fetching data from table : trfcqin which is for tRFC Queue Description (Inbound Queue) in our PI server , which is oracle based .

Kindly let me know correct syntax for fetching data for above requirement .

Thanks ,

Asha

1 ACCEPTED SOLUTION
Read only

former_member214857
Contributor
0 Likes
496

Hi Asha

In report RSORADJV you can use directly native SQL (oracle SQL). This report wont suport Open SQL.

Kind regards

Carlos Machado

2 REPLIES 2
Read only

former_member214857
Contributor
0 Likes
497

Hi Asha

In report RSORADJV you can use directly native SQL (oracle SQL). This report wont suport Open SQL.

Kind regards

Carlos Machado

Read only

Former Member
0 Likes
496

Thanks.