cancel
Showing results for 
Search instead for 
Did you mean: 

Is ti possible to convert SQVI to a report?

former_member1302095
Participant
0 Kudos

Is ti possible to convert SQVI to a report? I have created SQVI report. i need to convert it into abap program for some modifications. Please gimme some solutions.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Remya,

you can create  program using below screen but that one is standard .

goto

Quickview->Additional functions-> Generate program.

once you complete above step then you can click follow below step.

Quickview->Additional functions->Display report name.

one program is gneraated like AQD2SYSTQV000052ZTEST=========  this.

you can copy this program in Z and change  as your required.

but if you use SQ01/SQ02 /SQ03  tcode then  you can add your additional code in SQ02 infoset area.

Regards,

Prasenjit

Answers (3)

Answers (3)

former_member1302095
Participant
0 Kudos

Thank you very much guys...

i got it myself.

Former Member
0 Kudos

Hi,

Quick Viewer (SQVI) , is a program.

Infact, when you are in transaction SQVI you can select menu QuickView--> Additional function--> you can choose between 3 values (Adjust, Generate program and Display report name).

Example QV ZTEST-->Program name AQL4SSYSTQV000054ZTEST=========

I hope that this help you

Best Regards

Ivan

 

FredericGirod
Active Contributor
0 Kudos

SQ01 and SQ02 are at the end an abap program. So SQVI must.

try to debug when you have the result of your SQVI, debug it, look the CALL STACK   I'm sure you will find a program with a terrific name

regards

Fred