<?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: Runtime error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935110#M691665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both programs there has to be a COMMON PART in the data declarations with the same length. That's not the case here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2007 13:44:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-10T13:44:11Z</dc:date>
    <item>
      <title>Runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935108#M691663</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;I have the folowwing problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i call a form from another program as : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform Process in Program YH99CWTR0_ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the runtime error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                                       &lt;/P&gt;&lt;P&gt;The length of COMMON PART "DRIVER_DATA_EXCHANGE" in program "YH99CWTR0_&lt;/P&gt;&lt;P&gt;                                                                                Wat is er gebeurd?                                                                                &lt;/P&gt;&lt;P&gt;Error in ABAP application program.                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "YH99CWTR0" had to be terminated because one o&lt;/P&gt;&lt;P&gt;statements could not be executed.                                                                                &lt;/P&gt;&lt;P&gt;This is probably due to an error in the ABAP program.                                                                                &lt;/P&gt;&lt;P&gt;Wat **** u doen?                                                                                &lt;/P&gt;&lt;P&gt;Print out the error message (using the "Print" function)               &lt;/P&gt;&lt;P&gt;and make a note of the actions and input that caused the               &lt;/P&gt;&lt;P&gt;error.                                                                                &lt;/P&gt;&lt;P&gt;To resolve the problem, contact your SAP system administrator.         &lt;/P&gt;&lt;P&gt;You can use transaction ST22 (ABAP Dump Analysis) to view and administe&lt;/P&gt;&lt;P&gt; termination messages, especially those beyond their normal deletion   &lt;/P&gt;&lt;P&gt;date.                                                                                &lt;/P&gt;&lt;P&gt;Foutenanalyse                                                                                &lt;/P&gt;&lt;P&gt;The structure of the COMMON PART "DRIVER_DATA_EXCHANGE" in program     &lt;/P&gt;&lt;P&gt; "YH99CWTR0_ALV" is                                                    &lt;/P&gt;&lt;P&gt;different from the corresponding area in the calling program "YH99CWTR0&lt;/P&gt;&lt;P&gt;                                                                       &lt;/P&gt;&lt;P&gt;Length of COMMON PART in program YH99CWTR0_ALV: 720 bytes.             &lt;/P&gt;&lt;P&gt;Length of COMMON PART in program YH99CWTR0: 672 bytes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935108#M691663</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2007-10-10T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935109#M691664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is because of a conflict between the parameters of the calling prog and and called sub routine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just look at the "Source Code extract" of the Dump analysis - it will tell u where it actually raised the dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to ensure that the data types are the same during calling the sub routie . if problem persists - revert with the "Source Code Extract" of the dump analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935109#M691664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935110#M691665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In both programs there has to be a COMMON PART in the data declarations with the same length. That's not the case here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 13:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/2935110#M691665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T13:44:11Z</dc:date>
    </item>
  </channel>
</rss>

