Have you ever wondered how to find a text table of a table ?
Well one would say it is lot easier to find.
Just go to the table in SE11, Press on Goto and click on "Text Table". It will take you to the Text table.
Assume that we are programming and want to know whether a table has a text table ? if it exists we would to get texts from that table. So, how to find whether a table has a text table ?
We have a table "DD08L" which has information about relationships. This table has two fields CHECKTABLE and FRKART. These two feilds provide information what we are looking for.
We need to pass the table name, for which we would like to find out whether a text table exists, to field "CHECKTABLE" and pass "TEXT" to field "FRKART". Execute to know the results.
As we know text table exists, we can find its relevant texts now.