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: 

Not able to retrive the Subscript and superscript values from a table

Former Member
0 Kudos

Hi All,

I have a problem with the text field. Subscript and superscript values are storing in that field. Am able to see those values from the SE16 in grid display but in normal display it is giving an unknown value.

Am retrieving those data by using an select stmt in a FM and the internal table having the unknown values.

Please suggest me.

Thanks and Regards,

Rajeev.

4 REPLIES 4

Former Member
0 Kudos

It can be linked to internal conversion. In some case, the value of internal or extranal value is not the same.

When you run SE16 (or transaction N), you have in option mode the possibility to use the exit conversion or not.

Christophe

Former Member
0 Kudos

There might be some conversion exit for the subscript and superscript fields. Please check in SE11, under the field domain values and when you use the exits it will work..

0 Kudos

I did'nt find any exits for the field.

TEXT30 is the domine of that field.

Thanks,

Rajeev

0 Kudos

The other possibility is that you want to have the text description of table.

For instance : in T005 (country table), there's a text table associated T005T. It may be your explanation.

Christophe