<?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: Fetching Values From JAVA classes into ABAP report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143888#M1620642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You check the tables where it is storing and get that data through custom bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Sep 2011 09:47:27 GMT</pubDate>
    <dc:creator>madhu_vadlamani</dc:creator>
    <dc:date>2011-09-10T09:47:27Z</dc:date>
    <item>
      <title>Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143882#M1620636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement, in which I need to fetch Java Roles/Groups from  the portal to a ABAP report, for specific users.  The roles inside of our project are not always in sync with the central system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find any link with talks about this. Could anybody guide me on how to proceed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 13:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143882#M1620636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143883#M1620637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I speak of "User" Roles/profiles here.&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;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 13:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143883#M1620637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143884#M1620638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please eleborate your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not understand it well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 14:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143884#M1620638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143885#M1620639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written a report which takes users and specific  roles as the input. Eg, userID :12345  and role/profile :SAP_ALL, SAP_ADMIN..etc in a table. and gives back if the user 12345 has SAP_ALL or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have used RFCs to fetch all the roles for the user from different SAP systems which i further compare .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am unable to do is fetch the portal roles . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROBLEM : The portal roles also exist in the central system, but might not be always consistent since they get manually updated in the central system. Hence I want to directly fetch the data from the JAVA Portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHAT I KNOW : I need to write a JAVA class in NW developer studio which will take the user as the input and give me all the roles/profiles for the same user as output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I further pass the values to and from  the Java class to my ABAP report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I need to use the UME in some way to have this work for me. But since i do not expertize in java I need guidance/steps as to how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2011 18:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143885#M1620639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-09T18:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143886#M1620640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just i am guessing. Is it not possible to write a custom bapi and get that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 04:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143886#M1620640</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-10T04:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143887#M1620641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should be the case but I am unable to get a clear view on how to do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143887#M1620641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-10T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143888#M1620642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You check the tables where it is storing and get that data through custom bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 09:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143888#M1620642</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-09-10T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching Values From JAVA classes into ABAP report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143889#M1620643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh no...i couldn't do that...I have mentioned that before...the data in CUA is not always update. hence, I am looking at directly fetching th user roles from the portal. I now do not know how to make a bapi work to get data from java portal! I mean how will the connection be made?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Trishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 14:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetching-values-from-java-classes-into-abap-report/m-p/8143889#M1620643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-10T14:14:17Z</dc:date>
    </item>
  </channel>
</rss>

