<?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: reports in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775527#M334531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Authorization Object, check the user's purchase org is permited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 05:22:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T05:22:51Z</dc:date>
    <item>
      <title>reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775522#M334526</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 got a code like this   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    select EKKO&lt;SUB&gt;EBELN  EKKO&lt;/SUB&gt;BUKRS  EKKO~BSTYP                 "n603595&lt;/P&gt;&lt;P&gt;         EKKO&lt;SUB&gt;LIFNR  EKKO&lt;/SUB&gt;EKORG  EKKO~EKGRP                 "n603595&lt;/P&gt;&lt;P&gt;         EKPO&lt;SUB&gt;EBELP  EKPO&lt;/SUB&gt;MATNR  EKPO~MENGE                 "n603595&lt;/P&gt;&lt;P&gt;         EKPO&lt;SUB&gt;MEINS  EKPO&lt;/SUB&gt;BPRME  EKPO~NETPR                 "n603595&lt;/P&gt;&lt;P&gt;         EKPO&lt;SUB&gt;PEINH  EKPO&lt;/SUB&gt;WEBRE  EKPO~WEPOS                 "n603595&lt;/P&gt;&lt;P&gt;         EKPO&lt;SUB&gt;REPOS  EKKO&lt;/SUB&gt;WAERS  EKPO~WEUNB                 "n603595&lt;/P&gt;&lt;P&gt;         EKPO&lt;SUB&gt;ELIKZ  ekpo&lt;/SUB&gt;retpo                             "n603595&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       Item category PO and flag for service-based IV    "n725824&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         ekpo&lt;SUB&gt;pstyp  ekpo&lt;/SUB&gt;lebre                            "n725824&lt;/P&gt;&lt;P&gt;         ekpo~ktmng                                                   "n603595&lt;/P&gt;&lt;P&gt;    into corresponding fields of table ibs                  "n603595&lt;/P&gt;&lt;P&gt;    from ekko inner join ekpo                               "n603595&lt;/P&gt;&lt;P&gt;    on    ekko&lt;SUB&gt;mandt = ekpo&lt;/SUB&gt;mandt                           "n603595&lt;/P&gt;&lt;P&gt;      and ekko&lt;SUB&gt;ebeln = ekpo&lt;/SUB&gt;ebeln                           "n603595&lt;/P&gt;&lt;P&gt;                                                            "n603595&lt;/P&gt;&lt;P&gt;    WHERE ekko~lifnr IN lifnr                               "n603595&lt;/P&gt;&lt;P&gt;      AND ekko~ekorg IN ekorg                               "n603595&lt;/P&gt;&lt;P&gt;      AND ekko~ekgrp IN ekgrp                               "n603595&lt;/P&gt;&lt;P&gt;      AND ekpo~matnr IN matnr                               "n603595&lt;/P&gt;&lt;P&gt;      AND ekpo~ebeln IN ebeln                               "n603595&lt;/P&gt;&lt;P&gt;      AND ekpo~ebelp IN ebelp .                              "n603595&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SORT ibs BY ebeln ebelp lifnr.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Eliminate entries without authority for the purchase organization&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT ibs.&lt;/P&gt;&lt;P&gt;    IF NOT cl_mmim_auth=&amp;gt;check( i_object = 'M_BEST_EKO'&lt;/P&gt;&lt;P&gt;                                I_VALUE1 = IBS-EKORG ) IS INITIAL.&lt;/P&gt;&lt;P&gt;      DELETE ibs.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&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;I want to know what does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT ibs.&lt;/P&gt;&lt;P&gt;    IF NOT cl_mmim_auth=&amp;gt;check( i_object = 'M_BEST_EKO'&lt;/P&gt;&lt;P&gt;                                I_VALUE1 = IBS-EKORG ) IS INITIAL.&lt;/P&gt;&lt;P&gt;      DELETE ibs.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;do.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775522#M334526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775523#M334527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That method is check if the user has authorization to view the data of a specific Purchasing organization. If NOT that row is being deleted from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775523#M334527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775524#M334528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is to exclude entries for which the user doesnt have authorization for Purchase Organization in Purchase Order.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;M_BEST_EKO Purchasing Organization in Purchase Order&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775524#M334528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775525#M334529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;Class cl_mmim_auth having static variables i_object I_VALUE1 . it is checking the value of these varibales if not delting the Tuple fron IBs. &lt;/P&gt;&lt;P&gt;For more details while debugging double  click on class to view its contents&lt;/P&gt;&lt;P&gt;*Please mark use full Answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775525#M334529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775526#M334530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi alex,&lt;/P&gt;&lt;P&gt;This block of code checks whether the user has authorization to view the data or not...&lt;/P&gt;&lt;P&gt;just go through this for more info on authorization...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/authorit.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/authorit.htm&lt;/A&gt;&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;~Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775526#M334530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: reports</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775527#M334531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Authorization Object, check the user's purchase org is permited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 05:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports/m-p/1775527#M334531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T05:22:51Z</dc:date>
    </item>
  </channel>
</rss>

