<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Key/Text table - usage in an ABAP program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813472#M657789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try rearranging the text table to mandt, id, lang, text. And id must have ztbl1 as a check table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 17:54:21 GMT</pubDate>
    <dc:creator>gabriel_pill-kahan</dc:creator>
    <dc:date>2007-10-05T17:54:21Z</dc:date>
    <item>
      <title>Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813471#M657788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help about usage of key and text tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created key and text table and now i want to use them in the abap program. My problem is, that i don't know how to properly read data into internal table from these two tables, so i can show these data in the table control. I also want to know how to save data from text boxes into key and text table (text boxes: txtid, txtlang, txttext).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Key Table:&lt;/P&gt;&lt;P&gt;name: ztbl1&lt;/P&gt;&lt;P&gt;fields: mandt, id&lt;/P&gt;&lt;P&gt;key fields: mandt, id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text table:&lt;/P&gt;&lt;P&gt;name: ztbl2&lt;/P&gt;&lt;P&gt;fields: mandt, lang, id, text&lt;/P&gt;&lt;P&gt;key fields: mandt, lang, id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are connected together as they should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i don't want to use sm30 for editing table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 12:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813471#M657788</guid>
      <dc:creator>igor_bevk</dc:creator>
      <dc:date>2007-10-05T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813472#M657789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try rearranging the text table to mandt, id, lang, text. And id must have ztbl1 as a check table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 17:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813472#M657789</guid>
      <dc:creator>gabriel_pill-kahan</dc:creator>
      <dc:date>2007-10-05T17:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813473#M657790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gabriel, thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables are connected together as they should be, and they are working fine. The problem is, that i don't know how to properly use them in an ABAP program (reading, editing, deleting records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Egi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 08:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813473#M657790</guid>
      <dc:creator>igor_bevk</dc:creator>
      <dc:date>2007-10-06T08:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813474#M657791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u are loosing the concept of Text table...&lt;/P&gt;&lt;P&gt;Text table are generally used for multi lingual F4 (i.e you enter vaious F4 list to be displayed for a perticular field when a user from differenct lang log on)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg...&lt;/P&gt;&lt;P&gt;in urr text table u have .. 2 key itemm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;item_code     ||      lang     ||     text&lt;/P&gt;&lt;P&gt;10111         ||      E        ||     Eng_Chicken&lt;/P&gt;&lt;P&gt;10111         ||      D        ||     Chickeno (translation from eng to germen) &lt;/P&gt;&lt;P&gt;10111         ||        F      ||     Ghoose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when a user with logon lang as 'E' will log on and when he press F4 on item_code he ill see Eng_chicken&lt;/P&gt;&lt;P&gt;but when a user with logon lang as 'D' will log on and when he press F4 on item_code he ill see Chickeno not Eng_chicken..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u understood the whole concept...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No rewards Plz...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2007 11:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813474#M657791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-06T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813475#M657792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Alnoor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i do understand that. I have these kind of texts in that tables, but i still wont to create an ABAP program to modify records in the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Egi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2007 07:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813475#M657792</guid>
      <dc:creator>igor_bevk</dc:creator>
      <dc:date>2007-10-07T07:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813476#M657793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you really want to manipulate them in your program, it's the same as any other table.  The commands are SELECT, INSERT, DELETE, UPDATE, MODIFY ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 14:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813476#M657793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813477#M657794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have another question about inserting new records. Is there any automatism between these two tables or do you have to insert a new record in both tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Egi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 10:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813477#M657794</guid>
      <dc:creator>igor_bevk</dc:creator>
      <dc:date>2007-10-10T10:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Key/Text table - usage in an ABAP program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813478#M657795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean does it automatically check or maintain consistency, no.  The foreign keys are not enforced at the database level.  So you need to be careful, and you'll have to code your program to do that checking/enforcement itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 17:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/key-text-table-usage-in-an-abap-program/m-p/2813478#M657795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T17:32:54Z</dc:date>
    </item>
  </channel>
</rss>

