<?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 Program slow for user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681632#M1869032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally solved.&lt;/P&gt;&lt;P&gt;I used &lt;STRONG&gt;HRGPBS_ORDERGROUP_GETDETAIL&lt;/STRONG&gt; FM to fill data to &lt;STRONG&gt;IT_HIERARCHYVALUE&lt;/STRONG&gt; table.&lt;/P&gt;&lt;P&gt;In that FM, there is a authorization object &lt;STRONG&gt;K_AUFK_SET.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;User hasn't access for that authorization object.&lt;/P&gt;&lt;P&gt;Informed basis guy to add authorization object to user ant it solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your help.Your suggestions are valuable. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2014 09:54:08 GMT</pubDate>
    <dc:creator>buddhika_krishantha</dc:creator>
    <dc:date>2014-10-17T09:54:08Z</dc:date>
    <item>
      <title>ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681625#M1869025</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 made a report to display profitability of company.I used AUFK, COEP, COBK,&amp;nbsp; SETLEAF tables.&lt;/P&gt;&lt;P&gt;My problem is when I run the program it's running perfectly.&lt;/P&gt;&lt;P&gt;But when end user run the report its not running.&lt;/P&gt;&lt;P&gt;After he execute the report its never ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Buddhika Krishantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 05:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681625#M1869025</guid>
      <dc:creator>buddhika_krishantha</dc:creator>
      <dc:date>2014-10-17T05:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681626#M1869026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishantha, &lt;/P&gt;&lt;P&gt; I hope the problem may be in loop statments(LOOP, While etc.,). Kindly check in debug mode, whether the loop statements are executing continuously without ending. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Example&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOOP AT &lt;STRONG&gt;IT_FINAL&lt;/STRONG&gt; INTO WA_FINAL. &lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;APPEND WA_FINAL TO &lt;STRONG&gt;IT_FINAL.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;CLEAR WA_FINAL.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above code, we are appending the same internal table within the same loop, in such case, the program never ends, we have to terminate the program externally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajkumar Narasimman. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 06:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681626#M1869026</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2014-10-17T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681627#M1869027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But the thing is when I run the program it's running perfectly.&lt;/P&gt;&lt;P&gt;problem occurs only user runs the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 06:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681627#M1869027</guid>
      <dc:creator>buddhika_krishantha</dc:creator>
      <dc:date>2014-10-17T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681628#M1869028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ask them to save the variant they use and run under it using SAT.&lt;/P&gt;&lt;P&gt;Maybe they use different filters/parameters than your tests and you have to fix some accesses to DB/internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing the code, it's pretty impossible give you THE answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 07:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681628#M1869028</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2014-10-17T07:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681629#M1869029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;I pass the same parameters which user passed.I got the report.(I have full access).&lt;/P&gt;&lt;P&gt;I checked using ST05.&lt;/P&gt;&lt;P&gt;when user runs following code never ends.For me it only has 99 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;IT_INTERNAL_ODRS&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;select &lt;/SPAN&gt;SETNAME &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;SETLEAF&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;LV_SETNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;where&amp;nbsp; &lt;/SPAN&gt;SETCLASS &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0106' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;SUBCLASS &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;S_KOKRS &lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&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; &lt;/SPAN&gt;VALFROM&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;IT_INTERNAL_ODRS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;prctr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDSELECT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT_INTERNAL_ODRS&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PRGRP &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;LV_SETNAME&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;IT_INTERNAL_ODRS &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;PRGRP&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 08:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681629#M1869029</guid>
      <dc:creator>buddhika_krishantha</dc:creator>
      <dc:date>2014-10-17T08:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681630#M1869030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, avoid for sure the construct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOOP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDSELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDLOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;TYPES: BEGIN OF ty_leaf,&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; setname TYPE setleaf-setname,&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; valfrom&amp;nbsp;&amp;nbsp; TYPE setleaf-valfrom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END OF ty_leaf.&lt;/P&gt;
&lt;P&gt;DATA: gt_leaf TYPE TABLE OF ty_leaf.&lt;/P&gt;
&lt;P&gt;FIELDS-SYMBOLS: &amp;lt;f_leaf&amp;gt; TYPE ty_leaf,&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;&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;lt;f_int&amp;gt; like line of IT_INTERNAL_ODRS.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SELECT setname valfrom INTO TABLE GT_LEAF from SEATLEAF &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;where&amp;nbsp; &lt;/SPAN&gt;SETCLASS &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'0106' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;and &lt;/SPAN&gt;SUBCLASS &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;S_KOKRS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;SORT gt_leaf by VALFROM.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP AT it_internal_odrs ASSIGNING &amp;lt;f_int&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;READ TABLE gt_leaf ASSIGNING &amp;lt;f_leaf&amp;gt; WITH KEY valfrom = &amp;lt;f_int&amp;gt;-prctr.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;check sy-subrc = 0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;lt;f_int&amp;gt;-&lt;SPAN class="L0S52"&gt;PRGRP = &amp;lt;f_leaf&amp;gt;-setname.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="L0S52"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Even more, if PRCTR is the first field of your IT_INTERNAL_ODRS, you can use AT NEW... to read just 1 time for each prctr table GT_LEAF and then update massively the other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i stated, working just on one or two pieces of code is not the best way to improve performances.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 08:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681630#M1869030</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2014-10-17T08:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681631#M1869031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddhika ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better if you use select single instead of select endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the code as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;LOOP &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;AT &lt;/SPAN&gt;IT_INTERNAL_ODRS&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;select single &lt;/SPAN&gt;SETNAME &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;from &lt;/SPAN&gt;SETLEAF&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;into &lt;/SPAN&gt;LV_SETNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;where&amp;nbsp; &lt;/SPAN&gt;SETCLASS &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;'0106' &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;and &lt;/SPAN&gt;SUBCLASS &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;in &lt;/SPAN&gt;S_KOKRS &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;and&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&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; &lt;/SPAN&gt;VALFROM&amp;nbsp; &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;= &lt;/SPAN&gt;IT_INTERNAL_ODRS&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;-&lt;/SPAN&gt;prctr&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT_INTERNAL_ODRS&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;-&lt;/SPAN&gt;PRGRP &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;= &lt;/SPAN&gt;LV_SETNAME&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;MODIFY &lt;/SPAN&gt;IT_INTERNAL_ODRS &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;TRANSPORTING &lt;/SPAN&gt;PRGRP&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;Yogendra &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681631#M1869031</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2014-10-17T09:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program slow for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681632#M1869032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally solved.&lt;/P&gt;&lt;P&gt;I used &lt;STRONG&gt;HRGPBS_ORDERGROUP_GETDETAIL&lt;/STRONG&gt; FM to fill data to &lt;STRONG&gt;IT_HIERARCHYVALUE&lt;/STRONG&gt; table.&lt;/P&gt;&lt;P&gt;In that FM, there is a authorization object &lt;STRONG&gt;K_AUFK_SET.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;User hasn't access for that authorization object.&lt;/P&gt;&lt;P&gt;Informed basis guy to add authorization object to user ant it solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you everyone for your help.Your suggestions are valuable. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-slow-for-user/m-p/10681632#M1869032</guid>
      <dc:creator>buddhika_krishantha</dc:creator>
      <dc:date>2014-10-17T09:54:08Z</dc:date>
    </item>
  </channel>
</rss>

