<?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 Create Rule dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297480#M1390666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam working in ECC 6.0. I had created a routine ( 900 ) in &lt;/P&gt;&lt;P&gt;VOFM-&amp;gt;Copying requirements-&amp;gt;Orders.When i had created the routine &lt;/P&gt;&lt;P&gt;FORM BEDINGUNG_PRUEFEN_900 USING BP_SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the code from routine LV45C002 to FORM BEDINGUNG_PRUEFEN_900.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assigned the new rule 900 inplace of standard rule 002 and when i run the transaction VA01 it is going to dump.&lt;/P&gt;&lt;P&gt;In the dump analysis it is given as formal parameters are greater than actual parameters.&lt;/P&gt;&lt;P&gt;For the routine LV45C002 there are no Formal parameters like BP_SUBRC. But in the routine that i created a formal parameters had given by SAP. i cant remove that Formal parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 00:30:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-04T00:30:28Z</dc:date>
    <item>
      <title>Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297480#M1390666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam working in ECC 6.0. I had created a routine ( 900 ) in &lt;/P&gt;&lt;P&gt;VOFM-&amp;gt;Copying requirements-&amp;gt;Orders.When i had created the routine &lt;/P&gt;&lt;P&gt;FORM BEDINGUNG_PRUEFEN_900 USING BP_SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I copied the code from routine LV45C002 to FORM BEDINGUNG_PRUEFEN_900.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assigned the new rule 900 inplace of standard rule 002 and when i run the transaction VA01 it is going to dump.&lt;/P&gt;&lt;P&gt;In the dump analysis it is given as formal parameters are greater than actual parameters.&lt;/P&gt;&lt;P&gt;For the routine LV45C002 there are no Formal parameters like BP_SUBRC. But in the routine that i created a formal parameters had given by SAP. i cant remove that Formal parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 00:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297480#M1390666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T00:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297481#M1390667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just remove the using addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;write you code between..
FORM BEDINGUNG_PRUEFEN_900.
and 
endform.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 00:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297481#M1390667</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-04T00:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297482#M1390668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote my code between&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM BEDINGUNG_PRUEFEN_900.
and &amp;lt;here copied from  002 (LV45C002)&amp;gt;
endform.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is iam getting dump when trying to create sales order in va01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was
 not caught in
procedure "LV45C-VBELN_PRUEFEN" "(FORM)", nor was it propagated by a RAISING
 clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
A PERFORM was used to call the routine "BEDINGUNG_PRUEFEN_901" of the program
 "SAPLV45C".
The current call contains 0 actual parameter(s),
but the routine "BEDINGUNG_PRUEFEN_901" expects 1 parameters.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 01:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297482#M1390668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T01:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297483#M1390669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why is it saying BEDINGUNG_PRUEFEN_901 &lt;STRONG&gt;(901)&lt;/STRONG&gt; when you are writing code in 900? check that 901 routine as well.. may be some thing got changed.. or you changed some thing there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 01:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297483#M1390669</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-04T01:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297484#M1390670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry its my mistake, i pasted the wrong dump, But i removed the BP_SUBRC as you said, it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 01:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297484#M1390670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T01:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297485#M1390671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But i removed the BP_SUBRC as you said, it worked.&lt;/P&gt;&lt;P&gt;&amp;gt; Thanks&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi there, I am assuming that my suggestion helped you. Check the email you get and follow as it says.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 02:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297485#M1390671</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-04T02:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Rule dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297486#M1390672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a similar routine, how can we remove using BP_SUBRC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BEDINGUNG_PRUEFEN_901&lt;/P&gt;&lt;P&gt;  USING BP_SUBRC.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting short dump while trying to create return order for standard sales order. short dump says there is 1 parameter in FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I get rid of using BP_SUBRC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 19:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-rule-dump/m-p/6297486#M1390672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T19:52:16Z</dc:date>
    </item>
  </channel>
</rss>

