<?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: Changing table attribute in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081569#M1704409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does this mean technically we can change the attribute of the table and the system will allow us to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 15:24:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-30T15:24:54Z</dc:date>
    <item>
      <title>Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081556#M1704396</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;I would like to change the table attribute for TKA3C from the current "display/maintenance allowed with restrictions" to "display/maintenance allowed". Am i allowed to make this change since this is SAP delivered table with C delivery class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also noticed that another SAP delivered table T030 is having "display/maintenance allowed" status. So i believe it is okay to change the above table to this status. Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 10:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081556#M1704396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T10:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081557#M1704397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you aware that it would be a repair? Why don't you build a small maintenance program for that table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 11:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081557#M1704397</guid>
      <dc:creator>kerem_kayacan</dc:creator>
      <dc:date>2012-10-30T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081558#M1704398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Customizing table is managed via SE34 on cluster view V_TKA3 (transaction OKB9)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your exact purpose, if you want to be able to change the data in production, do not change table attributes but call transaction SOBJ and declare the objects of the cluster view as "Current Settings". Else could you explain the reason of your question ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 12:06:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081558#M1704398</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081559#M1704399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Both,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2000 entries need to be updated in this table. I cannot use OKB9 because LSMW does not record the dialog structures found there. So i thought of creating an LSMW at the table level update using se16. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done it thru se16 for T030 because of the "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;display/maintenance allowed&lt;/SPAN&gt;" status, however for &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;TKA3C, the attribute is "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;display/maintenance allowed with restrictions" which means i cannot create new entries using se16 under this attribute.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;So i am thinking of changing the attribute to &lt;/SPAN&gt;"&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;display/maintenance allowed&lt;/SPAN&gt;" to create the new entries at the table level using se16 via LSMW recording.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 12:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081559#M1704399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T12:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081560#M1704400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMHO creating a BDC on SE16 is not more correct than a direct OPEN-SQL statement, and will cause more effort/pain in development ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to use a FM like VIEW_MAINTENANCE_SINGLE_ENTRY (or other FMs of group &lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt;SVIM) &lt;/SPAN&gt;on view V_TKA3A with SUPPRESSDIALOG = 'X'&amp;nbsp; and action = 'UPD' or 'INS' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 12:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081560#M1704400</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T12:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081561#M1704401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I tried that FM for&amp;nbsp; V_TKA3&lt;/SPAN&gt;C, but due to the structure of this table, it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i change the attribute of this table to the required setting &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;display/maintenance allowed&lt;/SPAN&gt;? Is it allowed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 13:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081561#M1704401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T13:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081562#M1704402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;I tried that FM for&amp;nbsp; V_TKA3&lt;/SPAN&gt;C, but due to the structure of this table, it does not work.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Could you elaborate ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 13:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081562#M1704402</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T13:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081563#M1704403</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;When i use the FM, the system will ask for a new entry for the input value but it asks for only one when in actual fact there are many input values that we need to enter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 13:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081563#M1704403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T13:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081564#M1704404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;READ DATASET/or/CALL FUNCTION 'GUI_UPLOAD'...&lt;/P&gt;&lt;P&gt;LOOP AT itab...&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FM...&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also : Pass the whole structure of the view to the FM, disable the transport request and dialog thru parameters. Also SELECT from database and use INS or UPD action depending on sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081564#M1704404</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T14:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081565#M1704405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay i will try that out but are you saying changing the table attribute is not an option at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081565#M1704405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T14:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081566#M1704406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="almost_half_cell" id="gt-res-content"&gt;Changing &lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;standard&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is rarely the best&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solution&lt;/SPAN&gt;, it can &lt;SPAN class="hps"&gt;cause problems&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in the short term&lt;/SPAN&gt;, but &lt;SPAN class="hps"&gt;certainly&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;generate &lt;/SPAN&gt;some &lt;SPAN class="hps"&gt;the next&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;upgrade. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;(And changing the standard to build a Batch Input on SE16, so without most check... &lt;SPAN __jive_emoticon_name="devil" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1050/images/emoticons/devil.gif"&gt;&lt;/SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="almost_half_cell"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Raymond&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 14:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081566#M1704406</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081567#M1704407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to change the table attribute only temporarily in the dev client and then put it back to what it was earlier after i have finished creating the 2000 entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case is it safe to change it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081567#M1704407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081568#M1704408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, not much risk, but as I wrote in one previous answer, you could directly update the database table (then generate transport request via OKB9) but&lt;/P&gt;&lt;P&gt;- don't forget to reset the table to original state&lt;/P&gt;&lt;P&gt;- you will require a sscr key for the object&lt;/P&gt;&lt;P&gt;- you have to check yourself the validity of input data &lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;But I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would not do it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;myself...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081568#M1704408</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081569#M1704409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So does this mean technically we can change the attribute of the table and the system will allow us to do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081569#M1704409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-30T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing table attribute</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081570#M1704410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With a sscr key &lt;A href="http://service.sap.com/sscr" target="_top" title="SSCR Keys. Add to your browser favorites using right mouse button."&gt;http://service.sap.com/sscr &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-attribute/m-p/9081570#M1704410</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-30T15:28:37Z</dc:date>
    </item>
  </channel>
</rss>

