<?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: Debug Update routine for LIS infostructure S942 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598686#M1758316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had the same problem - the processing of the routine is done in an update task, so you have to activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 14:58:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-04T14:58:48Z</dc:date>
    <item>
      <title>Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598680#M1758310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to LIS and probably this could be a naive question for you, but I did not get any satisfactory thread on debugging the update rules for LIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified a routine (FMCV2942) which supposedly updates Info structure S942. Ideally as per its update rule, it should be triggered while creating the Invoice document for a Outbound Delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put break-point there, started update debugging but the control does not stop here. I am even clueless if the routine is called or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did check at few places and all I got was the customizing to generate info structures, field catalogs, update rules etc (tcodes:&amp;nbsp; MC18, MC21, MC24, OMO1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find anything relevant here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am stuck at a place that I am not able to debug and not even find out if the routine is called or not or how should i check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on debugging the update routines are highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 08:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598680#M1758310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-05T08:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598681#M1758311</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;maybe you have to generate your routine like those in VOFM using a program like RV80HGEN ? &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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598681#M1758311</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-08-05T09:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598682#M1758312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynamic breakpoints help me out when I am not sure whether a routine is getting called or not.&lt;/P&gt;&lt;P&gt;Enter debugging mode and goto Menu &amp;gt; Breakpoints &amp;gt; Breakpoint at &amp;gt; Breakpoint at subroutine.&lt;/P&gt;&lt;P&gt;Include name would be FMCV2942, and subroutine name can be selected from F4 help.&lt;/P&gt;&lt;P&gt;You would have to set dynamic breakpoint twice, once in debug mode, one in update mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way that can be used, just to be sure, is to write a select query on custom table, and check in ST05 trace whether that table was actually accessed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598682#M1758312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-05T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598683#M1758313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mistake, i should have mentioned that I have tried this option as well but did not work.&lt;/P&gt;&lt;P&gt;The routine is already active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 10:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598683#M1758313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-05T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598684#M1758314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, may be in a haste I forgot to mention. I did try the mentioned steps of putting dynamic break-points but it does not stop there only (though break point is set).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what am I missing or if I am checking on the right track only :S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 10:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598684#M1758314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-05T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598685#M1758315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/hs (system debug) &lt;/P&gt;&lt;P&gt;check&amp;nbsp; update debugging &lt;/P&gt;&lt;P&gt;Save&lt;/P&gt;&lt;P&gt;F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if a new window open &lt;/P&gt;&lt;P&gt;check update debugging (again) and system debuging (again)&lt;/P&gt;&lt;P&gt;save&lt;/P&gt;&lt;P&gt;F8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes, the update debugging is multi level&lt;/P&gt;&lt;P&gt;&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;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 11:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598685#M1758315</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-08-05T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598686#M1758316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had the same problem - the processing of the routine is done in an update task, so you have to activate update debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 14:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598686#M1758316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Update routine for LIS infostructure S942</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598687#M1758317</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 had the same issue, and I found a way to 'simulate' the change using DEBUG.&amp;nbsp; It is a customizing function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint in your routine - FMCV2942.&amp;nbsp; Then execute transaction MCVR.&amp;nbsp; In my case I enter in the Sales Order and this simulates the update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give that a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 11:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-update-routine-for-lis-infostructure-s942/m-p/9598687#M1758317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T11:29:09Z</dc:date>
    </item>
  </channel>
</rss>

