<?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 Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863479#M928584</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;I am using a Call Transaction statement as shown below.&lt;/P&gt;&lt;P&gt;Call Transaction 'ZXXXX' using  I_BDCDATA MODE 'A' UPDATE 'S' messages  into i_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Transaction 'ZXXXX' contains a Program 'ZYYYY' which is of TYPE Module Pool.&lt;/P&gt;&lt;P&gt;When I am executing this CALL TRANSACTION, it throws an error message as 'SUBMIT_WRONG_TYPE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 06:45:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T06:45:56Z</dc:date>
    <item>
      <title>Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863479#M928584</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;I am using a Call Transaction statement as shown below.&lt;/P&gt;&lt;P&gt;Call Transaction 'ZXXXX' using  I_BDCDATA MODE 'A' UPDATE 'S' messages  into i_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Transaction 'ZXXXX' contains a Program 'ZYYYY' which is of TYPE Module Pool.&lt;/P&gt;&lt;P&gt;When I am executing this CALL TRANSACTION, it throws an error message as 'SUBMIT_WRONG_TYPE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get it resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863479#M928584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863480#M928585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    i have  tried the same thing but its working for me,&lt;/P&gt;&lt;P&gt;so if you show  your code then probably i can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 10:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863480#M928585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T10:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863481#M928586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is I_message defined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Any messages that occur during CALL TRANSACTION USING ... are collected in the specified internal table. The internal table must have the structure BDCMSGCOLL. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is I_BDCDATA defined?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 10:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863481#M928586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863482#M928587</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;Thanks for your valuable inputs.&lt;/P&gt;&lt;P&gt;Its the problem with the 'Transaction Type' (Dialog Screen) in the T-Code creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Viji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 10:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863482#M928587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T10:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX'   ERROR MSG 'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863483#M928588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijaya,&lt;/P&gt;&lt;P&gt;             When you create t-code for the module pool then it should be for dialogue transaction only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 11:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-error-msg-submit-wrong-type/m-p/3863483#M928588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T11:19:29Z</dc:date>
    </item>
  </channel>
</rss>

