TRYING TO LAUNCH BEx ANALYZER FROM R3 SYSTEM, WITHOUT LOGIN AGAIN...

Hi mates,
We are trying to launch BEx Analyzer, with a Program/Function from R3 System, using an RFC.
1.- We create a program in R3 system (4.6c), in that program we try to call BW (SAP BI 7.0, SP18), with:
        - CALL FUNCTION 'RSAH_LAUNCH_TRANSACTION_SLAVE'
          DESTINATION **RFC TO BW**
         EXPORTING
        TRANSACTION                  = 'RRMX'
or
       -  CALL FUNCTION 'RFC_CALL_TRANSACTION_USING'
          DESTINATION **RFC TO BW**
             EXPORTING
               tcode                         = 'RRMX'
               mode                          = 'N'
With that, or calling an Z transaction, with an Z program, and calling the next functions in the BW program:
         'RSSEM_QUERY_LAUNCH'
         'RSAH_LAUNCH_EXCEL'
         With o without setting Infoprovider and Query or Workbook in the functions.
The result was the same:
1.- R3 call BW - OK
2.- BW call BEx ANALYZER/EXCEL - OK
3.- Analyzer shows, but the user have to login again in BEx Analyzer to open queries or workbooks, and that step we are trying to hide to the users.
We need that users call BEx ANALYZER from R3 to BW using an R3 program or transaction, without login again into BW or BEx, but it seems like there is a problem with ANALYZER, RRMX (and its functions) and SSO.
RFC works fine, and is "trusted". Remote connection and Test Connection works OK.
If you make a REMOTE ACCCES with the RFC, and call RRMX, the result is the same, you have to login again in BEx Analyzer, to open queries or workbooks...
We think, must be something wrong with the SSO, or the SSO with BWE and BEx Analyzer, i mean something wrong with the standar or versions.
We tryied with:
1.- BIAddon 9 in Excel 2007
2.- BIAddon 6 in Excel 2003.
We really appreciate your help.
Best regards,
Bruno.

Hi Ravi,
Have you read this whitepaper?
http://www.oracle.com/technology/products/database/application_express/pdf/Extend_Oracle_Applications_11i.pdf
Cheers,
Mike

