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

Similar Messages

  • 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

  • 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

  • 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

  • Passing Parameters to an IAC Iview

    I am trying to fill in a field name for an IAC Iview. It renders the requested transaction, but doesn't fill out the field. I am using the ApplicationParameter property with an IAC Transaction iview.
    In the ApplicationParameter field I just have one value: <fieldname>=<value>
    I am able to get this to work using a web gui transaction iview, and it fills out the requested field ok. However, I have to use a IAC transaction iview because of its abiliy to hide buttons and the transaction box, so any clues as to would be appreciated.
    Regards,
    Tom

    Hi Tom,
    Please go through these thread, i m sure they will help you.
    Passing parameters (input range/more parameters) to IAC Transaction iView
    Passing parameters to IAC Transaction iView
    http://help.sap.com/saphelp_nw04/helpdata/en/9e/7d9713087311d7b84600047582c9f7/frameset.htm
    Regards
    Atul Shrivastava
    PS: Award points for helpful answer

  • Passing parameters to IAC Transaction iView

    Hi guys,
    Anybody knows how I can carry out this task? I have a page that has some value that I would like to pass to an IAC Transaction iView via the URL.
    Thanks!

    Check this out:
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/6898dddb7afd44b07ca4e3bb15f676/frameset.htm
    All u need to do is append the screenfield values and pass it to the URL.
    Something like this:
    Eg:
    <script>
    Screen_field_Value = 'XYZ';
    dynP = "?DynamicParameter=Screen_field1" +Screen_field_Value + ";";
    </script>
    <hbj:link id="l1" text="IAC - Link1">
    <% l1.setOnClientClick("EPCM.doNavigate('ROLES://portal_content/com.sap....../myIACIvu' + dynP ,1);void(0);"); %>
    </hbj:link>
    Plz don forget points, if it helped.
    Regards,
    P.

  • 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

  • How to call IAC Iview from WebDynpro java code

    Hi Team,
    I am tring to call IAC Iview from WebDynpro Java code. we are passing value but blank page  displayed and there is no error show on error log.
    Below is Java Code which i am calling.
      public void wdDoInit()
          try {
                String strURL = "portal_content/TestSRM/iView/TestSRM";                           //WDProtocolAdapter.getProtocolAdapter().getRequestParameter("application");
                 String random = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("random_code");     
                 //wdContext.currentContextElement().setRandomNumber(random);
    //below we are call URL           
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/TestSRM/iView/TestSRM?VAL="+random,WDPortalNavigationMode.SHOW_INPLACE,(String)null, (String)null,
                       WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String)null,(String)null, " ");
            } catch (Exception e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
    I am passing value from URL.
    http://<host Name>:<port>/webdynpro/resources/local/staruser/StarUser?random_code=111111111
    when we call above URL we getting blank screen.
    Regards
    Pankaj Kamble

    Hi Vinod,
    read this document (from pages 7 ).
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62</a>
    In addition lok at these links: (Navigation Between Web Dynpro Applications in the Portal)
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/ae/36d93f130f9115e10000000a155106/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm">http://help.sap.com/saphelp_erp2004/helpdata/en/b5/424f9c88970f48ba918ad68af9a656/frameset.htm</a>
    It may be helpful for you.
    Best regards,
    Gianluca Barile

  • Reg:Calling IAC Iviews

    Hi Firends,
    I have created an Workset with two IAC iviews calling TCODE's from R/3 System.
    From the portal when the users click the Iview for the first time, the Tcodes are run properly. When they switch to different Iview , the SAP default "Start SAP Easy Acess' Page is being displayed and doesn't call the Tcodes. Once i logout, the Iviews are called properly for first time.
    Could anyone throw some ideas for this not to happen.
    The parameters passed in SICF are: ~TRANSACTION     YFI_AM
                                                         ~GENERATEDYNPRO     1
                                                         ~NOHEADEROKCODE     1
                                                         ~THEME                     57
                                                         ~WEBGUI                     1
    I tried passing parameter: ~WEBGUI_EASY_ACCESS_MENU = 1, where it is not working.
    Are there more additional parameters i have to pass?

    Try pasing the below parameter and value
    ~SINGLETRANSACTION = 1
    This should solve your problem

  • Iac iview settings

    Dear experts,
            i m created sap iac iview and in application parameter i give ~transaction=su01 & ~WEBGUI_SIMPLE_TOOLBAR=160  and hide back and exit button from the transaction but when i again press the enter it again shows the exit and back option
    and my second problem is that what value we pass to ~WEBGUI_SIMPLE_TOOLBAR so that save button comes in the su01
    transaction
    please help...............

    Hi
    Pls check the doument . It may help you
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e046cb5c-711a-2a10-95a9-81b365901b95?QuickLink=index&overridelayout=true
    Keshari

  • Problem when testing ITS (IAC) iView

    Hi all,
    I have created a service for a T-Code:SMEN.When I test this service I am able to see the 'SMEN' screen, but in the command box if I type any t-code, say "SE38".
    The entire screen refreshes but it is not taking me to "SE38"..
    I have complete authorizations for all t-codes.
    In this service I have the below parameters:
    Parameter Name value
    ~TRANSACTION smen
    ~GENERATEDYNPRO 1
    I have created a IAC iView with this service and even in the preview of this iView, same thing happens.
    Can any one give some direction in solving this ..
    Thanks in advance
    sethu

    Michael is right - you should not be using an IAC iView, but a SAP Transaction iView with the SAP GUI type set to "Web GUI".
    - Darren
    <a href="http://www.fortybeans.com/">blog</a>

  • Passing Values to a BW Template through Java - Dynpage

    Hello All!
    -I have one Java-Dynpage Application. I have created an
    Iview from that PAR file.
    -This Dynpage accepts some input from user(say his employee number) and displays some data from SQL server.
    -Now I want that when the user enters the input and clicks submit button, these values should be passed to a BW template to execute the BW report based on this input.
    -In other words, i want to display another Iview which will display a BW report based on the values passed from my Dynpage.
    <b>Is it possible to pass the values to a BW template from java?</b>
    If yes, how do i do it?
    Any suggestions are welcome....

    You can have two Iviews:
    1.Your existing Java Iview
    2. Standard BW Report as an Iview.
    when submit button is hit on Iview1. Use EPCF to pass values to Iview2.Then build your new bw url based on the values you get from iview1 thru EPCF.
    Search for EPCF on sdn.
    So , yes it is possible to pass values to a BW template from Dynpage or JSP using EPCF.
    regards,
    P.

  • MSS Absence Report PT64 not working via IAC iView

    We have a problem with MSS regarding the PT64 Absence Report. If we invoke the report via SAP GUI it produces a report using the correct date criteria specified.
    If we invoke the same report through MSS business package v 60.1.4 on EP6 SP2, the Selection Criteria iView delivered in the business package launches a new window to display the report using an AppIntegrator IAC iView and generates a URL as follows:
    http://server/irj/servlet/prt/portal/prtroot/pcd!3a!2f!2fportal_content!2fcom.sap.portal.migrated!2fep_5.0!2ftemplates!2fcom.sap.portal.appintegrator.sap.bwc.IAC?System=SAP_R3_HumanResources&SAP_IAC=hrwpc_fc_exec&SAP_QueryString=S%3DZMSS%26F%3D*HISRETABS+5%26B%3D18000101%26E%3D20050901%26V%5B1%5D%3DZRPT_D1%26O%5B1%5D%3DP00003582
    The report ignores the date criteria passed from the MSS iView. I can see in the URL above that the URL contains the dates I specified in MSS (start date=18000101 and end date=20050901).
    So I assume that either the URL is wrong or that PT64 or ITS is incorrectly interpreting the URL?
    Problem is, how do I know what the URL is supposed to look like?
    And if ITS or PT64 is incorrectly interpreting the URL query data, how on earth do I investigate or debug this.
    Cheers,
    Steve

    Hi all,
    I am having the same problem, only I am not able to see any reports, the link appears ok but the screen opens up empty.... Any ideas ??
    Regards,
    Paulo Poinha

  • Navigating values from one iview to another

    HI,
    We have created an Iview in Visual composer and has provided some "Name" and "EPCM Event".
    Now when i click on a button i shud pass a values called "Number" from this iview to another iview which is not a Visual composer iview.
    Can i know how can i link this 2 iviews and also how to capture that EPCM event to show the value in second iview.
    Regards,
    Raju

    Hi,
    The value is stored in cookies in the Client. EPCM databag APi should help you
    http://help.sap.com/saphelp_nw70/helpdata/en/68/322a9261c54e51b7965f86aac3dae2/frameset.htm
    save method writes to the cooke (from 1st iView) and load method gets the value from the cookie(from the 2nd iView).
    Event is required only if you have both the iViews in the same page and want to show the update immediatly
    http://help.sap.com/saphelp_nw70/helpdata/en/82/04b340be3dff5fe10000000a155106/frameset.htm
    Srini
    Edited by: Sinivasan Rajamani on Aug 11, 2009 9:23 PM

Maybe you are looking for

  • Using a non-static vector in a generic class with static methods

    I have a little problem with a class (the code is shown underneath). The problem is the Assign method. This method should return a clone (an exact copy) of the set given as an argument. When making a new instance of a GenericSet (with the Initialize

  • Issue with battery in settings (not reading correctly)

    I am very disappointed in battery life but I am getting NO help from the interal battery meter on the.  Any solution from Samsung or Google on this?  Check out the screen capture to see what I mean...  Says Discharging and is showing wrong info...

  • I can not load a valid copy of office 2008 for mac.

    It gets nearly all the way loaded then I get a disc failure. I have a valid product key and a product ID. Di I have to load boot camp first? I am new to Apple.

  • Full Import from 8.1.5 to 9.2 errors

    Hi Guys We are running with WinNT SP6, I created a 9.2 database, carried out a full import from a 8.1.5 database, no problems. When I try to do a full import again into the 9.2 database, I get IMP-00019: row rejected due to ORACLE error 1 IMP-00003:

  • HTML Component issue?

    No "title" attribute support inside HTML component in AIR application? For example, we have some text in our <mx:HTML> like this: <html> <body> [ <a href="http://domain.tld/" title="Some hint text for this link" onmouseover="this.style.color='#f00'"