<?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: error while calling call transaction ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399212#M1546630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumodh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can you please explain me  briefly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 12:21:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-12T12:21:28Z</dc:date>
    <item>
      <title>error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399205#M1546623</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;CALL TRANSACTION 'LT31' USING IT_BDCTAB MODE 'N' MESSAGES INTO it_msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITe:/ SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; here i am getting sy-subrc   is 1.001 . what does this mean? can  any one please explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399205#M1546623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399206#M1546624</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;sy-subrc = 1.001 means transaction not completed with the given data, this may be due to wrong data passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyze internal table, you will come to know of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399206#M1546624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T11:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399207#M1546625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you in debug mode or did you put a break-point in the called transaction, in all cases look at SAP [CALL TRANSACTION online hel|http://help.sap.com/abapdocu_70/en/ABAPCALL_TRANSACTION.htm]p, 1001 is &lt;EM&gt;Error in batch input processing.&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to call the transaction in mode 'A' or 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 11:44:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399207#M1546625</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-11-12T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399208#M1546626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when i am trying to run call transation mode A  it is  excuting means there sy-subrc is 0. when i am excuting with  mode N  then only i am getting this probelm .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399208#M1546626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399209#M1546627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get status message when executing in mode 'A', also remove every break-point/debug mode in mode 'N'. Try also mode 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399209#M1546627</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-11-12T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399210#M1546628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ya i am getting status  message after excuting that transaction . liking printing successfully completed. whem am trying in mode E also  I am getting the status message like success. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'LT31' USING IT_BDCTAB MODE 'N' MESSAGES INTO it_msg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when am in debugging mode  system doesnot going to that particular transaction it directly coming out of that transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399210#M1546628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399211#M1546629</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 use the sy-batch option with the call transaction .&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399211#M1546629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399212#M1546630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sumodh ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can you please explain me  briefly ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399212#M1546630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399213#M1546631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of bdcdata occurs 20.&lt;/P&gt;&lt;P&gt;        include structure bdcdata.&lt;/P&gt;&lt;P&gt;data end of bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of messtab occurs 10.&lt;/P&gt;&lt;P&gt;        include structure bdcmsgcoll.&lt;/P&gt;&lt;P&gt;data end of messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : options type ctu_params.&lt;/P&gt;&lt;P&gt;options-UPDMODE = 'S'.&lt;/P&gt;&lt;P&gt;options-NOBINPT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call TRANSACTION 'VF03' using bdcdata OPTIONS FROM options MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can see that the NOBINPT eq 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this might help to solve your Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399213#M1546631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399214#M1546632</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;If you run in the BDC in foreground mode you may be getting some warning messages.&lt;/P&gt;&lt;P&gt;These warning messages could be a reason for failure in backgroung mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your recording so that there should not be any warning messages in forground also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 12:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399214#M1546632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399215#M1546633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my probelm is solved . Thank you to every one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 05:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399215#M1546633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T05:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399216#M1546634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be great, if you could let the people who tried to help you, and others know how you solved your problem, and if any of the suggestions given above helped you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 06:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399216#M1546634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T06:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399217#M1546635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H i vikranth ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; raymond  answer is very helpful to me.. he given me   suich  a  great answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 10:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399217#M1546635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: error while calling call transaction ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399218#M1546636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well then you should be assigning the ponits to Raymond and not me &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 10:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-calling-call-transaction/m-p/7399218#M1546636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T10:53:01Z</dc:date>
    </item>
  </channel>
</rss>

