Issue in simple Iview creation

Hi Friends,
I am going to develop IView, Page, workset, Role, and assigning the Role to the user.
I created all these four and User, just I added one by one like Iview to page, page to workset, workset to Role and assigned Role to User.
Now If I open the portal with user, It is showing page not found.
Could you please help me in this.
Regards,
Lakshmi Prasad.

I have enable all Entry point for iview, workset, roles, etc. However still nothings works.
The tab of the respective role did not display at all. Standard SAP role is working. Only custom ones are not.
I have no much idea after trying to fine what's the issue.
Hoping someone could help me out.
Thanks.

Similar Messages

  • WD Java iView Creation Question/Issue - CE 7.1 EHP 1 Trial

    Hi all,
    Im posting this question here seeing as that the issue has arrised on an installation of the AS JAVA and EP shipped with CE 7.1 EHP1 Trial.
    When attempting to create an iView for a deployed custom WD Java app on the trial Portal I am taken straight to the iView template selection without being given the options for iView creation( ie. create from template, portal component or WD Java app). Is this by design ( WD Java iView creation has changed from previous Portal versions or is limited in Trial installation), is this an issue with the components shipped with the Trial or an issue on my installation only?
    Currently my only solution for deploying WD java content is to copy the actual application and paste it as Portal content which then creates a WD Proxy page with a single WD Proxy iView (that of the copy pasted WD app). This is fine for single app scenarios but becomes an issue with multiple apps on one page and drag and relate scenarios.
    Kind regards,
    Willem.

    Hi Williem
    Please check the SAP CE 7.1 EHP1 documentation for more information.
    [CE 7.1 documentation|http://help.sap.com/saphelp_nwce711/helpdata/en/44/d958673ef05f4de10000000a11466f/frameset.htm]
    [CE 7.1 iViews  |http://help.sap.com/saphelp_nwce711/helpdata/en/f5/eb51590e6a11d7b84900047582c9f7/frameset.htm]
    Hope this will helps you.
    Thanks
    Arun Jaiswal

  • PAR file missing in PAR selection list during iView creation

    Hi Gurus
    I created a jsp file and exported it through NWDS export option. But i dont get this par while iView creation. Its present when i searched in the support desk . Can anybody tell me the steps how to create a simple jsp in NWDS and test the same in Potal as iViews.
    Thanks in advance

    Hi,
    Use NWDS wizards:
    1) File -> Mew Project -> Portal Application -> Create a Portal Application Project
    2) Right click on the project you created -> New -> Other -> Portal Application Project -> Create a new Portal Application Object
    3) Select Portal Component -> JSPDynPage
    4) Write your code ...
    5) Deploy the par file & create iview from it.
    Omri

  • Portal Installed - Slow iView creation etc

    Hi,
    We have just completed the installation of the production EP 7 (2004s) on a new blade server.
    Config
    4 Swap Drives of 5GB each
    OS - 2003 Server standard edition SP1 on C Drive (12GB)
    EP instance installed on a separate netapps drive (40GB)
    *4GB RAM
    In creating a simple new iView it takes 3-4 minutes.
    What could be the reason? Is there a mechanism to improve performance?
    In our previous portal implementation (EP 6) the iView creation etc is very fast. (with a hardware configuration inferior to the one specified above)
    Any advice would be highly appreciated,
    Thanks and Regards,
    Antony.

    Hi,
    Nope actually, we are still encountering this problem. But there is a workaround. Say you have created an iview, you can copy such iview and change the relevant parameters later including the ID, name and all other particulars in order to create new iviews rather than creating new iviews altogether through the wizard.
    The copying activity takes just a couple of seconds.
    Hope this helps..
    Antony.
    P.S. : Reward points would be appreciated.

  • Issue in Outbound Delivery Creation w/o order reference & w/o sale order

    Hi ,
    I have an issue in outbound delivery creation without order reference and without sale order through
    BAPI_OUTB_DELIVERY_CREATENOREF . I am getting an error like
    1. Copying is not poss.because an entry is missing in Table TVCPL:  ZLR (Checked entries are there in the Table TVCPL)
    2. No instance of object type OutboundDelivery has been created. External reference.
    But I can able to create an outbound delivery through VL01NO txn.
    Pls help me where I am gng wrong.
    Regards
    Rupachandran

    hi,
    this is to inform you that,
    1. Copying is not poss.because an entry is missing in Table TVCPL: ZLR (Checked entries are there in the Table TVCPL)
    1.a. sorry for sending the link
    Re: can't create DN for sales return order
    balajia
    Edited by: balaji timmampalli achari on Dec 9, 2010 3:15 PM

  • How to use  Application Integrator for iView Creation

    Hi all
    any one can help me how to create an iView(webshop b2b iview) by using the Application integrator in portal
    Regards
    sunil

    1) creating URL ivew , for that you can refer this
    URL iView Creation
    2) You can directly deploy your .net project from the Visual Studio itself(sound's amazing right!!). SAP have provided a add-on to deploy directly from VS 2003/2005.
    For that you need
    SAP Portal Add-in 2.5 for Visual Studio 2005 - Hotfix 1.exe
    SAP Portal Runtime 2.5 for Microsoft .NET - Hotfix 1.exe

  • Issues with ODATA service creation

    Hi Gurus,
    I am facing some issues with ODATA service creation. I have an analytic view which I want to consume via SAP UI5.
    As per guides and blogs, I need to create 3 files, namely .xsaccess, .xsapp and .xsodata. I created these three files but at the same time .xsodata and .xsaccess got created at one more place. That place is my package which I checked out while creating the repository. Now when I try to activate my .xsaccess or .xsapp file, I get an error message - "The file name .xsaccess or .xsapp already exists and only 1 file is allowed per package"
    for more info please revert.
    Kindly help.
    Best regards,
    Chandan

    Chandan Sinha wrote:
    Can we add multiple analytic views in one ODATA service?
    Certainly.  You just have multiple entities then. You can even create associations between them. Here is an example that uses a combination of CDS Views, Attribute Views, and Analytic Views:
    service namespace "Wile.services" {
      "Wile.data.models::AN_EPISODES" as "Episodes"
      keys ("EPISODE_ID")
      navigates ("ToACMEItems" as "ACMEItems",
                "ToCoyoteNames" as "CoyoteNames",
                "ToRoadRunnerNames" as "RoadRunnerNames",
                "ToDirectors" as "Directors",
                "ToWriters" as "Writers");
      "Wile.data.models::AT_ACME_ITEMS" as "ACMEItems"
      keys ("EPISODE_ID","ITEM_ID");
      "Wile.data.models::AT_ACME_CATALOG" as "ACMECatalog"
      keys ("ITEM_ID")
      create using "Wile.services:ACMECatalogExits.xsjslib::itemsCreate"
      update using "Wile.services:ACMECatalogExits.xsjslib::itemsUpdate"
      delete using "Wile.services:ACMECatalogExits.xsjslib::itemsDelete";
      "Wile.data::WileECoyote.Episode.CoyoteNamesView" as "CoyoteNames"
      with ("EPISODE_ID","NAME_ID","NAME")
      keys ("EPISODE_ID","NAME_ID");
      "Wile.data::WileECoyote.Episode.RoadRunnerNamesView" as "RoadRunnerNames"
      with ("EPISODE_ID","NAME_ID","NAME")
      keys ("EPISODE_ID","NAME_ID");
      "Wile.data::WileECoyote.Episode.DirectorsView" as "Directors"
      with ("EPISODE_ID","NAME_ID","NAME","URL")
      keys ("EPISODE_ID","NAME_ID");
      "Wile.data::WileECoyote.Episode.WritersView" as "Writers"
      with ("EPISODE_ID","NAME_ID","NAME","URL")
      keys ("EPISODE_ID","NAME_ID");
      association "ToACMEItems" principal "Episodes"("EPISODE_ID")
       multiplicity "1"
       dependent "ACMEItems"("EPISODE_ID") multiplicity "*";
      association "ToCoyoteNames" principal "Episodes"("EPISODE_ID")
       multiplicity "1"
       dependent "CoyoteNames"("EPISODE_ID") multiplicity "*";
      association "ToRoadRunnerNames" principal "Episodes"("EPISODE_ID")
       multiplicity "1"
       dependent "RoadRunnerNames"("EPISODE_ID") multiplicity "*"; 
      association "ToDirectors" principal "Episodes"("EPISODE_ID")
       multiplicity "1"
       dependent "Directors"("EPISODE_ID") multiplicity "*";
      association "ToWriters" principal "Episodes"("EPISODE_ID")
       multiplicity "1"
       dependent "Writers"("EPISODE_ID") multiplicity "*";

  • Issue in Iviews creation in portal

    Hi,
    I am working on Portal 7.01 SP3.I am facing problem in creating iviews.
    When I want to create new iviews I go to "Content Administration"  >  Select appropriate folder under PCD  >  Right-click, select "New" > "iView"  > 
    Here I get the option to select the radio button from Iview template,Portal Component and Webdynpro Java application.
    But when I select the Iview template I do not get the option to select the type of iview and proceed.
    After a long time I get the message "No templates to display. You are not assigned to any existing templates."
    Please suggest.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Sep 15, 2009 11:00 AM

    Hi,
    Thanks for the reply.
    I have checked the permissions told by you to the templates folder.But still the problem exists.
    Also when I checked the for Permissions for Appl folder from System Admin -> Permissions,there are no folders displayed.
    Please suggest.
    Thanks,
    Rajani

  • Simple WebService Creation using JDeveloper 11.1 Technology Preview 2

    Hi,
    I like the way JDeveloper simplifies the web service creation using the wizards and allows to test the web services from the IDE itself.
    I have the following issues when I tried the step-by-step tutorial (http://www.oracle.com/technology/obe/obe11jdev/11/ws/ws.html) to build a web service. I greatly appreciate if some one can help me with these issues. This tutorial basically provides how to create a simple hello world kind of web service using JDev. Some of the steps are failing in my case.
    Failure 1) Unable to find the WSDL document
    When I invoke the "Test Web Service" menu item HTTP Analyzer is unable to locate the dynamically generated WSDL. I did try with and with-out proxy settings both the cases it failed. However I can see the WSDL if I go to the given WSDL URL in my web browser. I suspect I am missing some thing in Jdeveloper configuration. So I had to manually save the WSDL from the browser to go to further steps.
    Failure 2) Failure in the Response message
    When I invoke the request message I am getting the following error in the response:
    "The selected message is not a SOAP message". However, if I use the browser to test the web service, it is working fine.
    I greatly appreciate if you can provide me some insight into why JDeveloper is failing in these cases.
    Thanks
    Sunil

    It started working after I restarted the JDeveloper with no proxy settings. Seems to be after changing proxy settings JDev need to be restarted to take the preference changes to be effective in this case.
    Another interesting aspect that I noticed was, when HTTP analyzer is running it dynamically sets the proxy in the preferences settings as localhost with the HTTP analyzer port.
    But anyway now I am able to run and test this webservice within the JDev itself.
    Regards
    Sunil

  • Performance issue of simple mapping

    Hi All,
    We cretated one simple mapping the details are as follows:
    01. We had created on public dblink in Oracle 11g pointing to sqlserver
    02. By using the publicdblink we create one view at Oracle 11g. This view acts as a source in my mapping.
    03. We imported the above view just pointed to target table. We not used any transformations in between.
    SOURCE ----->TARGET TABLE A
    If we generate the code of mapping select statement and try to execute it will retrievewing results with in 7 minutes approximately. If we take insert code generation and try to execute it is continuosly running.
    We tried by change the configuration for Default mode from Set based fail over to rowbased and set based and we checked Analyze table statement. But not succeeded.
    Can you please suggest how we resolve this issue.
    Let us what kind of hints we can use to reduce the execution time of mappings.
    Regards,
    Ava

    Hello Oleg,
    Please find the scripts as follows:
    01. Creation of view in my source schema:
    CREATE OR REPLACE FORCE VIEW SOURCE_SCHEMA.SOURCE_A_VW (
    "DocID",
    "License",
    "SiteCode",
    "ActivationCode",
    "TimesChanged",
    "HostName",
    "Quantity",
    "DiskVolSN",
    "OriginalOrderNo",
    "HouseOrderNo",
    "LicenseID",
    "LicenseNotes",
    "LicenseSNs",
    "Comments",
    "Created_Date"
    AS
    SELECT "DocID",
    "License",
    "SiteCode",
    "ActivationCode",
    "TimesChanged",
    "HostName",
    "Quantity",
    "DiskVolSN",
    "OriginalOrderNo",
    "HouseOrderNo",
    "LicenseID",
    "LicenseNotes",
    "LicenseSNs",
    "Comments",
    "Created_Date"
    FROM A.SOURCEA@DBLINK;
    GRANT SELECT ON SOURCE_SCHEMA.SOURCE_A_VW TO TARGET_SCHEMA;
    02. We tested with the following select query from Mapping code and we are able to retrieve in 7 Minutes.
    SELECT
    "SOURCE_A_VW"."DocID" "DOCID",
    "SOURCE_A_VW"."License" "LICENSE",
    "SOURCE_A_VW"."SiteCode" "SITECODE",
    "SOURCE_A_VW"."ActivationCode" "ACTIVATIONCODE",
    "SOURCE_A_VW"."TimesChanged" "TIMESCHANGED",
    "SOURCE_A_VW"."HostName" "HOSTNAME",
    "SOURCE_A_VW"."Quantity" "QUANTITY",
    "SOURCE_A_VW"."DiskVolSN" "DISKVOLSN",
    "SOURCE_A_VW"."OriginalOrderNo" "ORIGINALORDERNO",
    "SOURCE_A_VW"."HouseOrderNo" "HOUSEORDERNO",
    "SOURCE_A_VW"."LicenseID" "LICENSEID",
    "SOURCE_A_VW"."LicenseNotes" "LICENSENOTES",
    "SOURCE_A_VW"."LicenseSNs" "LICENSESNS",
    "SOURCE_A_VW"."Comments" "COMMENTS",
    "SOURCE_A_VW"."Created_Date" "CREATED_DATE"
    FROM
    "SOURCE_SCHEMA"."SOURCE_A_VW" "SOURCE_A_VW"
    03. We tested with the following Insert query from Mapping code and continuosly running.
    INSERT
    INTO
    "TARGET_A" "TARGET_A"
    ("DOCID",
    "LICENSE",
    "SITECODE",
    "ACTIVATIONCODE",
    "TIMESCHANGED",
    "HOSTNAME",
    "QUANTITY",
    "DISKVOLSN",
    "ORIGINALORDERNO",
    "HOUSEORDERNO",
    "LICENSEID",
    "LICENSENOTES",
    "LICENSESNS",
    "COMMENTS",
    "CREATED_DATE")
    (SELECT
    "SOURCE_A_VW"."DocID" "DOCID",
    "SOURCE_A_VW"."License" "LICENSE",
    "SOURCE_A_VW"."SiteCode" "SITECODE",
    "SOURCE_A_VW"."ActivationCode" "ACTIVATIONCODE",
    "SOURCE_A_VW"."TimesChanged" "TIMESCHANGED",
    "SOURCE_A_VW"."HostName" "HOSTNAME",
    "SOURCE_A_VW"."Quantity" "QUANTITY",
    "SOURCE_A_VW"."DiskVolSN" "DISKVOLSN",
    "SOURCE_A_VW"."OriginalOrderNo" "ORIGINALORDERNO",
    "SOURCE_A_VW"."HouseOrderNo" "HOUSEORDERNO",
    "SOURCE_A_VW"."LicenseID" "LICENSEID",
    "SOURCE_A_VW"."LicenseNotes" "LICENSENOTES",
    "SOURCE_A_VW"."LicenseSNs" "LICENSESNS",
    "SOURCE_A_VW"."Comments" "COMMENTS",
    "SOURCE_A_VW"."Created_Date" "CREATED_DATE"
    FROM
    "SOURCE_SCHEMA"."SOURCE_A_VW" "SOURCE_A_VW"
    Please let me know if you have any concerns on the above scripts.
    Regards,
    Ava

  • IView Creation Based on available  par file in  Net Weaver

    Dear All,
    We Have Developed iViews based on par file creation in EP5.
    We have used HTMLB tag libariries and used JCO to Call the RFC enabled function modules and BAPIs from ABAP..
    but now we want to migrate the all our iviews which are running successfully in EP5 to Netweaver Component of EP6.
    we have got netweaver installed but we were not able to find how to upload par file and create iView in Netweaver EP6...
    in EP5 we have simple procedure to create iViews .. we will login as a administrator and there is an option for parupload under content administartion ... we will upload par files and create iviews but we are not able to find the same and simple procedure in Netweaver EP6
    we have been struggling for several days and exploring netweaver EP6 documentation..
    can any one throw some loght on it how to create iviews based on available par files in EP5..
    please provide me detailed explanation or steps or any clear cut document to create iViews in EP6 of netweaver component. your help would be appreciated to great extent
    Thanks and Regards
    Prasad.Yedlapalli

    Hi Prasad!
    If u want to Create a iview from the par file means Goto Content administration > Portal Content > Right Click Create a floder.After Creation of Folder.
    Right Click on Folder > Click on iview then select the following option
    >> Portal component - create an iView from a portal component contained in a deployed portal archive (PAR)
    then Select the par file , then fill general iview properties and finally click finish.
    If you want to upload into portal, then u follow the below Navigation.
    After u deployed ur Application par file from NWDS.
    Open the Portal Goto System Administartion > Support > Click on Portal Runtime >Administration Console, then Browse the Par file and click on upload.
    Next time onwards u can able to see ur par file in the PAR file list , while creating the iview from the PAR file.
    Thanks & Regards
    Ganesh
    (Points are always Welcome)

  • Slow iView Creation

    When creating a new iView in the Content Administration -> Portal Content tab, going from step1 (source type) to step2 (page creation) is very slow.  The time to load the step2 page can easily run 30 minutes or more.  Normally this occurs on the first time creating an iView after entering the Portal Content tab.
    Any ideas on how to speed this up?

    Hello,
    did you find any solution to this problem? Since a few days, we experience the same. I think it has something to do with LDAP, since the only change that happened in the last days is that we "portal-enabled" around 2500 users in our active directory.
    I would really appreciate any help with this issue... Thanks!
    Regards,
    Markus

  • Issue Applying Simple Links In SharePoint 2013

    Having recently migrated a site from 2010 to 2013, I have now started enhancing existing pages whilst adding new one's also.
    However, I am unable to add basic links to either text or graphics in 2013? This is frustrating and bizarre.
    Typically, I create a thumbnail image and host it on the appropriate SharePoint page, then copy the URL of the page I want it to point to, then add the link to the image, using the
    Link feature in the ribbon.
    Simple? You would think so.
    However, in 2010 it worked without issue. In 2013 it permits me to perform the aforesaid actions. (I even use the
    test link feature which confirms the link is correct, yet after saving the page, clicking on the thumbnail thereafter, the links points to the typical
    The webpage cannot be found page.
    I've not experiened this before. Having tried all obvious options I cannot currently apply links to either text or graphics in 2013 which is greatly impacting my project work.
    Any ideas or suggestions very welcome.
    Senninha010

    Hi Sen,
    What is the url when link redirects you to the  typical The
    webpage cannot be found page ?
    Regards
    Soni K

  • Issue in COPA Report Creation

    Dear All,
    I ave an issue in creation of COPA repor in KE30
    We have created all P&L item as cost element except
    1.Change in WIP for WIP calculation in Product Costing
    2. Price Difference (OBYC- PRD) Variance will be calculated from settlement profile
    Values in COPA are
    1.     VV001  - Quantity (KWBRUM) Quantity field
    2.     VV002 u2013 Price  (PR00) Revenue account of sales (Cost Category 11)
    3.     VV002 -  Material Cost-COGS (VPRS)
    4.     VV003 -  Discount Given (SD Condition)  (Cost Category 12)
    5.     VV005 u2013 Fright (SD Condition)  (Cost Category 12)
    6.     VV005 u2013 Misc Exp (SD  Condition) (Cost Category 12)
    7.     VV006 -  Consumption and Cost of Production, Revaluation, inv diff account
    8.     VV007 u2013 admin expenses
    9.     VV008  - Employees cost
    10.     VV009 u2013 financial cost (interest paid etc deprecation cost, audit exp)
    11.     VV010 u2013 Settlement of Variances of Production order (from settlement profile)
    12.     VV011 - Other income GL accounts (including Exch Rate Diff, profit on sale of asset etc)
    From VV005 to VV009 all the GL account included are created as primary cost element (C category 01)
    and assigned in OKB9 as transfer to PA structure and assigned in PA transfer FI (direct posting form FI)
    VV011 u2013 all the GL account created as Revenue (Cost Category 11)
    Issue we are facing
    1. In Consumption and Cost of Production GL account (Movement type 101 and 261 from production order ) we are not
    able to generate Profit analysis document.
    2. Price difference also come in picture at the time of Stock transfer and Price diff GL account is not created as cost element and how to flow that in copa, price difference from settlement will come from settlement profile.
    Format we have created for COPA report is like
    1.Quantity Field
    2.Selling Price  (PR00)
    3 Material Cost (VPRS)
    4 Discount Given
    5. Fright
    6. Misc Exp
    7. Consumption and Cost of Production, Revaluation, inv diff account
    8 admin expenses
    9. Employees cost
    10. financial cost
    11 Settlement of Variances of Production order
    12. Other income
    13 Net Profit (Calculated Values ) ( 2- 3-4-5-6-7-8-9-10-11+12)
    Is this a correct logic I applied kindly suggest.
    Regards
    Bittu

    Dear All,
    Any suggestion..
    Bittu

  • Issue on Purchase order creation with Delivery schedule line items per PR

    Hi
    Note->Developed inbound FM to create PO's in SAP through IDOC.
    We are creating purchase orders from vendor which is coming from Inbound IDOC. Here we are using as BAPI_PO_CREATE1
    to create PO's. before that i am passing all the inbound data of the IDOC and getting some Purchase requisions for plant and material wise from EBAN table where we have open PR's and split the inbound line item qauntity as per Open quantity in Purchase requisions. Problem here we are modifing schdule line data as per purcahse requisitions and post the all the shehduline data into above functional module, we are using creation date as delivery date in the scheduling line for each line.
    Set1- If we have multiple requisions for each material and plant in the inbound IDOC item , while creating PO using  above BAPI
    creating PO with delivery date is taken from Purchase requesion date, this only will happend in the first schudle line item always, second line scheulde has taken correctly from creation data as delivery date.
    Set2-If we have one requisition for each line item, it will creating correctly for schulding line item as with correct delivery , whcih is not taken from requstion delivery date.
    Set 2 is working correctly, but Set1  has problem with delivery date  in the scheduling lines particulary for first schduling line item.
    Please help me on this issue.
    Advance wishes

    Hi Satish
    Thanks for the reply.
    I checked the parameters and it is creating 2 PO when the Indicator Ordering address is set.If I uncheck this Indicator then only one PO is created.
    But now my question is from where is the Ordering address taken because for both line items Vendor is same and ordering address is also same.
    Then why the system is creating new PO?
    Regards
    Vaibhav Mahajan

Maybe you are looking for

  • DW CS5.5 Testing server setup - Help!!

    Hi everyone, Sorry if this is in the incorrect place for this error but I an having difficulties running a test server for php testing. I am running MacBook Pro, Lion and have Xampp installed. DW CS5.5 Databases access via phpmyadmin works fine. Ok s

  • How to reset viewScope for a particular ADF region

    I have following usecase. I navigate to a page (say cloud home page). while calling this page couple of parameters are set in view scope. 1. viewScope.keyAttrs.target 2. viewScope.keyAttrs.type The page has a ADF region ( say inventory) embedded. For

  • HT3819 My ipad2 and apple tvs won't work for very long

    I've been having problems with streaming of even beaming from iPad 2 to Apple TV ( I have 2 )...  My iMac settings seem correct... I can't even stream CNN on iPad for more than 30 seconds, it just stops... I've tested my wifi signal and 20+ Mbps, I u

  • DocX files from Word 2007

    These are a horrible mess when I import them into Frame 8. Half the file is formatted wit Courier font. I have the Word 2003 compatibility pack installed and saving the file down to Word 2003 format doesn't help at all--still a frightful mess. I am u

  • What is Module pool??

    Hi What is module pool???? How to create an module pool???Can i have with example please. If any documents on module pool plz forward me to the following address [email protected] Regards Krishna