cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear Experts,

I am trying to use SQVI for making a report on Catalogs using tables VIQMEL, VIQMFE, VIQMUR, VIQMSM, VIQMMA.

I am not able find the fields for Code Texts for all catalgs in any of these table. when I use QPCT table, I am able to get Code Text for only one catalg.

Because his exercise is code-independent, ABAP alternatives like using Structure RIWO00 are not relevant for my requirement.

Please give an idea to solve this problem using table route.

Regards

Jogeswara Rao

0 Likes
View Entire Topic
peter_atkin
Active Contributor
0 Likes

The data has to be there somewhere in the system...

Can you give more details on what you are trying to achieve?

PeteA

jogeswararao_kavala
Active Contributor
0 Likes

I request you to go through my previous messages, where it has been explained in detail,(especially 2nd from bottom)

Regards

Jogeswara Rao

peter_atkin
Active Contributor
0 Likes

Yes, and I asked for more details because I don't understand your original post fully..

An example may help..

PeteA

vairavelb
Explorer
0 Likes

Are you looking to develop a report which has Code text for Coding , Object part and damage ? This is not possible to develop through SQVI.

thanks

Bala

jogeswararao_kavala
Active Contributor
0 Likes

I use to develop non-standard reports using tools SQVI and Infoset Query (SQ03, SQ02 and SQ01).

For this, I need to know the tables to design selection and output screens.

Present attempt is to create a report which displays the combined report of IW29, IW65, IW67 & IW69 fields.

For this work, the tables VIQMEL, VIQMFE, VIQMUR, VIQMSM, VIQMMA fulfill most of the requirement. But 5no. of fields (TXTCD**) said before are not present in any of the s above tables. They are part of Structure RIWO00. Structure fields can not be used in this process without using ABAP code.

So I have been trying to get these fields from SAP-tables.

Hope I made myself understood this time.

Thank you

Regards

Jogeswara Rao

peter_atkin
Active Contributor
0 Likes

Jogeswara Rao

As stated earlier, the data for the catalog type text shown in RIWO00 is derived from TQ15/TQ15T

The data is selected in program include LIQS0F40, form KAT_TEXT_LESEN_F40 and function module READ_CATALOGUE_TEXT

PeteA