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

SQVI

Former Member
0 Likes
514

Hello,

Is there a way to copy the SQVI query set up under one ID into another ID? Or, can another person access the SQVI and run it if it is set up by somebody else under a different ID? Or does one need to set them up afresh completely?

Thanks a lot!

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
439

I guess its not possible with SQVI, you can pick the back-end code which generates the SQVI output and assign it to a Transaction and that Tr. can be used by different ppl...

Refer to this :

Go to SE93, create a parameter transaction to transaction START_REPORT, and parameters: D_SREPOVARI-REPORTTYPE=AQ; (For querys) D_SREPOVARI-REPORT=/SAPQUERY/T2G (Your Query)]

Hello,

Is there a way to copy the SQVI query set up under one ID into another ID? Or, can another person access the SQVI and run it if it is set up by somebody else under a different ID? Or does one need to set them up afresh completely?

Thanks a lot!

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
440

I guess its not possible with SQVI, you can pick the back-end code which generates the SQVI output and assign it to a Transaction and that Tr. can be used by different ppl...

Refer to this :

Go to SE93, create a parameter transaction to transaction START_REPORT, and parameters: D_SREPOVARI-REPORTTYPE=AQ; (For querys) D_SREPOVARI-REPORT=/SAPQUERY/T2G (Your Query)]