<?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: run time error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382953#M1923700</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 syntax error or run time error? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have run time error, could you just please paste the&amp;nbsp; Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try this code and complate it.&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;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;data &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_or &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TYPE TABLE OF &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;Afru&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;SELECT&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;VORNR&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;MAX&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;BUDAT &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;into TABLE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;IT_OR PACKAGE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;SIZE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #3399ff;"&gt;100&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;JOIN &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ON &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;"JOIN AUFK ON AFKO~AUFNR = AUFK~AUFNR&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;WHERE&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'N' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'R' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'S' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'M'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;AND&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUERU &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;GROUP BY&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;VORNR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ENDSELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;BREAK-POINT&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;Ebrahim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Dec 2015 06:18:30 GMT</pubDate>
    <dc:creator>former_member184158</dc:creator>
    <dc:date>2015-12-05T06:18:30Z</dc:date>
    <item>
      <title>run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382952#M1923699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have Run time error in each select from AFRU. I used package size, index but even I can not select with packing size 10 !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;SELECT&amp;nbsp; &lt;/SPAN&gt;AFRU~AUFNR&amp;nbsp; AFRU~VORNR&amp;nbsp; MAX( AFRU~BUDAT )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;IT_OR PACKAGE &lt;SPAN class="L0S52"&gt;SIZE &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;AFRU &lt;SPAN class="L0S52"&gt;JOIN &lt;/SPAN&gt;AFKO &lt;SPAN class="L0S52"&gt;ON &lt;/SPAN&gt;AFRU~AUFNR = AFKO~AUFNR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"JOIN AUFK ON AFKO~AUFNR = AUFK~AUFNR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE&amp;nbsp; &lt;/SPAN&gt;( AFKO~PLNTY &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'N' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;AFKO~PLNTY &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'R' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;AFKO~PLNTY &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'S' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OR &lt;/SPAN&gt;AFKO~PLNTY &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'M'&lt;/SPAN&gt;) &lt;SPAN class="L0S52"&gt;AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFRU~AUERU = &lt;SPAN class="L0S33"&gt;'X' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND&amp;nbsp; AFRU~VORNR &lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;OP&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AND&amp;nbsp; afru~budat &lt;SPAN class="L0S52"&gt;GE &lt;/SPAN&gt;DAT-LOW &lt;SPAN class="L0S52"&gt;AND &lt;/SPAN&gt;afru~budat &lt;SPAN class="L0S52"&gt;LE &lt;/SPAN&gt;DAT-HIGH&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;AND&amp;nbsp; AFKO~PLNBEZ &lt;SPAN class="L0S52"&gt;IN&amp;nbsp; &lt;/SPAN&gt;MATERIAL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;GROUP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BY&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AFRU~AUFNR&amp;nbsp; AFRU~VORNR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help mee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 05:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382952#M1923699</guid>
      <dc:creator>former_member210823</dc:creator>
      <dc:date>2015-12-05T05:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382953#M1923700</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 syntax error or run time error? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have run time error, could you just please paste the&amp;nbsp; Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try this code and complate it.&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;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;data &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_or &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TYPE TABLE OF &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;Afru&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;SELECT&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;VORNR&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;MAX&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;BUDAT &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;)&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;into TABLE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;IT_OR PACKAGE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;SIZE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #3399ff;"&gt;100&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;JOIN &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ON &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;"JOIN AUFK ON AFKO~AUFNR = AUFK~AUFNR&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;WHERE&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;( &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'N' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'R' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'S' &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;OR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFKO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;PLNTY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;EQ &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'M'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;AND&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUERU &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #4da619;"&gt;'X'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;GROUP BY&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;AUFNR&amp;nbsp; AFRU&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;~&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;VORNR &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ENDSELECT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;BREAK-POINT&lt;/SPAN&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: purple; font-family: 'Courier New'; font-size: 10pt;"&gt;Ebrahim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 06:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382953#M1923700</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-05T06:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382954#M1923701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have runtime error , AFRU have 16700985 datas, and I can't get add data ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to analize it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 06:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382954#M1923701</guid>
      <dc:creator>former_member210823</dc:creator>
      <dc:date>2015-12-05T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382955#M1923702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just go to St22 and click on it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="font-size: 12.48px; margin: 1.2em 0 1.2em 2em; color: #333333; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;"&gt;&lt;LI&gt;Execute ST22 &amp;gt; Double click on any entries&lt;BR /&gt;&lt;IMG alt="0001-dumps-msg-x-001" class="jiveImage" height="177" src="https://saphowto.files.wordpress.com/2007/12/0001-dumps-msg-x-001.jpg?w=465&amp;amp;h=177" width="465" /&gt;&lt;/LI&gt;&lt;LI&gt;Go to Source Code Extract&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="http://4.bp.blogspot.com/-LY5NYjhacxE/Tmdoo-yQlTI/AAAAAAAAAUQ/2gmFGIBE8dQ/s1600/Capture1.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to know what error you have,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ebrahim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 06:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error/m-p/11382955#M1923702</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-05T06:43:51Z</dc:date>
    </item>
  </channel>
</rss>

