Reg:Navigating to an IAC  iview

Hi Experts
I need to call an IAC ivew from my webDynPro Application
Please let me know how to carry out from my application.
Thanks & Regards
Mythri

Hi,
Have you already created your IAC view inside the portal?If yes, you can make use of absolute Navigation from webdynpro by specifying the PCD path  as follows.
WDPortalNavigation.navigateAbsolute("ROLES:portal_content/.../your IAC iview  ",WDPortalNavigationMode.SHOW_INPLACE,"","",WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,"","","","",false,false);
Best Regards
Uma

Similar Messages

  • 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

  • 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

  • F4 help is not working in IAC Iview

    Hi,
    There is IAC iview for transaction PA61
    F4 help is not working for the iview
    it workes in backend SAP PA61
    kindly give any hints what can we check
    thanks in advance
    b

    Hi,
    This might be due to the JRE version of the browser. We faced such issue and the update of JRE version in the browser helps to get the pop-up of F4 help. Check in the internet broswser Tools -> Internet Option -> Advanced. Check whether the JRE applet is checked or not. it has to be checked. if it is checked and even if you dont get the F4 help, upgrade the JRE version.
    Thanks,
    Mahendran B.

  • ESS Bus. Pkg EP 6.0 SP19 to R/3 4.7 ext.2 - IAC iView Problem

    Given the above components, I've deployed the ESS business package to the Portal. All components deployed successfully... no errors. I'm creating a new Role (custom, not from BP) and I'd like to use one of the iViews from the Business package in this role. I'm using the "Enrollments" iView which seems to be an IAC iView calling PZ14.
    Now the problem... when I access this iView via the Portal, ITS is called and the iView loads but only shows me the Easy Access Menu (SMEN). PZ14 never loads. I can enter PZ14 in the transaction field and it will load but it doesn't come up on its own. I also created a SAP GUI for HTML transaction iView to test PZ14 and that one works fine. To meet the customer's requirements though it must look "pretty" ... like the IAC iView does.
    The only thing I changed on the iView was the system alias. Changed it from SAP_R3_HumanResources to SAP_R3 (this is the proper name of the system I'm using to test).
    Any ideas?
    -Kevin

    This has been resolved. Oddly enough, I inadvertantly added /webgui/! to the end of the ITS Path definition in the system object. This was causing the afore mentioned behavior. Once removed, the iView behaved as expected.
    -Kevin

  • Error in creating IAC iviews

    Dear All,
    We are trying to create IAC iviews but getting error.
    Environment details:
    OS: AIX 5.3
    DB Oracle 10.2.0.2(UC)
    Application EP7.0 (SPS14)
    Backend ECC 6.0 SR3
    We followed the below mentioned steps:
    01) Created one Internet Service ziactest in se80 with the parameters -
    ~transaction = tcode and ~generatedynpro = 1
    02) Published the 'complete service' to the site INTERNAL.
    03) Created one sub element under /sap/bc/gui/sap/its as ziactest
    04) Modified the service ziactest as :
    - specified "GUI Link" = Yes
    - specified following GUI Configuration parameters:
    ~WEBGUI = 1
    ~SINGLETRANSACTION = 1
    ~NOHEADEROKCODE = 1
    ~TRANSACTION = tcode
    ~GENERATEDYNPRO = 1
    - specifed handler as CL_HTTP_EXT_ITS
    05) save & activated the service
    When trying to test the service, we are getting a script error "Error on Page": wgu_global_eventhandler is null or not an object and the page displayed - is getting distorted . Also, system is specifying that: "The URL
    http://gcbeccd:/sap/public/bc/its/mimes/system/page/menubase.html was not called due to an error."
    When tried directly with the above url, the following error is getting displayed:
    "The following error text was processed in the system RD3: The theme extracted from PAGE/MENUBASE.HTML has more than 2 characters."
    Please note that: The SAP GUI for HTML has been configured and working properly. Also, the SAP note 790727 has been applied to resolve this problem but no result.
    Any help in this regard will be highly appriciated.
    Thanks & Regards
    Sudip

    Hello Sudip,
    If the webgui service is working then there should be no reason for this to not work.  By specifying ~webgui 1 you're actually not using any template you've created for the ziactest service.  The URL should be:
    http://gcbeccd:/sap/bc/gui/sap/its/ziactest
    Please also try:
    http://gcbeccd:/sap/bc/gui/sap/its/webgui?~transaction=tcode
    Please also publish the IAC, WEBGUI and SYSTEM Internet Services from SE80 to the Internal ITS.
    You should look at the developer trace (dev_w#) for the Dialog Workprocess that is used and reporting the error for more information. 
    Edgar

  • IAC iViews - Save old status

    Hello experts,
    I have a problem with the ITS Service in portal side. if I hace two pages, page1 and page2, and this pages are IAC iViews for the same ITS service, and I perform this steps:
    1) open page1
    2) press a button in page1, that will show more information
    3) open page2
    4) open page1
    When I open the page1, in point 4, the status was not the same that I got when opened the iView for the first time, but with the content that I got after I press button.
    How can I fix this? I want that, when I open the page1 in 4th step, I get the same content that in step1.
    Can someone help me?
    Thank you
    BR
    Joao

    Hi,
    Which transaction are you using on your ITS service? You can define two services, one for edit and another one for view. On first step you run first service and on fourth step you run second service.
    Hope this helps,
    Iván.

  • 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 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

  • 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

  • Steps to create IAC iview

    Hi all,
    can any one provide me the complete steps to create an IAC iview?
    I have seen the help link to create this iveiw.  But bit confusing to create that...
    so pls post the detailed step wise creation of IAC iview.
    Thanks in advance,
    Vila.

    hi,
    Refer this link <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2204">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2204</a>.
    Hope link will be helpful.
    Regards
    Parth

  • 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

  • IAC iView in Portal

    Dear all,
    We have an IAC iview which uses the internet service BBP_POC in SRM. This service is to display purchase Orders. When we want to display the versions of a PO, the iview triggers another Internet service BBP_POC_DISPLY. But we are getting an error message that the service is not available:
    URL http://<host>:<port>/sap/bc/gui/sap/its/BBP_POC_DISPLY! call was terminated because the corresponding service is not available.
    If we observe the above URL, it has '!' at the end. It shoudl instead have '/' or noting at all. But how do we correct the error, since this call happens dynamically by the internet service BBP_POC. There is no iview created for the second service in the portal.
    Nny inputs are welcome.
    Thanks a lot.
    Ramya.

    More info:
    If i create an iview out of BBP_pOC_DISPLY, and execute it .. it gives me the message "interface contians errors". This might be because it uses the source of BBp-pOC. ANyidea if this error is linked to the previous error " service not available?
    Thanks a lot.
    Ramya.

  • IAC iview  -  Hiding Menu

    Hi All,
    I have an requirement to display SP02(spool request) in portal. I cant use transactional iviews and IAC iviews with ~WEGUI enabled. So i have created an IAC Iview with the property ~WEBGUI = 0. So that the user can open the transaction SP02 without sap launch pad. I created and its working fine.
    My requirement is: I want to hide the Menu and title bar. i.e only the spool request should be displayed. Please help me in achieving this.
    Regards,
    Anand

    See if this helps you :
    http://wiki.sdn.sap.com/wiki/display/HOME/Article%2b-%2bEmploy%2bSAP%2bGUI%2bfor%2bHTML%2binstead%2bof%2ban%2bInternet%2bservice?bc=true

  • Internet Services & IAC Iviews

    Hi,
    I created an IAC Iview on Portal based on an Internet Service. I have configured SSO with the R/3 System. It is also working fine. Now when I preview the Iview, it shows up properly.But when I do it the  second time, either it shows SAP Easy access menu or pages does not show at all. After restarting my portal, I again tried the opening the page. It came properly, I used the Menu> System> Logoff path within the Iview to Logoff. Now it is working for the second time also.
    So, How do I avoid using the logoff option. I cannot expect the user to logoff after viewing each of these Internet Services. There are about 30 such Iviews based on Internet Services. I hope I made my question clear.
    Any suggestions ?
    Murali.

    hi,
    Description
    Enables / disables the SAP Easy Access menu immediately after logon if no transaction is specified when running the SAP GUI for HTML.
    If ~webgui_easy_access_menu is set to 0 or it is undefined and no value is specified for ~transaction, users logging on to the SAP GUI for HTML see the initial SAP screen without the SAP Easy Access menu. To display the SAP Easy Access menu, they have to request it explicitly by choosing Start SAP Easy Access.
    If you set ~webgui_easy_access_menu to 1 and no value is specified for ~transaction, users logging on to the SAP GUI for HTML see the initial SAP screen with the SAP Easy Access menu immediately.
    Set by
    Service file webgui.srvc .
    Values
    0
    Displays the initial SAP screen without the SAP Easy Access menu after logon to the SAP GUI for HTML, if no transaction is specified (default).
    1
    Displays the initial SAP screen with the SAP Easy Access Menu after logon to the SAP GUI for HTML, if no transaction is specified.
    Example
    ~webgui_easy_access_menu     1
    Try using this service parameter in your internet service file and let me know
    You can also view other parameters in the following link:
    http://help.sap.com/saphelp_47x200/helpdata/en/24/ef243a84da356be10000000a11402f/frameset.htm
    Regards,
    Manish

Maybe you are looking for

  • What's the impact of rowid materialized view in oracle 10g

    Hello to all ; Oracle official  docs  saying ROWID materialized views should be used only for materialized views based on master tables from an Oracle7 database, and should not be used from Oracle8 or higher. For 10g or higher versions can we conside

  • Reading an PDF Attachment  From Sender Mail Adapter

    Hi All,                i am able to get a mail  from my Mail Server, But my aim is need to Read an PDF attachment from the mail, in SXMB Moni i am getting the Payload with attachment, I have a created a module to convert that PDF to XML(Module is wor

  • Photoshop CS6 crashes after "Help Improve Adobe's Products" appear

    Photoshop CS6 crashes or menu items turn grey after "Help Improve Adobe's Products" appear. How can I get rid of this message appearing all the time?

  • Cant get noise reduction to work

    when I apply the noise reduction feature to a grainly picture nothing happens.  am I missing a step?

  • Download E-business Suite 11.5.10

    Hi Where i can download 11.5.10 or 5.10.2,i searched on edelivery.oracle.com but it contains only media pack.Any body downloaded recently the full software for 11.5.10.2 from edelivery? rgds rajesh