<?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: ABAP runtime error while creating milestone billing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-while-creating-milestone-billing/m-p/3814083#M917360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's a data transport routine defined in customizing, but not included in the program source. Maybe it was just recently defined or transported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check following points: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- transaction vofm -&amp;gt; data transfer -&amp;gt; order : is there an active entry 905. Is there a source text behind this entry .&lt;/P&gt;&lt;P&gt;(should be a report named RV45C905). if there's no source behind it, deactivate the entry. &lt;/P&gt;&lt;P&gt;if there is source, does it beginn with 'FORM DATEN_KOPIEREN_905' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Is the entry needed for business ? if not deactivate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If it's needed, check the program SAPFV45C using transaction SE80. Is there an include RV45C905 ? &lt;/P&gt;&lt;P&gt;If not and alle other points are ok, just execute Report RV80HGEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 14:49:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T14:49:21Z</dc:date>
    <item>
      <title>ABAP runtime error while creating milestone billing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-while-creating-milestone-billing/m-p/3814082#M917359</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;&lt;/P&gt;&lt;P&gt;while creating milestone billing (VA01 create with reference) we are getting dump error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is error analysis text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know how to resolve this.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FORM', was&lt;/P&gt;&lt;P&gt;     not caught in&lt;/P&gt;&lt;P&gt;    procedure "VBAP_KOPIEREN_VORBEREITEN" "(FORM)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;     RAISING clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    The program "SAPFV45C" is meant to execute an external PERFORM,&lt;/P&gt;&lt;P&gt;    namely the routine "DATEN_KOPIEREN_905" of the program "SAPFV45C", but&lt;/P&gt;&lt;P&gt;    this routine does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This may be due to any of the following reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1. One of the programs "SAPFV45C" or "SAPFV45C" is currently being developed.&lt;/P&gt;&lt;P&gt;    The name "DATEN_KOPIEREN_905" of the called routine may be incorrect, or&lt;/P&gt;&lt;P&gt;    the routine "DATEN_KOPIEREN_905" is not yet implemented in the program&lt;/P&gt;&lt;P&gt;     "SAPFV45C".&lt;/P&gt;&lt;P&gt;    -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    2. If the program SAPMSSY1 is involved in the runtime error, one of&lt;/P&gt;&lt;P&gt;    the function modules called via RFC is not flagged as remote-capable.&lt;/P&gt;&lt;P&gt;    (see Transaction SE37  Goto -&amp;gt; Administration -&amp;gt; RFC flag)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    3. There is an inconsistency in the system. The versions of the&lt;/P&gt;&lt;P&gt;    programs "SAPFV45C" and "SAPFV45C" do not match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 12:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-while-creating-milestone-billing/m-p/3814082#M917359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T12:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP runtime error while creating milestone billing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-while-creating-milestone-billing/m-p/3814083#M917360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there's a data transport routine defined in customizing, but not included in the program source. Maybe it was just recently defined or transported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could check following points: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- transaction vofm -&amp;gt; data transfer -&amp;gt; order : is there an active entry 905. Is there a source text behind this entry .&lt;/P&gt;&lt;P&gt;(should be a report named RV45C905). if there's no source behind it, deactivate the entry. &lt;/P&gt;&lt;P&gt;if there is source, does it beginn with 'FORM DATEN_KOPIEREN_905' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Is the entry needed for business ? if not deactivate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- If it's needed, check the program SAPFV45C using transaction SE80. Is there an include RV45C905 ? &lt;/P&gt;&lt;P&gt;If not and alle other points are ok, just execute Report RV80HGEN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 14:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error-while-creating-milestone-billing/m-p/3814083#M917360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T14:49:21Z</dc:date>
    </item>
  </channel>
</rss>

