<?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 Help needed........ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836123#M355845</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;Can anyone name a function module or any other way by which i can update only the BRGEW- field (weight field) of VEKP-table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mainak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 06:19:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T06:19:15Z</dc:date>
    <item>
      <title>Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836123#M355845</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;Can anyone name a function module or any other way by which i can update only the BRGEW- field (weight field) of VEKP-table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mainak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836123#M355845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836124#M355846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mainak , &lt;/P&gt;&lt;P&gt;  Use can use the command &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Update &amp;lt;Table_Name&amp;gt;
 Set &amp;lt;field_name&amp;gt; &amp;lt;value&amp;gt;
 where &amp;lt;condition&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will update the field in your table with the set value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836124#M355846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836125#M355847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;IF this updation is not going to affect any other data in other tables, then go ahead and write your own program with UPDATE stmt to update the field in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the simplest way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836125#M355847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836126#M355848</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;Do SAP  permit direct updation of standard tables with update command. If so then i can try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mainak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836126#M355848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836127#M355849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mainak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go ahead you can write query to update the table field in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is ..it is a hectic task to find out a function module through which you can update the particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the other thing is every field in a SAP table has a specific meaning and sometimes interdependencies attached to other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try your update code and check whether it helps ur concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836127#M355849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836128#M355850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mainak , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SAP does not prevent you from updating a table directly , but it does not recommend it , the reason being that it may result in inconsistency in some cases , because based on this value some other fields must already been populated , now if you change it inconsistency may occure.&lt;/P&gt;&lt;P&gt;but in some cases you have no other alternative but this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 06:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1836128#M355850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T06:53:51Z</dc:date>
    </item>
  </channel>
</rss>

