<?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/3869808#M930088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by BASIS Cons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem in avtivation of one output type while using ME29N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 07:39:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T07:39:28Z</dc:date>
    <item>
      <title>Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869806#M930086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise how to resolve the below runtime error issue.&lt;/P&gt;&lt;P&gt;**********************************&lt;/P&gt;&lt;P&gt;Runtime Errors         ITAB_ILLEGAL_COMPONENT                                                       Date and Time          20.05.2008 16:11:41                                                                                &lt;/P&gt;&lt;P&gt;Short text                                                                                &lt;/P&gt;&lt;P&gt;Illegal dynamic specification of a row component.                                             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?                                                                                &lt;/P&gt;&lt;P&gt;Error in the ABAP Application Program                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLSKBH" had to be terminated because it has                       &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.                                &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;In the current ABAP program "SAPLSKBH" the internal table "RT_COLLECT[]" was to  be                                      &lt;/P&gt;&lt;P&gt; processed ith "READ ... TRANSPORTING                           &lt;/P&gt;&lt;P&gt;     At the same time, a component "VAT " was dynamically specified as content of the field "R_KEYFIG".  One of the following errors has occurred:                                                     &lt;/P&gt;&lt;P&gt;     - The row type "u" of the internal table "RT_COLLECT[]" does not contain a component "VAT ".              &lt;/P&gt;&lt;P&gt;    - "VAT " enthielt eine unzulässige Offset-/Längenangabe, z.B. wenn versucht wurde, in eine Komponente vom Typ I oder &lt;/P&gt;&lt;P&gt;      STRING hineinzugreifen, oder beim Versuch, über die       Grenzen einer Komponente mit elementarem Typ hinauszugreifen.                               &lt;/P&gt;&lt;P&gt;     - The program "SAPLSKBH" is a Unicode program. In Unicode programs  an offset/length access to a structure is only permitted within the  character-type beginning section of the structure. In the case of "VAT ",  the access extends beyond this beginning section.                                           &lt;/P&gt;&lt;P&gt;  - "VAT " contains a specification of the form "A-&amp;gt;B" for a dynamic access to an object tribute.     &lt;/P&gt;&lt;P&gt;      This type of attribute access is only permitted statically at this point in time. &lt;/P&gt;&lt;P&gt;             "VAT " contains significant closing spaces (only possible for the type STRING).                   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Information on where terminated     &lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "SAPLSKBH" - in "COLLECT".  &lt;/P&gt;&lt;P&gt;Themainprogramwas "ZFI_ANNEXURE_CN ".                              In the source code you have the termination point in line 47  &lt;/P&gt;&lt;P&gt;    of the (Include) program "LSKBHF02&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Source Code Extract                                                                                &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;/P&gt;&lt;P&gt;     read table rt_collect into rs_wa&lt;/P&gt;&lt;P&gt;   48&lt;/P&gt;&lt;P&gt;                with key (r_sfield1) = r_value1  &lt;/P&gt;&lt;P&gt;   49&lt;/P&gt;&lt;P&gt;           (r_sfield2) = r_value2                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   50&lt;/P&gt;&lt;P&gt;           (r_sfield3) = r_value3                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   51&lt;/P&gt;&lt;P&gt;            (r_sfield4) = r_value4                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   52&lt;/P&gt;&lt;P&gt;           (r_sfield5) = r_value5                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   53&lt;/P&gt;&lt;P&gt;             (r_sfield6) = r_value6                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   54&lt;/P&gt;&lt;P&gt;           (r_sfield7) = r_value7                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   55&lt;/P&gt;&lt;P&gt;         (r_sfield8) = r_value8                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   56&lt;/P&gt;&lt;P&gt;           (r_sfield9) = r_value9                                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   57&lt;/P&gt;&lt;P&gt;            transporting (r_keyfig).   &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;Pls reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;'sankar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869806#M930086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869807#M930087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check note 486151 may be relavent. Specialy note 356977.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a code correction by SAP. Is that applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps, reward if appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 11:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869807#M930087</guid>
      <dc:creator>former_member226999</dc:creator>
      <dc:date>2008-05-22T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869808#M930088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved by BASIS Cons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem in avtivation of one output type while using ME29N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 07:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869808#M930088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T07:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869809#M930089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar,&lt;/P&gt;&lt;P&gt;I get similar dump when pressing total buttion on ALV output.&lt;/P&gt;&lt;P&gt;Would you please let me know if you know the solution for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 12:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869809#M930089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T12:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869810#M930090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;greetings hello men and women .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep the same subject one alv they have some solution for this event isuue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 01:52:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3869810#M930090</guid>
      <dc:creator>former_member204425</dc:creator>
      <dc:date>2015-05-21T01:52:40Z</dc:date>
    </item>
  </channel>
</rss>

