BW iView to BSP iView (PCUI ) navigation

Would it be possible to launch BSP iView (PCUI application ) from BW iView?
Would it be possible to configure Object Links for this scenario?
I would like to launch BW iView inside Portal for ex: My Team’s Opportunities , once the list of opportunities are displayed and user clicks on any opportunity ,then selected opportunity should be opened in Opportunity BSP iView i.e Opportunity PCUI application.
I am hoping that it can be achieved using Object Links .
I appreciate if you guys share your experince on this.
Thanks,
Thirumala.

Hi.
You can start a PCUI application from anywhere ! the only thing you need is the url. Is also possible to pass parameter like the current order, bp, so on..
In your case you can display your BW report in an iView in the portal, if this is not standard the you will need to modify it in order to manage the click event that will open a new windows calling the PCUI application and passing the parameter crm_object_id with the current Opportunity. If the BW report is standard this can be handle by the portal using Portal context.
Hope this helps you to get the right way.
Regards.
Armando.

Similar Messages

  • Which is a better option url iview or bsp iview?

    Hi all,
    We have so set of BSP applications to be integrated in the portal. Our requirement is that the BSP application has to be stateless. Could any one suggest us which one would be the best option (BSP iview or URL iview) along with the pros and cons.
    Thanks and Regards,
    Gauri Gosavi.

    Hi!
    BSPs should always be integrated into the portal as BSP iViews. Whether a BSP application is stateful or stateless is never decided by the portal but by the BSP application. If you want to avoid that the portal takes over the session management then do not use the parameter sap-syscmd=nocookie whithin the definition of the BSP iView.
    Hope this helps.
    Regards,
    Volker

  • Calling Iview from BSP Iview

    Is it possible to call a transaction iview from a BSP iview .
    i want to trigger a transaction iview when i click a button in my BSP iview .
    thanks in advance .
    J

    hi,
    The URL that you get on previewing your Transaction iView is the one that needs to be used in your BSP as:
    <a href = "http://sgssmcepdv:52000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0" >hello </a>
    Te get the url correctly,open the Transaction iView,in the properties look for the property PCD Location
    It will be something like
    portal_content/com.hcl.FLD001/SiddharthaID/iViewsID/Misc/epcmID_0
    Now in place of the '/' replace !2f .
    portal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0
    Now the complete URL would be
    http://sgssmcepdv:52000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.hcl.FLD001!2fSiddharthaID!2fiViewsID!2fMisc!2fepcmID_0
    Ok.
    Then test the BSP Iview.
    Regards,
    Siddhartha

  • IAC view and BSP iviews gives pop up for user id and password

    Hello All,
    I am facing a problem in quality portal.
    we have SSO configuration between Portal and ECC system and the Jco connection using SSO with login tickets are working fine,test and ping both are succesfull.
    The ESS and MSS webdynpro application are also working fine.
    But the  IAC iviews and BSP iviews says "session managment will not work ! Please check the DMS log files for details" and then ask for user id and password of the ECC system,But the system alias that i am using,is configured for SSO with logon tickets.
    same iviews are working fine in devlopment system with system alias with SSO Login tickets but in qa it is asking for id and password ...
    I have checked all the system properties also FQDN of ECC system is also maintained.
    Please suggest what could be the issue ??
    Thank you,
    Regards,
    Gunja

    Hi,
    When messages about Session management popup then it is 99% an FQDN issue, but you say you already checked it.
    Did you also checked the parameters:
    - ITS Host Name
    - Web AS Host Name
    ... in your system object?
    Cheers,
    B.

  • Create link in detailled level navigation after creating BSP iview

    Hi All,
    I have created few bsp iview in portal. After assigning these iview to role, a create link is unnecessary visible in detailled navigation.
    I would like to hide it.
    I have tried to play with iview properties but no luck
    please advice.
    Regards
    Shashwat Gupta

    Dear Shashwat,
    Try assigning BSP iview or page directly to roles and test it.
    Also check in page or workset properties to hide from detailed navigation instead of iview itself.
    Search in to help.sap.com
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • Navigation buttons missing from BSP iView

    Hello,
    We have a BSP iView that we are displaying in our Portal (EP7).  ISSUE: The Back and Forward buttons are not displayed.
    When we access this BSP application directly from browser, both buttons are visible!  (These buttons are located in the Top-right corner of the screen)
    Anyone run into this issue?
    Any help on this would be much appreciated.
    Thanks,
    Harman

    Hmmm...let me add one more entity to your complexity. What you forget is the browser! Of course many bits and pieces of source is generated in the portal or WebAS. However, it is actually executed or interpreted in the browser.
    One example is when you have an URL of the format "/myUrl". This is just a piece of string. It has no meaning on a server. Only in the browser does this string suddenly becomes "code" that gets executed. And now the browser will say it has here an absolute url without host data. Then we use the host data from the browser document (DOM) in which context we are going to load this URL.
    My recommendation to you would be to install a HTTP Proxy tool and understand what the browser is doing. (Soon I will write again about an excellent tool we now use!)

  • Avoid double login for BSP iView

    Hello,
    I have installed a Netweaver 2004s Application Server + Portal. The user data source for the Portal is the ABAP System. I have created a portal page that contains a BSP iView. This BSP is created in the Application Server, and the portal page is assigned to a role.
    When I access the portal with a user with that role, I have to log in, but for seeing the content of the BSP there is a second login request. Both logins are the same user and password against the same user data source (ABAP system). Is there any way to avoid the second login request apart of SSO?
    Thanks in advance and best regards.
    Joaquin Sanchez.

    Same issue discussed & solved in below thread..
    Re: How to supress login pop up for a BSP iView?
    Let us know if you face any more issue..
    Raja T

  • BSP is working as a URL but not as a BSP iView

    Hello,
    I have created a certain BSP page.
    If I open it's URL on the server directly: https://<server>:1443/sap/bc/bsp/sap/zgpd_upload/default.htm
    it is working but if I build a BSP iView on top of it hangs when I open it (loads and loads forever).
    If I try to reach it as a URL from inside the portal (using URL iView) it can't locate this address. The error I receive is:
    "Unable to fetch site .Error # 302"
    At first I thought it is an issue with the proxy service configuration on the portal but on our test this application is working with the same proxy configuration.
    Any ideas?

    two things you need to do.
    1. go to transaction SE80, from the dropdown choose BSP application and in the input field just below the dropdown enter your BSP application name. and hit enter.
    no you will see a tree structure below the inputfield with root node being the name of your BSP application, right click on it and click activate.
    2. go to transaction SICF and expand the default_host node and go to sap/bc/bsp/sap/
    there you should see your BSP application name and right click on it and click activate. (if activate is grayed out, that means its already active)
    now run your BSP it should work fine.
    Regards
    Raja

  • E-Recruiting BSP iView errors in the Enterprise Portal.

    I am trying to get my e-Recruiting BSP applications to work correctly in the Portal. But unfortunatley I consistently get this error message.
    The following error text was processed in the system:
    BSP Exception: Das Objekt application.do/start in der URL /sap/bc/bsp/sap/hrrcf_start_int/application.do/start?sap-syscmd=nocookie&sap-client=&sap-language=en&sap-accessibility=&sap-ep-version=7.00.200611091758&sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2Fsnocfpd1.myco.org%3A50100%2Firj ist nicht gültig.
    The BSP
    https://snocfrd1.myco.org/sap/bc/bsp/sap/hrrcf_start_int/application.do?rcfLogAppl=SEARCH_JOBS
    works fine.
    anybody have any ideas how to troubleshoot this? I'm assuming it has to do with all the rest of the garbage parameters the Portal is sending to e-Recruit.
    -Tim

    Hi!
    Obviously the BSP iView is configured wrong. Have closer look at the URLs:
    BSP in native browser:
    https://snocfrd1.myco.org/sap/bc/bsp/sap/hrrcf_start_int/<b>application.do?rcfLogAppl=SEARCH_JOBS</b>
    BSP in Portal:
    /sap/bc/bsp/sap/hrrcf_start_int<b>/application.do/start?...</b>
    Obviously the iView contains a parameter start or you defined the BSP application name as application.do/start
    Regards,
    Volker

  • Creation of Portal iview, with BSP on internal server, call portal external

    Hi all,
    folowing issue:
    we have a test portal link with the internet via apache reverse proxy:
    e.g. http://www.xxx.at/irj   is linked with http://cscinternal.csc.com:51000/irj
    The portal can be started without any problem.
    further we have a bsp applikation on an other internal SAP Server which can be reached with
    http://cscinternal02.csc.com:8047.
    the server is also listed in the apache reverseproxy list as   http://www.xxx.at/its
    The bsp application link: http://www.xxx.at/its/sap/bc/bsp/sap/y_test_pdf_01/main.htm
    can be reach via internet without any problem.
    The bsp shows an radiobutton list + button, with the button one can show a list in an second window.
    so, now i will call this bsp in an iview via portal
    01. i tried the "URL iview", result: i can reach the html but on any action the side do nothing
    02. i tried to config "iview BSP" BUT .... i have now idea what system i should put in,
         the second sap system is configured but there is the internal name in (i guess) ...
    so i'm  newbee in portal things, so i don't know where i can configure a system ...,
    BUT beside this, PLEASE can anyone describe me how i can manage this internal BSP
    in the portal to call it from external?
    thanks a lot
    bye Mike

    Hi Mike,
    Try below steps to make sure your have proper  connection between Portal and  back end SAP system.
    1) Create  a system object , Enter required details for "Web Application Server" Properties with below two options
              A) Enter Direct SAP Server details
              Web AS Host Name : cscinternal02.csc.com:8047
              Web AS Path: /its/sap/bc/bsp/sap
              Web AS Protocol: http
             B) Enter apache reverseproxy
              Web AS Host Name : www.xxx.at/its
              Web AS Path:/sap/bc/bsp/sap
              Web AS Protocol: http
    2) Create  a  Alias  .  Run the connection test for Web Application Server (WAS). Make  sure  connection tests are successfull
    3) Create a  BSP Iview ,
      BSP Definition Type:  Application
      Selct System Alias
      Customer Namespace: sap
      Application NameSpace: sap
      Business Server Page (BSP) Application:  y_test_pdf_01
      Start Page: main.htm
    Let me know if  it works.
    Thanks
    Aravind
    Intelligroup

  • How to create 'SAP BSP iView'?

    All,
    I am trying to to create a 'SAP BSP iView' in EP 7.0.
    On creating the BSP Application iView in SAP Portal, I get the following error:
    Portal Runtime Error
    <b>An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Application URL 'http:///sap/bc/bsp/sap/BEAD_CRMB_BD/entrypoint.do' is not valid! Please check the protocol and host entries for system 'ABCDSystem'..</b>
    <b>Application Namespace:</b> sap (defaulted by portal)
    <b>Customer Namespace:</b> sap (defaulted by portal)
    <b>Business Server Page (BSP) Application:</b> BEAD_CRMB_BD
    <b>Application Parameters:</b> crm_bsp_frame
    <b>Start Page:</b> entrypoint.do
    On deploying the Application in SE80, the application is displayed at the following url.
    http://xxx:8001/sap(bD1lbiZjPTQ0MCZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoint.do?sap-client=440&appl=BEAD_CRMB_BD&version=1
    Any thoughts as to why this iView is not working would be greatly appreciated.
    SAP Partner

    Umair,
    As suggested I have made the following changes:
    Application Namespace: sap (defaulted by portal)
    Customer Namespace: sap (defaulted by portal)
    Business Server Page (BSP) Application: crm_bsp_frame
    Application Parameters:
    Start Page: entrypoint.do
    I have checked my system connection from portal to backend system and it works.
    When I try to preview the iView, I get the following error.
    - a pop up saying "Session management will not work, please check DSM log file for details"
    Any thoughts....
    SAP partner

  • Custom bsp Iviews work in dev but not in qas?

    Hi All,
    We're using R/3 4.7, ESS 50.4, MSS 60.1.20.
    We have developed a number of custom bsp iviews that work perfectly fine in dev but when we transported to qas, no data is displayed.  The labels in the bsp are being displayed so we know that the bsp is working.
    We use epcf to listen for the employee number in the bsp's.  It is configured the same in both dev and qas but in qas the bsp is not picking up the employee number and therefore is displaying no data.  When you click on susbequest employees in the team viewer, nothing happens (bsp should reload).
    The only difference is that the portal dev and the bsp's reside on the same server but when we go to portal qas, it is now on a different server to the bsp.  We have relaxed the domain, so that the server name has been removed from the domain name but still to no avail.
    If anyone can help at all, i'd really appreciate it, as i'm at a loss as to what to do next.
    Many thanks,
    Liz.

    Hi,
    Seems that there is:
    1. something wrong with the System Object or it's definition..
    OR
    2. someone used a server/hostname as a "constant" instead of a "variable"
    OR
    3. the Portal and Backend are not in the same domain or the configuration is not with Fully Qualified Domain Name
    Hope this helps you to narrow it down or even find the issue.
    Good Luck,
    Benjamin Houttuin

  • Update on question for parameters in URL opening a BSP iview

    Hi again gurus.
    I wanted to do an update on this thread: How do you create a URL with parameters for a BSP iview? but choose to do the update as this new question instead.
    Well, in order to open a BSP iview from an external page shown in an Application Integrator iview in our portal AND FILL IN A FIELD, a link of this type is used on the external page:
    http://<server:port>/sap/bc/bsp/sap/z_purchase_req/process.htm?System=ABG_R3_ARD&mnr%3D9780198603641
    If you read the other thread you will see that I couldn't use a link of the following type since it opened up something like the stuff found under "System Administration > Support > SAP Application" and there asked for BSP application and start page!
    http://<server:port>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.BSP?System=ABG_R3_ARD&SAP_TCode=Z_PURCHASE_REQ&STARTPAGE=process.htm
    But the first link works so far as it opens up the correct transaction BUT the parameter won't get into the field. Does anyone know how to "format" the parameter correctly? When you open an iview of Transactional type you can use a URL like this (and it works also with writing parameter into a field):
    http://<server:port>/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction?System=ABG_R3_ARD&SAP_TCode=ZARTS2&SAP_Dynp_Params=S_MATNR-LOW%3D9789146212720
    It's the part ...&SAP_Dynp_Params=... that is of interest here. Should it also be used when working with URLs opening BSP iviews or not? Or should something similar be used instead? The name of the field "mnr" is correct in the BSP URL, at least I think so, I found it in the Web Application Builder under tab "Page Attributes". I have tried both "=" and "%3D" in the URL but neither works.
    Any suggestions about the parameter format for this link or another completely different but working URL format would be extremely appreciated!
    Best regards
    Benny Lange

    the Appintegrator Documentation says you can use something like <User.[AttributeName]>, so <User.email> and <User.company> (not sure about capital letters) should work.
    Hope that helps.
    PD

  • BSP iview not working after ECC 6.0 upgrade

    Hi,
            We are using MSS application in our portal.When we click the Employee list under manager profile it redirects us to a new page aontaining 3 to 4 iviews like general data,Personal data(Par file based iview) etc
    After selecting the employee all data pertaining to the employee appear in these iviews(data comes from SAP HR system).There is one more iview that represents the emergency information of the employee that is a BSP iview.Few days before we have upgraded ECC 4.6 to ECC 6.0 after this upgrade we are getting values in all par file based iview but the data is missing in the BSP iview.
    Can anyone help?
    Regards
    Imran

    Hi,
    Are you getting any error? After upgrade do you activated the bsp service through
    T Code: sicf
    then Service Execute, then
    defalut_host --> sap -->bc --> bsp --> sap -->your BSP Application Name, then right click and Activate.
    Regards,
    SrinivaS

  • PortalSessionID Property in BSP iView in Portal

    Dear All,
             I have created a BSP iView in Portal. This iView displays the start page of SAP Learning Solution
    BSP Application named "hcm_learning" which allows the user to run the course he/she booked for in a content player which opens up in a new window.
    The issue I faced is, Once i access the BSP iView through portal and click the "start now " button in that iView , it opens up the content player in the new window and runs the course. But when i logged off from portal, it content player is still running and its values are updated in the R/3 table.
    How to restrict this?
    What is the use of  PortalSessionID property in BSP iView in portal?
    Kindly help me in sorting out this?
    Regards,
    Eben Joyson

    Hi,
    Please make sure the IP matching option is not checked.
    You should also check the [user mapping|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/f8/3b514ca29011d5bdeb006094191908/frameset.htm] settings in the portal to see if the portal user is mapped to the same user on the backend.
    EDIT : there are a couple of notes that may help you >
    [Note 1386082 - ICF: External debugging does not work|https://service.sap.com/sap/support/notes/1386082]
    [Note 751872 - Problem analysis with HTTP or external debugging|https://service.sap.com/sap/support/notes/751872]
    Regards,
    Pierre

Maybe you are looking for

  • How do I use a digital adapter to content from my iPad mini on to a TV?

    I have 32in Sony TV, an iPad Mini and a Lighting Digital AV Adapter.  I tried to get content from the iPad mini to my TV but the digital adapter only transferred the sound.  I used the adapter on an iPhone 5s, and it got both sound and video.  Why do

  • Condition exclusion between 2 condition types- Pleaase urgent

    Hi gurus Ihave some problem. please help me to configure the system. I am giving 2 discounts and one has to excluse from other if it finds better discount. Ex : Z001 =$5  and Z002= $6 two condition types  with 2 different access sequence .(not same a

  • How to Replace Missing Links in CS5 InDesign

    I received a message that there were 13 missing links in my document. How do I replace those links? I can see the locations of the missing links in the links panel but I am not sure how to get them back in the document.

  • Connect to itunes error. cannot boot iphone.

    Hi all, after upgrading to iOS 5, the iphone just reset and when powered-on, it is asking to "connect to itunes". When connect to itunes, it says it cant get activated. Please advise what else to do? Thanks in advance.

  • Phantom non existent external monitor on Mac book pro

    Hi all, whenever I open my mac book pro, or wake it from sleep, the screen turns blue and it auto-detects a monitor that is not attached - a generic VGA display - the image at the following URL displays when an external monitor is NOT attached: http: