<?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 Batch Creating Error but Program running Fine in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451193#M1847463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently developed a program which creates new assets from the data received from IDOCs and updates them under Premise in SAP ISU. As a part of testing we have run that program and was updating the data fine. We have now scheduled the program as a batch and the batch generates error each time when it is creating a new asset but when the IDOC is processed manually, we are not getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest on the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 15:49:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-27T15:49:36Z</dc:date>
    <item>
      <title>Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451193#M1847463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently developed a program which creates new assets from the data received from IDOCs and updates them under Premise in SAP ISU. As a part of testing we have run that program and was updating the data fine. We have now scheduled the program as a batch and the batch generates error each time when it is creating a new asset but when the IDOC is processed manually, we are not getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest on the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 15:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451193#M1847463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-27T15:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451194#M1847464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you processing inbound IDOC by using RBDAPP01 program and scheduling it as background job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the job getting cancelled.Kindly share the error or dump details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 15:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451194#M1847464</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2014-06-27T15:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451195#M1847465</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;There is no error while running the batch and the batch is a success but we are getting an error (sy-subrc=0 error data)&amp;nbsp; in the work order(IW53) which its needs to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 22:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451195#M1847465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-27T22:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451196#M1847466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without an error log, there can be many simple possibilities that get overlooked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check for the user authorization that processes the IDOC. Immediately after the process run transaction SU53 for authorization check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try to execute the IDOC manually in background mode for any errors. Maybe you need to handle background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Force an error record to verify, if the system behaves the same in manual as well as auto mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any additional details, please share for better inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 23:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451196#M1847466</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2014-06-27T23:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451197#M1847467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the screenshots of the data as requested. Please provide your valuable inputs for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 21:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451197#M1847467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-29T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451198#M1847468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a step to activate or complete the Notification. I believe there is a chequered flag button used to activate or complete the Notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screenshots you shared display the Notification is complete. Does this IDoc fail in the Batch Job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 14:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451198#M1847468</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2014-06-30T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451199#M1847469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch itself completes the Notification. You might have observed from the screenshots that when I am running the Batch a WIP is created and when I am running it through program i.e Processing IDOC through BD87, it completes fine. Checked both the config and they are calling the same program. I am unable to find why they are behaving seperately for batch and manual process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you advice if I need to check anything else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 15:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451199#M1847469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-30T15:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Creating Error but Program running Fine</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451200#M1847470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create another test scenario with multiple IDocs in sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as you trigger the IDoc, log on to transaction SM51 to check whether the relevant IDoc processes get triggered. Also, verify the standard table for Notification entries getting created or Notification numbers being skipped by the system. (This scenario hints that you will need a specific COMMIT WORK to complete the transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, run transaction SU53 to verify authorizations to the BATCH user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 18:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-creating-error-but-program-running-fine/m-p/10451200#M1847470</guid>
      <dc:creator>former_member222709</dc:creator>
      <dc:date>2014-06-30T18:39:47Z</dc:date>
    </item>
  </channel>
</rss>

