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

Read text from V_t188

Former Member
0 Likes
867

How to read the text form V_t188 or the text associated with the table t188. Is there any function module exist. if the select query is directly written it gives the error v_t188 is not a table or a database view

How to read the text form V_t188 or the text associated with the table t188. Is there any function module exist. if the select query is directly written it gives the error v_t188 is not a table or a database view

4 REPLIES 4
Read only

Former Member
0 Likes
781

Hi,

I wrote select quary for table t188 it is working fine

check with your data type of internal table, it must work

Regards

Bikas

Read only

Former Member
0 Likes
781

Hi

You check this table T188T

From there you can get the corresponding description of KONDA

Reward points, if it is useful.

Regards

Raja.

Read only

Former Member
0 Likes
781

Hi,

You can use T188T (Conditions: Groups for Customer Classes: Texts) table to read text.

Regards,

N M Poojari.

Read only

Former Member
0 Likes
781

t188t is the solution

Thank you for all