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

Similar Messages

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

  • Unable to call Internet Service from EP IAC iview

    Hi.
    I'm trying to call a r/3 transaction with ITS from portal iview. I wan't to hide menu and toolbar, so I've created an Internet Service in SICF/SE80 with several parameters (webgui_simple_toolbar, ...). The service is activated and published. When I run it, Internet Explorer send me a 403 error.
    I've tried to create an iac iview and links the service to it, but system return same problem.
    ITS is ok, because I can run r/3 transaction from EP whithout any problem.
    Any idea?
    Thanks a lot!

    Hi Edgar.
    Service doesn't run from R/3 system. I've used ITS parameters "TRANSACTION", "WEBGUI", "WEBGUI_SIMPLE_TOOLBAR" and "GENERATEDYNPRO".
    R/3 can't run the service and give a 403 error.
    Service is actived and published, using SICF and SE80 transactions. Finally, I've run SIAC_PUBLISH_ALL_INTERNAL and all is good.
    When service runs on R/3 system, I will build IAC iView on EP.
    Any idea?
    Thanks a lot.
    Regards

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

  • Internet Servies & IAC Iview

    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
    Do you mean, the System object - ITS properties.
    It was <b>/sap/bc/gui/sap/its/</b>
    I changed it to <b>/scripts/wgate/</b>
    I got the following Error :
    Service cannot be reached
    What has happened?
    URL http://<IP>:8000/scripts/wgate//ZMIGO/! call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system RD1 with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:itdrd1_RD1_00-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team
    Please let me know what should be done to correct it.
    Murali.

  • IAC iview doesn't run when change to another and come back

    Hi,
    I've defined an IAC iview tha calls an ITS services (parameters ~webgui = 1, ~generatedynpro = 1, ~simpletransaction = 1, ~transaction = ).
    First time I run this iview, it runs well. I run another iview and when I come back to the first one (IAC iview), it doesn't run, it shows me a r/3 screen that let me access r/3 menu, so it doesn't run my ITS service.
    I'm using ECC (ITS integrated) and I'm not using SSO.
    Any idea. All contributions will be appreciated.
    Thanks a lot.
    Best regards,
    Iván.

    Hello Iván,
    I think you meant ~singletransaction right?  If so please remove this parameter and try again. 
    Edgar

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

  • Calling Portal iView from a WebdynPro ABAP application

    Hi ,
    I have a requirement where I need to call an iView in my portal from the Webdynpro application also existing in the portal.
    Can anyone provide me the method with source code( if possible ) to call an iView existing in the portal from the WebDynPro ABAP application.
    Best Regards
    Sid

    Hi Siddharth,
    Well, I think you can go for Portal Navigation concept.
    Please check the required source code in WDR_TEST_PORTAL_NAV Web Dynpro component. That will illustrate both Page based Navigation and Object based Navigation.
    Hope that should solve your problem.
    Regards
    <i><b>Raja Sekhar</b></i>

  • How to call Standard Iviews in Webdynpro application?

    How to call STD iviews  in the wwbdynpro application.
    can any of friends give the code

    Use this snippet to call standard iviews from your webdynpro code :
    //use LinktoAction UI element
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    Hope this helps.
    Rgds
    Prabhakar

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

  • Calling BSP Iview from a BSP Iview

    How to call another BSP Iview from a BSP Iview ?
    Is it the same like we call BSP Iview from a Controller ?
    My problem is ..Intially i had only one Iview called from the controller. It was working fine.
    I've added some includes in the View and while activating, i got the error msg
    +Internal error Occured during runtime generation of the class CLOLkshdksjhfk ....+_
    +(Dump id : GENBRANCHOFFSET_LIMIT_REACHED)+_
    I found from the forum that, instead of calling all things in a single Iview, we can split that into different Iviews.I did the same. and the error had gone.
    My Q is ...
    I Have built code for tray (maximize and minimize). It works fine if the controller has One Iview and its not working if the controller has 3 iviews.
    How to sort it ? If i call the other 2 Iview s from the parent one, will the prob solved ?
    Thanks and Regards,
    Kanal.

    Hi,
    Please check this weblog by Brian McKellar. You will surely find a way to avoid the error you mentionned.
    [/people/brian.mckellar/blog/2005/04/25/bsp-programming-gen-branchoffset-limit-reached|/people/brian.mckellar/blog/2005/04/25/bsp-programming-gen-branchoffset-limit-reached]
    Regards,
    Tanguy

Maybe you are looking for

  • Processing a File (From a Folder Action) Through an AppleScript

    I have a Folder Action enabled which automatically uploads images placed in a folder to a FTP server. It works great when I'm at home on my own network, but if I'm somewhere with a firewall that prohibits connecting to my FTP server (i.e. work) or if

  • Can't go to next slide after adding advanced action to answer and other

    Hi, I'm creating a quizz and there are some problems I can't solve. I have a flash project with login page, where user should fill name, company and e-mail. To this e-mail I have to send the results of the quizz. After you correctly fill the gaps and

  • Radio buttons on form are not always Re-enabling when i Tell them to re-ena

    I have a game setup where there is 1 server and 2 clients. The 2 clients each have a gui where they have 3 radio buttons to select from. Once they make their choice then their buttons are re-enabled when the server sends the message "#newround" to th

  • Multiple rows with single date

    I am using a CDC control task to extract and load data from our OLTP source to our Data Warehouse. For our Date dimension, we have a DateKey which is a DATETIME stamp (created using SSAS dimension wizard). Time is always 00:00:00 as a DATETIME value

  • Saving and exporting issue, in AI trial. Error messages. PS is fine.

    I just installed the trial version of AI and PS today.  Illustrator: I can open files and work on them just fine. I cannot export or save. I receive, "The file could not be written due to an error." when exporting, and, "An uknown error has occurred.