<?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: problem with internal table initialisation in EBP system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940604#M63103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, i will try to be more clearly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is very suprising..In the purchase order screen, if there's more than 10 items, there's an elevator (or ascencor) to permit displaying the items which are hidden. And so, when i use the elevator, and when i want to see the details of the item, the "loop at t_item_screens" only begins at the first item visible. For exemple, if i have 13 items, i want to see the 11th item, i have to use the elevator, and then in the "loop at t_item_screens", the loop will do only 3 times the loop, it will begin only from the 11th item... The loop won't begin at the first element.... I really don't understand.&lt;/P&gt;&lt;P&gt;Sorry if i'm not clearly... Anyway, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2005 14:54:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-29T14:54:14Z</dc:date>
    <item>
      <title>problem with internal table initialisation in EBP system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940602#M63101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work in EBP system, and i made a specific work in LBBP_POCF0o program. It is in the displaying items of a purchase order.&lt;/P&gt;&lt;P&gt;This is what i done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_screen_items WHERE del_ind NE 'X'.&lt;/P&gt;&lt;P&gt;        w_old_total = w_old_total + t_screen_items-value.&lt;/P&gt;&lt;P&gt;        CLEAR:t_screen_items.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at gt_item where del_ind ne 'X'.&lt;/P&gt;&lt;P&gt;      w_new_total = w_new_total +&lt;/P&gt;&lt;P&gt;          ( gt_item-GROSS_PRICE * gt_item-quantity ).&lt;/P&gt;&lt;P&gt;      clear: gt_item.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if w_new_total GT w_old_total.    &lt;/P&gt;&lt;P&gt;       MESSAGE I001(ZBBP_PO) WITH&lt;/P&gt;&lt;P&gt;         'elle possède un montant supérieur'&lt;/P&gt;&lt;P&gt;         ' à celui déterminé intialement.'&lt;/P&gt;&lt;P&gt;         'Veuillez modifier la commande.'.&lt;/P&gt;&lt;P&gt;       MOVE 'X' TO w_checksum_flag.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that if i use the elevator at the screen, the system is looping only at the first element visible on the screen, so the "LOOP AT t_screen_items" is wrong. i don't understand why the sytem doesn't count all the elements of the internal table t_screen_items...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 07:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940602#M63101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T07:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem with internal table initialisation in EBP system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940603#M63102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont seem to understand ur requirements clearly. Pls be more clear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 08:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940603#M63102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T08:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with internal table initialisation in EBP system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940604#M63103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, i will try to be more clearly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is very suprising..In the purchase order screen, if there's more than 10 items, there's an elevator (or ascencor) to permit displaying the items which are hidden. And so, when i use the elevator, and when i want to see the details of the item, the "loop at t_item_screens" only begins at the first item visible. For exemple, if i have 13 items, i want to see the 11th item, i have to use the elevator, and then in the "loop at t_item_screens", the loop will do only 3 times the loop, it will begin only from the 11th item... The loop won't begin at the first element.... I really don't understand.&lt;/P&gt;&lt;P&gt;Sorry if i'm not clearly... Anyway, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 14:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-internal-table-initialisation-in-ebp-system/m-p/940604#M63103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T14:54:14Z</dc:date>
    </item>
  </channel>
</rss>