Similar Messages

  • Error when launching BEx analyzer from Portals

    BI Gurus...
    We are working on an initiative to migrate our user interface from SAP GUI to Enterprise Portal.
    Bex Analyzer is primary mode of reporting at this time.
    After importing the Roles into EP, I am able to execute the web queries successfully, in the BEx Wen analyzer. But, I get an error when I click on any of the excel workbooks. Our expectation was that once we click on the excel workbook name, the BEx analyzer will launch from EP. But it seems like the issue is with launching BEx Analyzer from BI Portal.
    Has anyone faced this issue before?
    Is it possible to launch BEx Analyzer from EP?
    Are their some key portal settings we have missed out on to enable launching BEx analyzer from EP?
    Please provide your thoughts/experience.
    Thanks,
    Ajay.

    Hi WernerS,
    Thanks for your response.
    The RRMXP Transaction works and it launching the BEx Analyzer as expected.
    Now, as per our research, I think there are 2 ways of launching BEx analyzer from BI Portals.
    1) Call via a URL
    You can call BEx Analyzer via the following URL: http(s)://<server:port>/sap/bc/bsp/sap/rsr_bex_launch/bexanalyzerportalwrapper.htm
    You can modify the URL to open BEx Analyzer with either a workbook, a query or a query view. You can use the following parameters to do this:
    ●      Parameter to open the workbook: ?WBID=<wb_id>
    I have tried calling via URL iView, but instead of launching the BEx Analyzer, it just throws a dialog box to "save" or "open" a file, RRMX.bex. When I try to open this file, it says "Invalid File Format".
    I tried opening the file in notepad and I see the following parameters passed.
               test
               Data=BX2,CONAJP,EN,mikoyan,17,,,250,
               9
    Any clue about what I am doing wrong?
    2) Calling via a Transaction
    You can generate BEx Analyzer in Portal Content Studio as an SAP Transaction iView.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.app integrator.sap.Transaction.
    The most important properties are System, Transaction Code (TCODE) and ApplicationParameter.
    ●      The Transaction Code for all workbooks is RRMXP.
    ●      The ApplicationParameter property contains the value WBID=<WORKBOOK_ID>.
    I have tried this approach as well. When I open this iView, I see the RRMXP transaction in the Internet explorer, but the workbooks still does not open in the BEx Analyzer (Excel)
    Any thoughts on where am I going wrong ?
    Thanks,
    Ajay.

  • Launching BeX Analyzer from BeX Query Designer

    Hi,
    We are using BeX Frontend version 7.x.
    In the Query Designer, when you presss the 'Execute' button, it generally opens the report on the web (calls the portal). Is there any way to change this so that when you press 'Execute', it runs the report on the BeX Analyzer?
    Best Regards,
    Rajib

    Hello...
    I regret to inform you, there is no way to do such a thing.
    You cannot call via "Query Designer" the "BEx Analyzer".
    I don't thing my suggestion is very helpful, but as workaround, you can call via SAPGUI, with transaction RMMX.
    I personally suggest you to install and use the BI Java stack, since the BI 7.0 addons was designed to work together with an BI Java Portal.
    Thanks...
    Best regards,
    Edward John

  • Excel macro to launch Bex analyzer

    Hi,
    first of all congratulation to the forum. really interesting and useful.
    I am trying to write a macro that launches Bex analyzer from an excel template. 
    I have been trying with:
    Dim RetVal
    RetVal = Shell("C:\Program Files\....\BW\sapbex.xla", 1)
    with no success so far.
    has anybody got any suggestions?
    thanks in advance and best regards
    david

    Hello,
    R u working as Security consultant or BI developer.
    If you are a BI developer you dont have access to Auth objects S_RFC.
    If you are security consultant you have access and to look where for S_RFC.
    I dont know how your roles organaized.But try this way.
    1. gO TO TRANSACTION  SUIM
    2. select ROLES.
    3. Under roles select Roles by Complex Selection Criteria.
    4. Under this go to 4 th box Selection by profiles and Authorization Objects
    5. enter S_RFC in Authorization Object.
    and execute.Then you get all the roles in which S_RFC is there.
    Then see the roles of the user for whoom RRMX does not work.
    and match the role to the selection criteria and make the changes to S_RFC in the role.
    generate role and save.
    If you are not security consultant u dont have access to any of these.
    Consult u r basis or security team and tell them to check the values of S_RFC.
    Getback if u have any questions.
    Abhiram

  • Prevent BeX Analyzer from stealing focus while executing several queries

    Hi all,
    we have a vba program that runs several 3.5 queries in Excel (SAPBEXrefresh)
    Does anyone knows a solution to prevent BeX Analyzer from stealing the focus each time a new query starts or completes.

    I too am trying to find solution to this very same problem.
    I created a Excel VBA program to batch process BEx reports, which works great, but the users are finding that they can't work on anything else while the process runs, as BEx always returns the focus to the Excel window as each BEx report run is completed!
    In our googling, we ran across the following thread, which I've found so far to have the most detailed discussion of this problem:
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/sapbex-takes-focus-1188178?cv=expanded
    Unfortunately, no final resolution was provided there, and the thread is over 2 years old, and it looks like the poster who was closing in on the solution hasn't logged in to that particular forum in 2 years as well.
    But why don't you take a look at the link anyway, as it may give you some ideas. I will also continue to use that poster's ideas to try to work out a solution, and if I come across one, I will certainly share it with you.

  • APD collecting information form a BEX report from other system

    Hi experts!
    Just wondering if it is possible to collect information from a BEX query from other system.
    And if possible, we wonder if you could kindly assis how to do it.
    Thank you very much in advance!!

    Hi,
    No, we cannot make the query from other system as a source in APD.
    The APD allows you to create analysis processes from the data which resides in your BI system.
    BR
    adlin

  • Creating Support Messages from Satellite System without SolMan user account

    Hi
    We are having some problems with users "creating support message" from our ECC system  to SolMan, if the user does not have a user account in Solution Manager.
    It is not correct, that users from Satellite systems can create support messages from these systems, without the user having an account in Solution Manager? And that the user is identified by the business partner for the user, that must exist in the Solution Manager system ?
    We have set up the RFC for the supportmessages between SolMan and the ECC system as trusted RFC, with the "Current user" as the user, but how should this be set up, if the user does not have an account in the Solution Manager system. If we enter a user with the right authorizations in the RFC, will the messages that come through not just appear as created by that user, instead of the ECC user and corresponding business partner ?
    Regards
    Lars

    Hi,
    you can use the use the user for the RFC-Connection in that case. I have customizied a similar scenario. In my scenario the System from which the message was created, is the business partner (SOLD-TO-PARTY). For that you have to create a communication user (i.e SOLMAN<SYSID>). In TA SM59 in the satellite-system you assign this user for the connection. (Don't forget to assign the user to the role "SAP_SV_FDB_NOTIF_BC_ADMIN"). Now, it schould be possible to create messages from the satellite system to the solution manager. Additionally you should create business-partner for each user of the satellite system, by using TA DSWP>EDIT>CREATE BUSINESS PARTNER.
    With this TA, it is easy to create BP for each satellite system.
    Best regards
    Marc

  • Problem when trying to start BEx Analyzer (7.0)

    Hello - We have completed an upgrade of a sandbox to NetWeaver  BI 7.0 (from BW 3.5) and we are getting ready to have users start to test to find functionality issues. When I start Business Explorer (7.0), it opens Excel (2003) with no problem and the menu appears and the icons appear to be active. However, when I mouse over any of the menu items, the text is in German, and if I click on any of them nothing happens. I have run the sapbexc710.xla spreadsheet and it comes up with some yellows (version on PC is higher than expected), but no reds.
    Is there a known solution to this? This is the first time we have tried to run the 7.0 version of BEx  Analyzer, but we have been using the 3.5 version for a couple of years.
    Any assistance is greatly appreciated!
    Regards,
    Blair Towe

    Hi,
    You need to install this support package.....bi710sp05_500-10004472
    Regards
    Prasad Nannuri

  • When executing Bex analyzer, absence of System list

    Hi. Guys~
    I have a problem.
    I'm going to connect at BW through Bex Analyzer.
    When I open BexAnalyzer, in Saplogon screen I cann't find system which is I want to connect.
    But, I can find it, When I execute SAP Logon.
    I don't know well Why system list in SAP Logon and system list in Bex Analyzer aren't same.
    Please give me a hand with this problem.
    Edited by: John Kim on May 22, 2009 3:45 AM
    Edited by: John Kim on May 22, 2009 6:35 AM

    HI
    Please reinstall teh SAP Frontend your PC.
    Regards,
    Chandra,

  • Trying to Launch Mail icon from toolbar on iMAC/appears to be stuck??

    I click on my mail icon at the bottom of my iMac screen [the icon with the eagle]. The inbox opens and in parantheses next to Inbox it says "0 messages". Well, this is incorrect. Additionally, I can't do anything in my mail account from here because the cursor changes to the rainbow circle as though it is trying to perform an operation. Problem is, it never quits. It just hangs in this mode forever. I had to force shutdown today -- don't know what may have changed that would be causing this??? Please help me find my mail.

    I am running Mail 2.0.5 and OSX 10.4.3 [NOT 10.4 as originally stated].

  • CP8 - trying to launch a pdf from a subfolder on a button - not working - any suggestions?

    Tryong to open a pdf from a folder /pdf/documentname.pdf - using the action Open URL or File - deselected "continue playing project" - works if file is in same folder as published content - need to keep sepearet for security access reasons
    saw this was a bug in CP7 - I am using CP8 - anyone???

    I don't think you are alone, I cannot advise but I am having the same issue and have posted here:
    https://discussions.apple.com/message/23205752#23205752
    I suspect it's to do with IOS7 but not everyone is affected, mine was working before. I have read on some forums that Apple have just replaced the iPad as they have not been able to resolve the issue. If yours is new I would take it back and ask to try another with IOS7 installed before swapping.

  • Can ANT just launch my program from a browser without apache?

    Or do I need to learn how to use the Java Web Start.
    I'm just trying to find an easy way to launch the program for people.

    I have a GUI swing app that I built and have a jar -- im new to all this and was trying to figure the easiest way to present the program to people.
    I wrote a batch file to open the app and that worked ok, but wasnt sure if this ANT stuff would allow me to present a link from a browser to launch the program.
    I KNOW that java webstart might work, but havent learned about that either.

  • Error with BEx Analyzer

    I am getting the following errors when launching BEx analyzer. What do I do to solve this"
    Error Group
    RFC_ERROR_PROGRAM
    Message
    SAPLOGON_ID 'BID - Netweaver 7.0 EHP2 BI' not found in saplogon.ini

    check if you are to logon to Query designer for the same system and client. I guess you will not be able to correct.
    Most probably, entry for the system is missing in the ini file. check if you are able to connect to Bex analyzer on some other system. If yes, copy the INI file from that system to your system.
    you should be able to ini file
    C drive > Program Files > SAP > Front End
    Regards,
    Gaurav

  • BeX-Analyzer : no visible role and working-sheets

    Hello experts,
    after creating new working-maps under a role, i can't find it anywhere for the next day.
    For example: After launch BeX-Analyzer 7.0 -- then open working-map -- then connect over BW/BI Developer-System -- then
    roles. I can't find my saved user-working-maps or local objects who are saved one day before. They were under the "PFCG-created"
    user-role : "example :Z_Role_External_".
    When i open the map : QUERIES, i have the include for user-role and can manage and call the designed sheets
    in my workaround.
    In this case one more information that happens before this items. In the last week i had patched the BW-BI 7.0 with then following patches.
    SAPKA70020
    SAPKB70021
    SAPKA70021
    KIPYJ7K und KIPYJ7L
    SAPKW70022
    SAPKW70023
    After this action i heard from this problem in BW-BI "No User-Role and no Test-working-maps" under my User-Profile.
    Have anybody an idea to solve this problem ?
    Thanks
    Michael

    Found this thread with an allegeded fix from SAP
    Unable to see Roles in Bex Analyzer  - even with SAP_ALL!

  • BeX-Analyzer : no visible role and working-sheets created bei querie

    Hello experts,
    after creating new working-maps under a role, i can't find it anywhere for the next day.
    For example: After launch BeX-Analyzer 7.0 -- then open working-map -- then connect over BW/BI Developer-System -- then
    roles. I can't find my saved user-working-maps or local objects who are saved one day before. They were under the "PFCG-created"
    user-role : "example :Z_Role_External_".
    When i open the map : QUERIES, i have the include for user-role and can manage and call the designed sheets
    in my workaround.
    In this case one more information that happens before this items. In the last week i had patched the BW-BI 7.0 with then following patches.
    SAPKA70020
    SAPKB70021
    SAPKA70021
    KIPYJ7K und KIPYJ7L
    SAPKW70022
    SAPKW70023
    After this action i heard from this problem in BW-BI "No User-Role and no Test-working-maps" under my User-Profile.
    Have anybody an idea to solve this problem ?
    Thanks
    Michael

    Hi,
    this forum is about Web Intelligence. I would suggest you post your questions into the BusinessExplorer (BEx) Forums.
    ingo

Maybe you are looking for

  • Processo B2B aguardando processamento em background - NFE 3.10

    Boa noite, após implementarmos a versão 3.10 da NFe todos os nossos e-mails de XML para nossos parceiros no GRC ficam aguardando que alguém clique no botão "Continuar processo B2B", só então eles são enviados. Verificando o status do B2B constatei qu

  • Display Resolution with Beige G3

    Hello, I am running a G3 Beige with an OWC G4 500 MHz OWC upgrade processor. The machine is running Mac OS 10.4.8 well. I love to have more choice in the display resolution. A few days ago, I accidentally touched a couple of things, and was able to c

  • Pages which base on a Business Catalyst template are not editable in Live-View?

    As long as the page is not a template, all these neat new edit-features of Dreamweaver work without problems. But as soon as I create a template and define an editable region with the Business Catalyst Tag {tag_pagecontent}, the content put inside th

  • Password can only be changed once

    Suddenly on our system users can only change their password once. That means: 1) Administrator creates account in WGM with OpenDirectory-Password "xxx1". 2) User can login with password "xxx1" 3) User changes password to "xxx2". 4) User can login wit

  • 2 timelines  2 fps   how to combine ?

    I've got one timeline at 29.97 and one at 23.98 I need to cut in the 30fps footage into the 24p timeline, whats the best workflow? can I use cinetools to convert it to 24 and it will look fine? I'm afraid it will look all jumpy after the conversion.