<?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 too short parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281412#M1633873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM get_transaction_data TABLES ot_yra_pt2_rev STRUCTURE gs_yra_pt2_rev&lt;/P&gt;&lt;P&gt;                                   ot_yra_pt2_cos STRUCTURE gs_yra_pt2_cos&lt;/P&gt;&lt;P&gt;                                   ot_covp_rev   STRUCTURE gs_covp_rev&lt;/P&gt;&lt;P&gt;                                   ot_covp_cos  STRUCTURE gs_covp_cos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM get_yra_pt2 CHANGING lt_wbs_obj[]&lt;/P&gt;&lt;P&gt;                               lt_include[]&lt;/P&gt;&lt;P&gt;                               ot_yra_pt2_rev[]&lt;/P&gt;&lt;P&gt;                               ot_yra_pt2_cos[]&lt;/P&gt;&lt;P&gt;I amm migratting form 4.7 to 6 .So while calling "get_yra_pt2"the actuall parameter  "ot_yra_pt2_rev" is too short for the formal parameter "ot_yra_pt2_rev" .&lt;/P&gt;&lt;P&gt;So please help me how to replace the above code without effecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2011 09:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-26T09:30:28Z</dc:date>
    <item>
      <title>too short parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281412#M1633873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORM get_transaction_data TABLES ot_yra_pt2_rev STRUCTURE gs_yra_pt2_rev&lt;/P&gt;&lt;P&gt;                                   ot_yra_pt2_cos STRUCTURE gs_yra_pt2_cos&lt;/P&gt;&lt;P&gt;                                   ot_covp_rev   STRUCTURE gs_covp_rev&lt;/P&gt;&lt;P&gt;                                   ot_covp_cos  STRUCTURE gs_covp_cos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM get_yra_pt2 CHANGING lt_wbs_obj[]&lt;/P&gt;&lt;P&gt;                               lt_include[]&lt;/P&gt;&lt;P&gt;                               ot_yra_pt2_rev[]&lt;/P&gt;&lt;P&gt;                               ot_yra_pt2_cos[]&lt;/P&gt;&lt;P&gt;I amm migratting form 4.7 to 6 .So while calling "get_yra_pt2"the actuall parameter  "ot_yra_pt2_rev" is too short for the formal parameter "ot_yra_pt2_rev" .&lt;/P&gt;&lt;P&gt;So please help me how to replace the above code without effecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281412#M1633873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-26T09:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: too short parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281413#M1633874</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;I can't understand how you call your form, in the definition you use TABLE, while calling it you're using CHANCING?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you need to check the definition of the variable you're transfering to the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 09:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281413#M1633874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-26T09:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: too short parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281414#M1633875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     You have provided an irrelevant code snippet and it doesnt have the information about the form definition of the form get_yra_pt2...instead it is having for get_transaction_data. On looking at the error, the form interface should be checked. For more information on how to define and call subroutines please check the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/9f/db977635c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/9f/db977635c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 10:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/too-short-parameter/m-p/8281414#M1633875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-26T10:04:28Z</dc:date>
    </item>
  </channel>
</rss>

