<?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 sy subrc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489848#M839125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use call transaction I get sy-subrc = 1001, pointers required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 08:34:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T08:34:02Z</dc:date>
    <item>
      <title>sy subrc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489848#M839125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use call transaction I get sy-subrc = 1001, pointers required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 08:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489848#M839125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: sy subrc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489849#M839126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0 The batch input processing of the called transaction was successful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt; 1000 Error in the called transaction. If within the transaction a message was sent, you can receive it using the addition MESSAGES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1001 Error in batch input processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the data you are passing for Batch Input while running in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 08:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489849#M839126</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-02-28T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: sy subrc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489850#M839127</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;1001represents &lt;STRONG&gt;Error in batch input processing&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 08:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489850#M839127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T08:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: sy subrc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489851#M839128</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;Please check out the following options :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Try calling CALL TRANSACTION in mode 'E' and also in mode 'A'. See if you do get any errors.&lt;/P&gt;&lt;P&gt;2. If you don't get any errors in option 1, then see the contents of the message table for the call transaction statement.&lt;/P&gt;&lt;P&gt;3. If you find that Option 1 is okay, and that there are no messages in the message table, then please verify if you have put some breakpoints somewhere in the code of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get back with your test results (most importantly, the contents of the message table). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And generally, there will be no screen with number 120. Just like 100 is used for a selection screen, the system internally uses 120 for a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign ok-codes to the field BDC_OKCODE (=FNAM). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way to get a nice starting point for own batch input programs: make a recording (SHDB) of your transaction and convert this recording into a (example-) report. From this you can easily copy all the field names and dynpro numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;vasavi.&lt;/P&gt;&lt;P&gt;kindly reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 08:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-subrc/m-p/3489851#M839128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T08:39:47Z</dc:date>
    </item>
  </channel>
</rss>

