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

Validate Text Table

Former Member
0 Likes
624

Hi all

i want to know, how i can validate a table, if it relationship a text table or not. For one, the t188 has the text table T188T. In TA se11, i know, how you look that, but in abap, i think, i need a function for check that....

Regards abap_beginn.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
575

Hello,

Do you mean you want to check if there is a text table against a table ?

If so try using the function module DDUT_TEXTTABLE_GET. Pass the table name in the parameter and in return get its corresponding text table if any.

Hope this helps

Regards

Sachin

4 REPLIES 4
Read only

Former Member
0 Likes
576

Hello,

Do you mean you want to check if there is a text table against a table ?

If so try using the function module DDUT_TEXTTABLE_GET. Pass the table name in the parameter and in return get its corresponding text table if any.

Hope this helps

Regards

Sachin

Read only

Former Member
0 Likes
575

Hello,

Do you mean you want to check if there is a text table against a table ?

If so try using the function module DDUT_TEXTTABLE_GET. Pass the table name in the parameter and in return get its corresponding text table if any.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
575

>

> Do you mean you want to check if there is a text table against a table ?

> If so try using the function module DDUT_TEXTTABLE_GET. Pass the table name in the parameter and in return get its corresponding text table if any.

How come both of you have the same wordings in your posts ?

Read only

0 Likes
575

What are you trying to do