<?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: Update TKAF table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394921#M1239863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the data of any table, go to transaction SE16N, type u201C&amp;amp;SAP_EDITu201D. It will activate SAP editing function. &lt;/P&gt;&lt;P&gt;--- &lt;/P&gt;&lt;P&gt;Go to table and press Ctrl+ shift + F10 where you will go to table entries. Click on F8 (execute). &lt;/P&gt;&lt;P&gt;And then select the entries that you want to edit by selecting the checkbox and goto menu Table entry - &amp;gt; select change. There you edit and save the entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2009 10:38:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-30T10:38:18Z</dc:date>
    <item>
      <title>Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394916#M1239858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Values in table 'TKAF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table entries as following.&lt;/P&gt;&lt;P&gt;APPLC---FBRG.&lt;/P&gt;&lt;P&gt;FIELNM .---CURTP&lt;/P&gt;&lt;P&gt;DIMPR -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;'0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the DIMPR value to '1'.&lt;/P&gt;&lt;P&gt;How can i update this table through customzing or thorugh any transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how can i update this table with out writing any code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394916#M1239858</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-03-30T10:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394917#M1239859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following in a program:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;UPDATE TKAF SET  DIMPR = '1 WHERE   APPLC = 'FBRG' and FIENM = 'CURTP'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394917#M1239859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T10:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394918#M1239860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Goto the contents of the table.&lt;/P&gt;&lt;P&gt;2. Check the checkbox of that particular record you want to change.&lt;/P&gt;&lt;P&gt;3. In the Menu bar click on Table Entry -&amp;gt; Change.&lt;/P&gt;&lt;P&gt;4.Now do the desired changes and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394918#M1239860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T10:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394919#M1239861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to edit or change in Debugging...it is easy to change...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto table entries screen by providing the selection screen values, here double click on the row which you want to edit, then u ill see the Table display screen, here pass /h on command box and then press enter 2 times...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you will be in ABAP Debugger, then check the CODE value in the field names, by defualt it will have a value &lt;STRONG&gt;'SHOW',&lt;/STRONG&gt; change it to &lt;STRONG&gt;'EDIT'&lt;/STRONG&gt; and press F8. now in this screen u can edit the value of the required field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394919#M1239861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394920#M1239862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GO to SM30. And change values from there . If allowed.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394920#M1239862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T10:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394921#M1239863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the data of any table, go to transaction SE16N, type u201C&amp;amp;SAP_EDITu201D. It will activate SAP editing function. &lt;/P&gt;&lt;P&gt;--- &lt;/P&gt;&lt;P&gt;Go to table and press Ctrl+ shift + F10 where you will go to table entries. Click on F8 (execute). &lt;/P&gt;&lt;P&gt;And then select the entries that you want to edit by selecting the checkbox and goto menu Table entry - &amp;gt; select change. There you edit and save the entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 10:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394921#M1239863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T10:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update TKAF table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394922#M1239864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i mentioned in my question previuosly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont't want to update the table through writing program or through SE16N or changing the table directly or through SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update it through Customization(SPRO).Is there any possiablitiy this table updation through customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 13:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-tkaf-table/m-p/5394922#M1239864</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-03-30T13:11:10Z</dc:date>
    </item>
  </channel>
</rss>

