<?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: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863587#M928618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is the problem with type you defind in upload internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the same type for all your internal table fields with same type of your zreport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 06:49:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T06:49:41Z</dc:date>
    <item>
      <title>Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863585#M928616</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:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863585#M928616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863586#M928617</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;You have to call the transaction code of the program and not the program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Shruthi R on May 23, 2008 8:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863586#M928617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863587#M928618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is the problem with type you defind in upload internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare the same type for all your internal table fields with same type of your zreport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863587#M928618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863588#M928619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the statement which I composed.&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;&lt;/P&gt;&lt;P&gt;Expecting your inputs....&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 07:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863588#M928619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T07:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863589#M928620</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;is i_messages table of type BDCMSGCOLL and i_bdcdata type BDCDATA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 07:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863589#M928620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T07:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Call Transaction 'ZXXXX' using -  Error Message  'SUBMIT_WRONG_TYPE'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863590#M928621</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:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-zxxxx-using-error-message-submit-wrong-type/m-p/3863590#M928621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T10:55:03Z</dc:date>
    </item>
  </channel>
</rss>

