<?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: Parking document in batch process mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parking-document-in-batch-process-mode/m-p/4269965#M1018846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help please.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Tayab Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 06:19:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T06:19:19Z</dc:date>
    <item>
      <title>Parking document in batch process mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parking-document-in-batch-process-mode/m-p/4269964#M1018845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;When I perform recording of FB50 tcode thru SM35, generate program file and run that program, following error message occurs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CALL_TRANSACTION FB50 Return code = 1,001  RECORD:          0&lt;/P&gt;&lt;P&gt;E Parking not possible during batch input                    "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************&lt;/P&gt;&lt;P&gt;report ZTEST1&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF05A' '1001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-BLDAT'&lt;/P&gt;&lt;P&gt;                              '01.07.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-WAERS'&lt;/P&gt;&lt;P&gt;                              'PKR'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-BUDAT'&lt;/P&gt;&lt;P&gt;                              '04.08.2008'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-XBLNR'&lt;/P&gt;&lt;P&gt;                              'dsff'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-BKTXT'&lt;/P&gt;&lt;P&gt;                              'sdfds'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-BVORG'&lt;/P&gt;&lt;P&gt;                              'df'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ACGL_ITEM-WRBTR(02)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-HKONT(01)'&lt;/P&gt;&lt;P&gt;                              '102010'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-HKONT(02)'&lt;/P&gt;&lt;P&gt;                              '102010'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-SHKZG(01)'&lt;/P&gt;&lt;P&gt;                              'H'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-SHKZG(02)'&lt;/P&gt;&lt;P&gt;                              'S'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-WRBTR(01)'&lt;/P&gt;&lt;P&gt;                              '              300'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_ITEM-WRBTR(02)'&lt;/P&gt;&lt;P&gt;                              '              300'.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMF05A' '1001'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BP'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-XBLNR'&lt;/P&gt;&lt;P&gt;                              'DSFF'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ACGL_HEAD-BKTXT'&lt;/P&gt;&lt;P&gt;                              'sdfds'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ACGL_ITEM-HKONT(03)'.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'FB50'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Tayab Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 04:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parking-document-in-batch-process-mode/m-p/4269964#M1018845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T04:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Parking document in batch process mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parking-document-in-batch-process-mode/m-p/4269965#M1018846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;help please.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed Tayab Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 06:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parking-document-in-batch-process-mode/m-p/4269965#M1018846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T06:19:19Z</dc:date>
    </item>
  </channel>
</rss>

