‎2010 Apr 26 10:49 AM
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.
‎2010 Apr 26 10:54 AM
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
‎2010 Apr 26 10:54 AM
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
‎2010 Apr 26 12:24 PM
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.
‎2010 Apr 26 12:27 PM
>
> 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 ?
‎2010 Apr 26 12:33 PM