<?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: IDOC Inbound Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263889#M148522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using the standard function module, it should change the IDOC status properly by itself, and you should not do anything there. However, for whatever reasons as it is not doing, just check if there is a OSS note pertaining to the version you are working on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version you are on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2006 05:37:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-25T05:37:30Z</dc:date>
    <item>
      <title>IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263884#M148517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; I am receiving an IDOC from Biztalk and have to process it using the customized funtion module. This function module is the customized copy of IDOC_INPUT_ORDERS.&lt;/P&gt;&lt;P&gt; while processing it now i am getting the Error 51- No status record was passed to ALE by the application.&lt;/P&gt;&lt;P&gt; can anyone help me to fix it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263884#M148517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T04:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263885#M148518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in that FM&lt;/P&gt;&lt;P&gt;   in tables parameters,&lt;/P&gt;&lt;P&gt;   there is &lt;/P&gt;&lt;P&gt;   IDOC_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. fill that table with&lt;/P&gt;&lt;P&gt;   one record,&lt;/P&gt;&lt;P&gt;   which means the STATUS &lt;/P&gt;&lt;P&gt;   after processing has been done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (it can be successsul or error or waring or anything,&lt;/P&gt;&lt;P&gt;  depending upon the status of idoc we want to give)&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263885#M148518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T04:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263886#M148519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare an internal table of type EDIDS or BDIDOCSTAT&lt;/P&gt;&lt;P&gt; and pass to the IDOC_STATUS field ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fn module returns the status records into the table and u can loop the table and find out the messages if any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 04:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263886#M148519</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-25T04:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263887#M148520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Joseph&lt;/P&gt;&lt;P&gt;Firstly attach your idoc to a process code.&lt;/P&gt;&lt;P&gt;In the process cod eyou can tell the system that the specified program should be triggered whenever an idoc of that type comes to the system.&lt;/P&gt;&lt;P&gt;Then you can test in we19 transaction.&lt;/P&gt;&lt;P&gt;Enter your idoc type and enter all the values in the subsequent screen.&lt;/P&gt;&lt;P&gt;YOu can press the inbound processing button after you fill all the test data for the idoc.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 05:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263887#M148520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T05:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263888#M148521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be noted that every time an Inbound Idoc is posted, we need to populate the status record. A sample is given below ::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (no error in processing)&lt;/P&gt;&lt;P&gt;    idoc_status-docnum      = idoc no.&lt;/P&gt;&lt;P&gt;    idoc_status-status      = OK STATUS.&lt;/P&gt;&lt;P&gt;    idoc_status-msgty       = Status msg.&lt;/P&gt;&lt;P&gt;    idoc_status-msgid       = MSG ID of the msg you want to attach to the status.&lt;/P&gt;&lt;P&gt;    idoc_status-msgno       = MSG no of the msg.&lt;/P&gt;&lt;P&gt;    idoc_status-uname       = sy-uname.&lt;/P&gt;&lt;P&gt;    APPEND idoc_status.&lt;/P&gt;&lt;P&gt;    CLEAR idoc_status.&lt;/P&gt;&lt;P&gt;  ELSEIF (error in processing)&lt;/P&gt;&lt;P&gt;    idoc_status-status = Error Status.&lt;/P&gt;&lt;P&gt;    idoc_status-msgty  = Error Message.&lt;/P&gt;&lt;P&gt;    idoc_status-msgno  = MSG no of the msg.&lt;/P&gt;&lt;P&gt;    idoc_status-msgid  = MSG ID of the msg you want to attach to the status.&lt;/P&gt;&lt;P&gt;    idoc_status-msgv1  = syst-msgv1.&lt;/P&gt;&lt;P&gt;    idoc_status-msgv2  = syst-msgv2.&lt;/P&gt;&lt;P&gt;    idoc_status-msgv3  = syst-msgv3.&lt;/P&gt;&lt;P&gt;    idoc_status-msgv4  = syst-msgv4.&lt;/P&gt;&lt;P&gt;    idoc_status-docnum = idoc no.&lt;/P&gt;&lt;P&gt;    APPEND idoc_status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is done then your error would be taken care of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 05:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263888#M148521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263889#M148522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using the standard function module, it should change the IDOC status properly by itself, and you should not do anything there. However, for whatever reasons as it is not doing, just check if there is a OSS note pertaining to the version you are working on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which version you are on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 05:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-processing/m-p/1263889#M148522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T05:37:30Z</dc:date>
    </item>
  </channel>
</rss>

