Passing values to BSP iview in Portal

Hello,
We have a BSP iview created in the portal. We would like to pass a parameter to the end of the url.
for example:
name of bsp iview: MDM_VEND_REQ
start page is:  start.htm
parameter: ?mode='create'
The first two are fine as there are place holders to enter that in the BSP iview properties page within the portal.
i tried entering the parameter in the application parameter property within the bsp iview in the portal. no luck
any ideas,
Thanks,
Sunil

In "Application Parmeter" enter the value as "<mode>=<create>"
Check out the following for further details,
http://help.sap.com/saphelp_ep60sp2/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/frameset.htm

Similar Messages

  • Retrieve field value  from webdynproABAP iview into portal using studio

    Hi.
    I have to solve this problem.
    I have assigned webdynpro ABAP iview (iview created by webdynproABAP team people) into one roles.then  i assigned  that role to one user....
    now i want to pass  values  from  webdynproABAP iview  to portal using NWDS.
    how do to acheive thisone?
    i created normal JSP,JAVA class in NWDS...I dont know how to pass values in NWDS..
    but  i want to retrieve  fieldvalue  into  portal.....
    plz help to solve this problem....

    Hi Vinothini21,
    If you are using Webdynpro ABAP iview and want to modify it then you need to do in TCODE se80 in SAP system. I think not in NWDS. Please check it.
    Best Regards
    Arun Jaiswal

  • 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

  • Passing values to IAC iview

    Hi all,
    any one have idea how to pass values to IAC iview from webdynpro...
    i have purchase order screen i hvae to pass purcahse order and item no as parameter to IAC iview...
    any one have any details document for creation of iAC iview

    Hi,
    WDPortalNavigation.navigateAbsolute should be solving the purpose.
    This link might be helpful to you
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Regards
    Santhosh

  • Error using BSP iviews with Portal NW04s SP10

    Has anyone tried using a BSP iview on the new NW04s Portal?  After we installed the NW04s SP10 Portal, BSP iviews are not working.  The error is that the iview is N/A.
    Any thouhgts?

    Hello Leandro,
    Look SSO is the process to that u have to specify Credentaials only once and u can connect to backend system without giveing Credentials again.
    Now the basic Thing is that user that u have loged in portal and User in Ur Backend Should be same for SSO to Work.
    once SSO is configured properly then u can call ur BSP application's from back end without Giveing Credentials again for backend login.
    Hope this help's
    Regards.
    Soni Vinit

  • Passing value from Forms to another Portal Object

    Hi,
    I created a Portal form and a customised button to display another form ,but i need to send the value of one of the field in the URL. write now i call the other form in the (OnClick)Java Event Handler of the Button , but it's not recognizing the variable i declare for the filed value
    Thanks.

    Hi,
    I am doing something similar to what you have described. I have a custom login form with a hidden field(not login/password) which I need to pass to the next form. I tried calling the form like you have explained, but it's not working. The control goes to
    http://portalhost:7777/pls/portal/!PORTAL.wwa_app_module.accept
    and it gives a page not found error.
    Where do I need to place the pl-sql code? I have tried pasting it in the after processing section in the Additional PL/SQL Code tab, as well as in the Submit section of the PL/SQL Button Event Handler, for the Login button. Both don't work...
    Please help!
    Thanks,
    Somya

  • How to pass values between BSP pages?

    Friends,
      I have used htmlb controls within my BSP page. I need to pass the value that i provide in the first page to the next BSP page and display it. I used something like
    navigation->set_parameter( name = 'val1' value = val1 ) and navigation->goto_page( 'second.htm' ).
    Now, how should i read this value in the second.htm?. I tried to bring this value using the
    data ename type string.
    ename = navigation->get_parameter( name = 'val1' )
    in the onInitialization event. But its not working.. How should i go about it?. Do i have to set anything in the Page attributes?. Is it possible to change the text of a label at runtime?.
    Expecting an early reply.. suitable answers with code snippets will be rewarded..
    Thank you,
    Saravanan.

    Here's one way:
    I have page attribute  pa_error_no of 'Error.htm'defined as
         TYPE     CHAR3     3-Byte field
    In OnInputProcessing of page1.htm
         navigation->set_parameter( name = 'pa_error_no'
                                   value = '003' ).
         application->cv_page_next = 'Error.htm'.
         navigation->goto_page( application->cv_page_next ).
    Then in 'Error.htm' (I happen to use it in the layout)  you can reference it in OnInputProcessing also
    <%
          case pa_error_no.
          when '001'.
             if not ( application->cv_bp_number is initial ).
    %>

  • Passing values from one iView to other iViews in the same page

    Hi all,
    I have one entry jsp+htmlb iView  and two other BW iViews( URL based). The entries made in one iView serves as the input for the other two iViews to generate BW reports.
    I know we should use EPCM event API but how do I dynamically change the URL (with application parameters) in the other two iViews?
    Thanks in advance.
    Rgds,
    Janvi

    Hi Janvi,
    look here:
    Permanent change of iView property programmatically
    Yoav.

  • Passing values to Nested iview

    Hi,
    My requirement is to display a input form and get the Customer ID from the user and when the user clicks a Pushbutton then the details(ex:customer name, customer address,etc.) of that corresponding customer id should be displayed in a table in a nested iview .
    Plz can anybody provide me a step by step solution.

    Hi,
    Please go through this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/ffdb4269b2f340e10000000a1550b0/content.htm
    If helpfull ...please award points
    Thanks & Regards,
    P.Navakanth

  • BSP iview integrate in portal

    hi,
    i am new for portal implementaion so i need for integrate bsp iview in portal can any one provide a link, please?
    and  which case we can use internet transaction sever  for create system object .
    thanks &regards
    G.srinu
    Edited by: Anja Engelhardt on May 2, 2011 9:29 AM

    Hi swapna,
    thanks for  answers i got point  WAS and connector  properties for creating system object   
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/24d8faf9-0701-0010-c99c-aabbdb7e95f4&overridelayout=true                                             
    can u send  any link for creating different iviews in portal  
    thanks @Regards
    G.srinu
    Edited by: Anja Engelhardt on May 4, 2011 11:21 AM

  • 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

  • BSP Iview error message : Access denied

    Hi All,
    We are using E-rec 600 via the standard BSPs (REQ_MNT_LST) in ECC 6.0.
    The application runs fine in the browser without any problem.
    I started creating BSP iview in Portal for this application. The Url is mentioned below :
    http://hostname.companyname.com:8000/sap(bD1lbiZjPTIzNSZkPW1pbg==)/bc/bsp/sap/hrrcf_start_int/application.do?BspClient=235&BspLanguage=EN&rcfLogAppl=REQ_MNT_LST
    I have given the BSP iview properties for this application as follows :
    Application Namespace : rcfLogAppl=REQ_MNT_LST
    BSP Application : hrrcf_start_int
    Start page : application.do
    The application starts fine in Portal via BSP iview. But, however when I click on any of the drops in the application. In the status bar, it show the message : Access denied.
    I tried in other browsers also. Same problem persists. I am sure that the roles at backend and permissions in Portal are set properly.
    Please shade some light where I missed the steps. awaiting for your valuable inputs. thanks for your time, point assured.
    Kind Regards,
    Anil Kumar.

    portal being on https and abap server on http is not the issue here.
    the access denied error is a javascript error which will happen if the javascripts in the application tries to access js functions/dom elements from other frames or from other pages which are from different domains.
    this requires the domain to be relaxed and when supports portal integration flag is checked the system automatically generates code which handles domain relaxation. with this check box checked you should not be having problem.
    However i had the same problem even after setting portal integration flag. and my bsp application strucutre was on index.htm page and within that i had 4 frames. then i had to manually set the document.domain in index page which helped me to solve the access denied error.
    Regards
    Raja

  • Pass Values between iViews in Portal

    Dear all,
    I created 2 dashboards in 2 different iViews in a same page using VC 7.0. However, in portal, I need to assign those iViews to 2 different pages but a same workset.
    The first one is sales summary and 2nd one is sales detail.  User needs to select or type in a plant number to run the sales summary page.  I wonder whether is it possible to pass the plant number to the 2nd iViews to run the sales detail iViews? It seems it works if they are in the same page in portal but it doesnu2019t work if they are not in the same page even I created those iViews in a same page in VC.
    I tried to use signal in from the 1st iViews and out in the 2nd iViews but it seems portal will re-initialize every time when I run the dashboard in a new page so probably the signal-out value is initialized so there is no signal-in value when I run the 2nd iViews even I select the plant number and signal-out in the 1st iViews. Is there any workaround in this case? Thanks  .

    Hi
    You can use GP CAF to pass the values from 2 iviews in VC
    Thanks
    Harsimran

  • Pass parameter to WD abap iview via Portal link

    Hello all,
    I have created one WD ABAP application and I am accessing the same with the help of URL parameters. I am retrieving these URL parameters in 'HANDLEDEFAULT' event handler of the application window.
    Now client wants to access the same with the help of NavigationParameter so I created relevant iView in portal and I am accessing application using link which is composed of portal link and NavigationTarget parameter.
    My question, If I want to pass application parameters via URL, How do I access the same in my window. Do I need some sort of separate mechanism to take the URL parameters to my application window when application is running on portal?
    Please share your thoughts on this.
    (Same problem explained in link /thread/672163 [original link is broken])
    Thanks in Advance,
    Prashant Jagdale

    Hi Kiran Kumar,
    Thanks for your document but still my problem is not solved. I will try to explain my problem in detail.
    I have developed one WD application and I was accessing the same using link suppose
    http://newdomain.abc.com:8000/sap/bc/webdynpro/sap/zwda_url_parameters?pernr=12345&name=test1&sap-client=200&sap-language=EN
    I was retrieving the values of of pernr and name in 'HANDLEDEFAULT' event handler by adding two parameters as PERNER and NAME. and it is working fine.
    Now this application is running on portal. and I am accessing the same using URL
    http://<server>:<Port>/irj/portal?NavigationTarget=ROLES://portal_content//myFolder/myRole/myWS/myPage
    but as i want to pass above mentioned parameter (pernr and name) via link, After an investigation, I am thinking to use of Dynamic parameter. So my link will become like
    http://<server>:<Port>/irj/portal?NavigationTarget=ROLES://portal_content//myFolder/myRole/myWS/myPage&DynamicParameter="pernr=12345&name=test1"
    So, my question is , how I can access these values specified in DynamicParameter in my WD abap iView. Whether they are available in 'HANDLEDEFAULT' event handler using method wdevent->get_data?
    I don't want to pass my parameters using iView property "Application Parameter."
    Please give some inputs on this. Also Please guide me whether I can use some other way to achieve this. but the thing is, i must want to pass the values via URL only.
    Thanks in Advance,
    Prashant Jagdale

  • How to give BSP Iview look and feel of portal??

    Hi All,
    I've created a BSP application that I use to create an Iview for portal.
    I thought that if i used htmlb tags that the look and feel of portal would be automatic to my app but its not.
    I've tried assigning portal css classes to a html table but there's no effect.
    I've previewed one of the standard ivews and viewed the source and found the path of the css file.  But when i looked for it on the server, while the out folder was there (com.sap.portal.design.portaldesigndata) , there was no css files in this folder.
    So i'm at a loss.  In summary, how do i get my bsp app to have the portal look and feel?????  I would prefer to use the css files so that if any changes are made to the standard, the changes will be reflected in my custom iviews too.
    Any help, would be most welcome,
    Liz.

    Hi Liz,
    on the properties tab for the BSP application try selecting the "Supports Portal Integration" checkbox.
    Cheers
    Graham Robbo

Maybe you are looking for

  • Program portal not registered

    wanted to create an RFC between BW and EP and i am getting an error in BW when checking an RFC between BW and EP. Connection Error Error when opening an RFC connection Program STEEP_PORTAL not registered SAP-Gateway on host stebw/sapgw00 DETAIL:TP ST

  • 3D menu not in CS6 Final?

    its not problem in my laptop drivers, or video card, because the 3D was working in all of CS5, CS6 PreReleased,and CS6 Beta, and was working perfectly, after i installed Photoshop CS6 Final Extended MultiLanguage, i cant see it, i updated my intel vi

  • Everything crashing after security update install

    I just installed two upgrades last week per the auto update feature; I think one was security update and the other was iTunes update...I think. These come every week so I usually just install them and there's no problem. After installing this time, e

  • Motion v2 crashed on start up

    I have a macbook pro 17" with 2 gb of ram, running the latest firmware updates, i have the final cut studio hd installed and so far motion v2 is the only app. that wont run. It starts up fine up until you get the "select the project preset" window af

  • H.264 encode to AVI?

    Does there exist any H.264 encoder operating in an AVI-container , i.e AVI-files(not mpeg) as delivery format ?