Assigning a BEx role to BSP - BSP application is missing in PFCG

Hi everybody,
at first I will describe our problem.
We constructed a mixed environment web application, consisting out of a BSP application and WAD web templates. Unfortunately the url of web templates and the bsp-application differs - meaning the server is the same, but the port is different. That's why it is not easy to link the application each other, because for transportation reasons, we would like to have relative url paths.
After searching the SDN and reading several help files I draw the conclusion, that I have to put my BSP application into a BEx role. Correct? If anybody has a better approach, please raise your hand now!
So, I tried to create a role for my BSP application in the transaction PFCG. To specify the target I choosed entry type OTHER and BSP application. But in the appearing list of all BSP applications, my application was missing.
I really wondered about it, because similar BSPs from other authors within the sap/bc/bsp - folder appeared in the list.
Question: What are the prerequisites that a BSP application is available in the PFCG transaction?
Thanks for any comments and helps
Best regards,
Sebastian

Hi Raja,
thank you for your quick reply.
you are looking at constructing the BW WAD url and call it from BSP, however the host address (port) differs and coz of that you cannot use relative urls.
Almost. I'm actually searching for the other way round. I want to call the BSP in an inlineframe of a WAD web template. But its exactly that port change issue, that causes the problem.
My BSP application is located in a subfolder of default_host/sap/bc/bsp/ ?
There are other BSPs in that folder which already appear in the PFCG transaction under OTHER.
Best regards,
Sebastian

