<?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 in Call Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062565#M971099</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;what is the need of calling screen '0101'. For vl02n the main screen is '4004'.&lt;/P&gt;&lt;P&gt;remove the below perform from the code and check it.&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro using 'X' 'SAPMV50A' '0101' '' ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if you get the error, run it in foreground then you will better understand the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 07:07:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T07:07:13Z</dc:date>
    <item>
      <title>Error in Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062564#M971098</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;Let me know why this issue is coming.&lt;/P&gt;&lt;P&gt;I'M doing a bdc using call transaction and want to catch the error messages and throw back as alvoutput.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code is  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM bdc_dynpro using 'X' 'SAPMV50A' '0101' '' ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM bdc_dynpro using 'X' 'SAPMV50A' '4004' '' ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM bdc_dynpro using '' '' '' 'LIKP-VBELN' wa_likp-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     PERFORM bdc_dynpro using '' '' '' 'BDC_OKCODE' 'WABU_T'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CALL TRANSACTION 'VL02N'&lt;/P&gt;&lt;P&gt;                       USING itab_bdcdata&lt;/P&gt;&lt;P&gt;                        MODE lv_tmpmode&lt;/P&gt;&lt;P&gt;                        UPDATE 'S'&lt;/P&gt;&lt;P&gt;                        MESSAGES INTO itab_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;        PERFORM messages.&lt;/P&gt;&lt;P&gt;     ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what the message that i'm getting in itab_messages is "&lt;/P&gt;&lt;P&gt;Start screen does not exist in batch input data".&lt;/P&gt;&lt;P&gt;please let me know why this error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062564#M971098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062565#M971099</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;what is the need of calling screen '0101'. For vl02n the main screen is '4004'.&lt;/P&gt;&lt;P&gt;remove the below perform from the code and check it.&lt;/P&gt;&lt;P&gt;PERFORM bdc_dynpro using 'X' 'SAPMV50A' '0101' '' ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if you get the error, run it in foreground then you will better understand the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 07:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062565#M971099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T07:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062566#M971100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have called a dummy screen first, the first screen in the VL02N transaction is 4004.  Remove the first perform and check, then you will not have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 08:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062566#M971100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Call Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062567#M971101</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;no need to call the screen num  101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4004 is the first screen number of the transaction code  vl02n.&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;sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 08:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-call-transaction/m-p/4062567#M971101</guid>
      <dc:creator>venkatasriram_mygapula</dc:creator>
      <dc:date>2008-07-10T08:09:49Z</dc:date>
    </item>
  </channel>
</rss>

