<?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: inbound processing pgm for material in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245118#M143336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all of u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got it by raising an exception which i didnt do before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after setting the status to 51, if the exception 'ERROR' is raised, the idoc processing will end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pawan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Mar 2006 10:29:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-28T10:29:32Z</dc:date>
    <item>
      <title>inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245112#M143330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in FM: IDOC_INPUT_MATMAS01.&lt;/P&gt;&lt;P&gt;i m trying to set the status of idoc to 51, in an exit(BTE MSGV00200) by some check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works but finally it also appends status 53. how can i prevent this from happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;pawan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 08:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245112#M143330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245113#M143331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not quite clear as to what your requirment is. Are you trying to ensure that the IDOC is not posted, if a certain condition fails ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then why don't out try to skip to the end of the function module after your message (status 51)&lt;/P&gt;&lt;P&gt;You could use an exit or a check statement or a continue statement based on which is best suited to your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Urmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 09:17:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245113#M143331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245114#M143332</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;exit didnt work. bcoz even without it i am coming come out. stop gave a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continue is not useful bcoz it is not in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my scenario is that i set the status to 51.(not posted)based on a check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when come out of the exit, standard program again sets it on its own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally i get 51 and then 53. application data is also posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to make it so that the status remains 51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 11:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245114#M143332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T11:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245115#M143333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try in this way,  try to update the status of IDOC to 51 only your certain condition fails and exit, else just let the application execute normal way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If condition fails&lt;/P&gt;&lt;P&gt;  status 51&lt;/P&gt;&lt;P&gt;  leave list processing.&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;  normal execution&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should work,  i used it number of times&lt;/P&gt;&lt;P&gt;Shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 19:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245115#M143333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T19:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245116#M143334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use transaction code BD10 and BD11 to send  and get material. Check if if these transactions code are useful for you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 19:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245116#M143334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T19:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245117#M143335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the function module 'IDOC_STATUS_WRITE_TO_DATABASE'&lt;/P&gt;&lt;P&gt;for change the status of IDOC.U can pass the Idoc number and Status to this fun. module to change IDoc status. It affect the table entries in EDIDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sek s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 20:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245117#M143335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T20:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: inbound processing pgm for material</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245118#M143336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all of u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got it by raising an exception which i didnt do before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after setting the status to 51, if the exception 'ERROR' is raised, the idoc processing will end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pawan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2006 10:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inbound-processing-pgm-for-material/m-p/1245118#M143336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-28T10:29:32Z</dc:date>
    </item>
  </channel>
</rss>

