<?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: updating database tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448865#M828422</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;Those are required fields pass the values to them also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 09:27:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-13T09:27:02Z</dc:date>
    <item>
      <title>updating database tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448864#M828421</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 am working on a module pool program.I want to update the values of some fields in marc and mvke tables by changing the field values in one screen.&lt;/P&gt;&lt;P&gt;I am using BAPI_MATERIAL_SAVEDATA function module for updating the database tables.I tried changing mrp type and mrp controller field values for a material 123-L540-22.But in the debugging mode in the return parameter of this fm i can see the message as 'The field MARC-MTVFP/BAPI_MARC-AVAILCHECK is defined as a required field; it doesnot contain any entry&amp;#146;.Why is it giving this message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448864#M828421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T09:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: updating database tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448865#M828422</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;Those are required fields pass the values to them also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448865#M828422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: updating database tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448866#M828423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to specify the values for these fileds before executing the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448866#M828423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T09:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: updating database tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448867#M828424</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;In that screen there are 10 fields.If the user wants to change the values for only 2 fields how can he know that this field is a mandatory field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448867#M828424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T09:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: updating database tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448868#M828425</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;The Material is configure In different Ways, with some fields mandatory or Optional.&lt;/P&gt;&lt;P&gt;Write a Select Statement and get the data for that particular field and again you update.&lt;/P&gt;&lt;P&gt;BAPI or T.code does not work unless all the required fields are passed .&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;Balu.Malvatu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 09:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-database-tables/m-p/3448868#M828425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-13T09:38:35Z</dc:date>
    </item>
  </channel>
</rss>