Similar Messages

  • Assign queries to roles

    Hi,
    I want to be able to assign queries to role. For this purpose I went into PFCG and created two folders. I have assigned the queries to the two folders ( technical names). However they are not showing up in the roles in BEx.
    Can someone tell me Step-by-Step how this is to be done.
    Any help is deeply appreciated and will be rewarded with points.
    Thanks

    I am on BW 3.5.  We have done the following steps.
    1) Created a Role in BW using PFCG.
    2) Created two folders under the Menu option
    3) Assigned BEx queries to the folders.
    I have a question here:
    When assigning queries to the folders, what options do I choose. What Technical name do I give.
    i think the problem lies there as I am not able to execute the queries from within PFCG.
    Please let me know. Any help appreciated and will be rewarded with points.
    Thanks

  • ERROR: "You are not assigned to a role" in BEx

    Hi,
    I have a user <i>BEXUSER</i>. In <b>PFCG</b>, I have assigned this user to a role <i>ZR_USER_ROLE</i>.
    However, when I tried to open a query in BEx Anlyzer through <b>Open > Workbooks > Roles</b> toolbar, I could not find any workbooks assigned to this user.
    Next, I tried to open a query using <b>Open > Queries</b> toolbar, I chose a query and tried to click <b>Enter in Role</b> icon. However, I am prompted with a message saying <b>"You are not assigned to a role".</b>
    How is this possible when I have already assigned this user to a role. I have checked <b>PFCG</b> and confirmed that the particular role contains this user. Can someone explain about this?
    Thanks

    I am getting this exact same error, and the values that I have set in my query developer's job role are the following :
    S_USER_AGR
    ACTIVITY = 01, 02, 06, 22
    ROLE NAME = {list of roles that the user should be able to save queries to}
    S_USER_TCD
    TRANSACTION CODE = RRMX
    The user still receives the "you are not assigned to a role" error message when pressing the "save to role" button for a workbook. 
    In the ST01 authorizations trace, I see that the user is FAILING the authorization check for S_USER_AGR, but is failing the check for role names that he / she not supposed to modify.
    So those failures are good, but they seem to prevent from saving the workbook to any role ...
    How can it be setup so that the user can save workbooks to roles that were inteded to be saved to, without getting the "your are not assigned to a role" error when trying ?

  • BSP Web Application anonymous and no-anonymous for Solution Manager 4.0

    Hi all,
    I’ve created BSP Web Application to access Earlywatch, alerts, monitoring from Solution Manager 4.0:
    1.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000265&SUBASID=0000000265&ISIV=X
    2.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000267&SUBASID=0000000267&ISIV=X
    3.- http://emvpml501.endesa.es:8000/sap/bc/bsp/sap/dswp_bsp?sap-client=420&ISBSP=X&CMD=SLDSP&SLID=000000380242000&ASID=0000000266&SUBASID=0000000266&ISIV=X&sap-user=ES02532022k&sap-password=endesa
    URL (1, 2) needs authentication, appears a pop-up to type usr/pwd
    URL (3) is anonymous, I’ve added usr/pwd in order to pass logon and It works ok.
    My problem is that when I first access to anonymous URL(3), and after, I return to html file, to access other URLs(1 or 2), these URLs don’t appear logon pop-up to authenticate.
    Does anyone know about this ?
    Regards,
    Raul

    Hi Raul,
    The problem is : when you access link 3 , you are authenticated with user : ES02532022k and password=endesa, an one time authenticated ,the  system not inquiry logon pop-up anymore.
    My suggestion is NOT access link with login and pass...
    I hope this help you..
    Claudenir Bispo

  • Logoff BSP closing application and closing SAP session.

    When I'm closing my  BSP appication by closing browser ,SAP session are not ending.I need to implement logoff functionality into my BSP application.
    Please send me some sample code for logoff from BSP.

    Use this..it worked for me.
      Restart of BSP test application IT00 use sap-sessioncmd=open:
    Example:
    http://myServer.sap.corp:1080/sap/bc/bsp/sap/it00?sap-sessioncmd=open
    Ending the application externally:
    Example:
    http://myServer.sap.corp:1080/sap/bc/bsp/sap/it00?sap-sessioncmd=close&sap-exiturl=http%3a%2f%2fwww.sap.com

  • How to clear the variables before closing a BSP MVC application

    I am calling a custom stateful BSP MVC application to display additional PO information as a popup window inside SAP BSP. When I close this popup window and open it later on a different PO, it still displays the old PO information. I am clearing the variables in the DO_HANDLE_EVENT. 
    I am using the javascript
    <htmlb:button id      = "Close"
                        text    = "Close window"
                        onClientClick="javascript:window.close()"  />
    to close the window.
    Could someone tell me what do I need to do before closing so that I can clear all the variables.

    Hi Krishana,
    Other neater way could be..
    instead of calling java script.. raise a server event.. in DO_HANDLE_EVENT set a flag <b>lv_close_window</b> to 'X'.
    on the page call the script to close the window if flag <b>lv_close_window</b> is set to 'X'.
    just before setting rhe flag to 'X' you can clear all unnecessary data.
    rememebr: javascript wont take you to DO_HANDLE_EVENT.
    <htmlb:button id = "Close"
    text = "Close window"
    onClick="close_window" />
    i would to this way if i am willing to go to DO_HANDLE_EVENT.
    A.

  • Need procedure for creation of BW Roles, Assigning Queries,Publishing Roles

    Hi Experts,
      Could you please let me know the procedure for creation of BW Roles, Assigning Queries,Publishing Roles in Business Explorer (BEx - BW 3.5)
    Thanks in advance,
    Andy

    Hi,
    Creating BW Roles
    http://help.sap.com/saphelp_nw04/helpdata/en/52/6714b6439b11d1896f0000e8322d00/frameset.htm
    Assigning Queries
    After creating the query, save the query to a role from the query designer.
    Publishing Roles in Business Explorer
    https://websmp101.sap-ag.de/~sapdownload/011000358700002894802003E/HowToBIPortal1.pdf
    Hope this helps you..!
    -Pradnya

  • Dignostic Error-Failed to assign UME support Roles : Server returned: 503

    Hi All,
    We are trying to implement diagnostics on one of our EPortal Server. We have already completed all the pre-requisites of diagnostics on EP .
    When we try for diagnostics System >Managed System> it gives us following error
    User existence check failed : Server returned: 503  Service Unavailable
    The following J2EE roles were granted to user SAPSUPPORT : SAP-J2EE-Engine/SAP_JAVA_SUPPORT
    Failed to get User ID for user with logonname SAPSUPPORT
    !! Exception : Server returned: 503  Service Unavailable
    Failed to assign UME support Roles : Server returned: 503  Service Unavailable
    Failed to assign UME support Roles for XI : Server returned: 503  Service Unavailable
    We have checked UME Page on Eportal , where the error is
    Application cannot be started.
      Details:   com.sap.engine.services.deploy.container.ExceptionInfo: JMS error.
    Please suggest.
    Regards,
    Swati

    Hi,
    Please try to re-start the JAVA instance and then try again.
    Regards,
    Thulasi

  • Mapping SAP R3 role to EP role for WD ABAP Application

    Hi,
    I have a WD ABAP application which uses POWL component.
    I have assigned this application to a role in SAP R3 system.
    Now, I have created an iview in portal for this WD ABAP application.
    I want to map this SAP R/3 role to Portal Role so that only people having that role can see the application on portal.
    How do I handle this?
    Thanks and regards,
    Amey

    Hi,
    Scenario 1:
    You need to maintain 2 roles one from Portal and one from R/3
    On the portal end:
    Assign the role which have the WDA application to all the users who should have access.
    On the R/3 end:
    Assign the R/3 role which you have created to access the WDA application to all the users for whom you have added the Portal Role.
    Scenario 2:
    If using CUA (Central User Administration) as UME for Portal and also R/3 then you can maintain the roles from one place that is from CUA.
    You create a role in CUA and this role is shown as group in Portal now add the Portal role to the group or the CUA role.
    And create another role which gives access to the WDA application. Now add these 2 roles to all the users who are supposed to have access to the application.
    Hope this helps.
    Cheers-
    Pramod

  • Error: There are gaps in assignment of required role ZVLPP Vendor - Landlor

    Hello everyone,
    I did create a new BP role with vendor integration. I have done all the settings including the syncronization settings between the vendor and BP. Now when i want to edin an old contract i get error message:
    There are gaps in assignment of required role ZVLPP Vendor - Landlord Companies
    Message no. REBPBP011
    Diagnosis
    Either a business partner has not been assigned in role ZVLPP Vendor - Landlord Companies for the current object/contract or
    A business partner is not assigned in this role at all times in which the object is valid (period 01.11.2008 - 31.10.2009).
    However, the Customizing settings specify that role ZVLPP Vendor - Landlord Companies is mandatory for the current object/contract.
    System Response
    Depending on the object, you may be able to save the object despite the fact that there is no business partner. However you will not be able to activate the contract if you have not assigned a business partner.
    Procedure
    Assign a business partner in role ZVLPP Vendor - Landlord Companies for the entire period  01.11.2008 - 31.10.2009.
    My problem is in the step where i make assignment of applications/objects to my business roles, I havent set any of the two roles as madatory for a RE contract.
    I ve gone through all the steps for BP in Customizing and searched through all OSS notes and forums but didnt find anything on that problem.
    Does anyone have an idea what the problem might be?
    Any input would be appreciated
    Thanks
    Severina

    Hi,
    The message is not an error message. but for me it is just a warning message. Inspite of the warning, you can still save the contract.
    However, you cannot activate the contract because, Customer / Vendor Business Partner are not attached to the Real estate contract. By default, you must assign a Business partner with Customer role / Vendor role to a contract. This is to ensure FI postings to Customers / Vendors.
    So, choose a Business partner with vendor role and save the contract and activate it.
    Cheers !!!
    Siva

  • Error while Assigning database level role (db_datareader) to SQL login (Domain Account)

    Team,
    I got an error while creating a User for Domain Account. Below is the screen shot of the error (error : 15401)
    Database instance is on SQL 2000 SP3. ( I know it is out of support, But the customer is relutanct to upgrade)
    On Google search, i found below article which is best matching for this error
    http://support.microsoft.com/kb/324321
    I have follows each step of troubleshooting. But still the issue persists.
    Step 1. The login does not exist == The login is very much exist in the domain as i am able to add the same domain id to other database instances
    Step 2. Duplicate security identifiers == i have used this query to find duplicate SID
    /*  SELECT name FROM syslogins WHERE sid = SUSER_SID ('YourDomain\YourLogin') */
    But there was only one row returned with create date of today's.
    Error while Assigning database level role (db_datareader) to SQL login (Domain Account) 
    Step 3. Authentication failure == Domain is available. User is able to login on other servers via RDP connection.
    Step 4. Case sensitivity == Database collation is set to Case insensitivity. (CI)
    Other two 5. Local Accounts & 6. Name resolution == is not applicable to me.
    I tried other ways also.
    A. Creating login and providing permission in one go only = User account is not created
    B. Instead of GUI, use query to create login and provide required permission = Same error.
    Does anybody has faced any such situation
    Chetan

    See the below output
    srvid
    sid
    xstatus
    xdate1
    xdate2
    name
    password
    dbid
    language
    isrpcinmap
    ishqoutmap
    selfoutmap
    NULL
    0x010500000000000515000000A1F66E1BFC1DC75D26E72530A2B80400
    14
    20:25.9
    57:33.4
    UKBAA\LHRAPPMuttavarapuS
    NULL
    1
    us_english
    0
    0
    0
    Chetan

  • ERROR MESSAGE AMT : CANNOT DELETE TOKEN AFTER IT WAS ASSIGNED TO A ROLE

    We are working on the setup in our sandbox environment and we have noticed that we are unable to delete tokens and remove the protection on BO's.
    the following message appears : "CANNOT DELETE TOKEN AFTER IT WAS ASSIGNED TO A ROLE"
    There is no Token assigned to any role anymore and we have also removed all rules and so on, Still it remains impossioble to remove the token on a protected BO or to remove the protection of a BO.
    Thanks for your help

    Hi Wim,
    Ive replied to your support message, requesting a remote connection so I can
    investigate further.
    Regards,
    Gervase

  • Error While Assigning Approval Management Roles to User

    Dear All,
    While assigning "Approvals Management...." Roles to the user through User management responsibility and Click on to Apply Button I am getting following Error.
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-01403
    ORA-06512: at "APPS.UMX_ACCESS_ROLES_PVT"
    Can anybody help me to get rid of this error.
    Thanks In Advance
    Jithindev

    Hi,
    Standard roles are not assigned to users directly.Make sure that copy the role from standard roles then change naming convention like your company specification.
    Ex: standard role : SAP_BC_JSF_COMMUNICATION_RO
    Step:1: go to t-code: PFCG and give the role name in role tab SAP_BC_JSF_COMMUNICATION_RO
    Step:2: press copy button and change the naming convention.
    Step:3: Assign to the user.
    I hope it will help you.
    kiran kumar.v

  • Error while assigning the fallowing role to the user

    Hi,
    ERROR 2007-01-18 14:13:25
    CJS-30196  Role SAP_BC_JSF_COMMUNICATION_RO is not assigned to user SAPJSF
    i am getting the fallowing error while trying to assigning the fallowing role to the user any body through some light in to it.
    Thanks
    kiran.B

    Hi,
    Standard roles are not assigned to users directly.Make sure that copy the role from standard roles then change naming convention like your company specification.
    Ex: standard role : SAP_BC_JSF_COMMUNICATION_RO
    Step:1: go to t-code: PFCG and give the role name in role tab SAP_BC_JSF_COMMUNICATION_RO
    Step:2: press copy button and change the naming convention.
    Step:3: Assign to the user.
    I hope it will help you.
    kiran kumar.v

  • Getting dump while assigning resource to role

    Hi,
    We are using BAPI_BUS2177_STAFFING_ADD  to assign resource to role.
    It is assigning first resource to first role in first project. And giving dump for next resource to role assignment for the same project.
    Short dump description is like as follows:
    The exception 'CX_DPR_FATAL_ERROR' was raised, but it was not caught anywhere
      along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
      'CL_DPR_AUTHORIZATION_SERVICES=CP' has to be
    terminated.
    The problem is of "COMMIT". I ma not understanding where to write exact commit. Even if we are commiting at project level it is giving dump.
    Could you please give any suggestion on it.
    Thanks & Regards,
    Anil Salekar

    Hello Kaixiang,
    When you add staffing to project then commit after each resource assignment. That will avoid the dump.
    Use:
    CALL FUNCTION 'BAPI_CPROJECTS_COMMIT_WORK'
             TABLES
               return = it_return.
    Note: Re award if useful
    Thanks,
    Appasaheb..

Maybe you are looking for

  • My iphone is stuck in recovery mode and wont recover in itunes

    hi all, my iphone is stuck in recovery mode, have tried holding down buttons and reconnecting to itunes, it still is frozen,,,what do i do????

  • One Step DVD quality

    I have been reading the posts about using IMOVIE09 and then using IDVD. I understand the quality is not great because of IMOVIE09 and the way it does the import. IS the quality better if I skip IMOVIE and use the One Step DVD option in IDVD directly?

  • Configuring WEP and WPA on 1262 AP

    This seems like it should be quite simple.  We're in the process of migrating users from WEP over to WPA.  In the transition we'd like to make both SSID's available until the old WEP is phased out.  I have found that both can be broadcasted on the sa

  • How to call operating system commands?

    Can we call OS commands from JAVA? I am trying to call lpr/lp commands from JAVA. Can anybody guide me where to search for this information. Thanks in advance Srini

  • Urgent help on reading data into ByteBuffer

    Hi, I am trying to read data into ByteBuffer using SocketChannel. The following code working fine but the problem is with ByteBuffer size. The data varies from request to request . How do I read data into ByteBuffer with out specifing size . The prob