Application Development 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: 

SQVI - Not able to see all fields in a table.

Former Member
0 Kudos

Hello all,

I was not able to add few fields in a table into my report as I am not able to see those table fields in SQVI. For example T508A-RTEXT. Please let me know.

1 ACCEPTED SOLUTION

raviahuja
Contributor
0 Kudos

Hi,

As Tamas suggested, field RTEXT is actually a filed in text table T508S. You would have to join table T508S in your query.

For more info on text-tables, please look the below link:

[Text Tables|http://help.sap.com/saphelp_smehp1/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm]

Thanks.

Ravi

3 REPLIES 3

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

That's because there is no field called RTEXT in T508A.

The field you are looking for is in T508S. You'll need to incorporate that in your QuickView. Or you could use view V_T508A, whichever is easier.

raviahuja
Contributor
0 Kudos

Hi,

As Tamas suggested, field RTEXT is actually a filed in text table T508S. You would have to join table T508S in your query.

For more info on text-tables, please look the below link:

[Text Tables|http://help.sap.com/saphelp_smehp1/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm]

Thanks.

Ravi

Former Member
0 Kudos

Thank you both of you.. That works.