<?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: S700 table updation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039468#M719255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply jelena....The routine(FMCV2827) for updation is defined in this transaction....But ca you help me out how to debugg the routine(FMCV2827) ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 11:46:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T11:46:12Z</dc:date>
    <item>
      <title>S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039466#M719253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have an idea when does S700 table gets updated ??? What is the program used to update S700 table.pls help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039466#M719253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039467#M719254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like it's an info structure, which was defined by this specific customer (at least the number seems to be in the customer number range). Take a look at the transaction MC26 for the update definitions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 15:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039467#M719254</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2007-10-30T15:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039468#M719255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply jelena....The routine(FMCV2827) for updation is defined in this transaction....But ca you help me out how to debugg the routine(FMCV2827) ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 11:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039468#M719255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T11:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039469#M719256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open  routine &lt;/P&gt;&lt;P&gt;write &lt;/P&gt;&lt;P&gt;break-point or break "User name"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 12:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039469#M719256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039470#M719257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sailesh....I have done the same already but it doesnt stop there......I guess break point in update routine doesnt works !!!....Any other ideas ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 16:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039470#M719257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T16:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: S700 table updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039471#M719258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing the update for S700 to 'Synchronous' (this can be done in OMO1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this doesn't work, check your Debugger - there are some settings you can change to debug the updates. I've never had to do this myself but I've heard of it. (You might want to run a search on 'debug update' and such.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 16:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s700-table-updation/m-p/3039471#M719258</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2007-11-01T16:47:58Z</dc:date>
    </item>
  </channel>
</rss>

