Help creating a BW iView from R3

Hi all,
we are trying to publish on the Enterprise Portal 6.0 an iView related to BW.
These are the steps we followed to create this iView in R3:
- we created a Web Template using the BW tool Web Application Designer (WAD)
- we inserted two web item linked to a BW query (a table and a generic navigation block)
- we saved the Web Template in the logged user Favorites
Unfortunately, when we check on the Portal Administration \ Portal Content, we can't find the iView that we think we created in R3.
Can you tell us if we are missing something or we are doing something wrong?
Can you point us to a the steps needed to create the iView?
Thank you for your help.
Lorenzo

Hi,
we finally found how to do this!
The procedure was almost correct, but we were missing one point:
using the WAD tool we had created a web template (call it "ZMyTemplate"). We then had to create a new iView in the portal content and set the following property for it:
BEx Web Application Query String = "TEMPLATE_ID=ZMyTemplate"
In this way we were able to correctly preview it.
I hope this can be helpful for anyone.

Similar Messages

  • Help Creating an Antenna Pattern from Multiple Files

    Hello, I would like some suggestions on how to create a 3-D plot from mulitple data files. In my setup I measure a receive antenna using an HP 8510. The transmitter is stationary but the receive antenna is able to be positioned at different angles. For each angle we sweep the receive antenna in the azimuth axis. So for each azimuth sweep I generate a data file,  and each new sweep I roll the antenna in the phi direction. I would like some suggestions on how I would write an application where the user could select the multiple data files and then plot the data in a 3-D plot generating an antenna pattern or some call a volumetric plot.
    Thanks,
    joe

    Hi Joe,
        Attached are three vi's to get started with. AzElAntennaPattern generates a dipole antenna pattern (r = sin(theta)) in radius, elevation (theta), azimuth (phi) coordinates. It transforms the coordinates to Cartesian and puts every azimuth sweep into a new row in an array. This creates 3x 2D arrays, one for X, Y and Z, each row an azimuth sweep. These can then be plotted in a 3D parametric graph. Technically the parametric graph accepts spherical coordinates, but it won't draw axes or grids in spherical as far as I can tell. I'm sure it uses the normal spherical coordinates anyway, so best to transform to Cartesian yourself. DipoleWrite, generates azimuth sweep files and puts them into a folder you choose. Choose the folder by pressing the small folder icon before running it. AzElAntennaPatternFromFolder, shows how to read these files back in and plot them. If you post one of your files, I can help with a file reader.
    Good luck!
    Attachments:
    AzElAntennaPattern.vi ‏167 KB
    DipoleWrite.vi ‏15 KB
    AzElAntennaPatternFromFolder.vi ‏180 KB

  • Help:create tree node dynamically from java code...

    hi there...can anyone give me solution how to create or add tree node dynamically from java code???
    currently i am using tree node to handle my menu...i try to create tree and add treenode dynamically from .java page, but it failed...can anyone give solution how to create tree ui from java code, so i can create a dynamic menu...thanz before...

    Hi:
    Just put the statements you would normally put on a sqlplus command line in jdbc statements and execute them?
    http://www-db.stanford.edu/~ullman/fcdb/oracle/or-jdbc.html#0.1_executeUpdate
    MJG

  • Help. create quicktime vr file from photoshop panorama

    back when i was using photoshop 7, i could make a series of photos into a long panorama and then save as or export as a QT vr movie that would spin the image in side a QT window.
    Now I am using CS2 and the export or save option has become more complicated. I consulted the adobe help menu but the image ready conversion does't work. I just get a really wide qt movie that is all noise.
    i was using a tiff source file to try this should i using pict?
    Does anyone have a easy way to do this ..step by step?
    file format to start with and the compression settings etc.
    this useto be easy.
    Thanks

    As far as I know Photoshop can be used to stitch the images together into a single image but it can't generate the qtvr itself. I use vrWorx in OS X. There are other programs as well including the freeware "Make QTVR Panorama 2" for OS 9 and PTMac for OS X.

  • Help creating a custom tag from a scriplet

    I am trying to make a cusom tag to replace this peice of code:
    <TABLE >
    <% 
    out.println("<TABLE >\n" +
                    "<TR BGCOLOR=\"#FFDDAA\">\n" +
                    "  <TH>ID Number\n" +
                    "  <TH>Artist\n"
    Iterator it = pricePassed.getpricePassed().iterator();
    while( it.hasNext() ){
       MySite.VideoBean vids = (MySite.VideoBean) it.next();
       out.println( "<TR>\n" +
                   "<TD><Center><B>" + vids.getRecId() + "</TD>" +
                    "<TD><Center><B>" + vids.getArtist() + "</TD>"
    </TD></TR>\n" );
    %></TABLE>The following is no where near perfect i just want to post it so i can get opinions to see if i am going about it the right way:
    import java.io.*;
    import java.util.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class TableTag extends BodyTagSupport {
    private List passedIn;
    public void setItems(List workon) {
      passedIn = workon;
    public int doAfterBody() throws JspException {
      BodyContent body = getBodyContent();
      String body1 = body.getString();
       body.clearBody();
      List list = body1.length() >0 ? text2List(body1) : passedIn;
      if (list == null) return SKIP_BODY;
      try {
        JspWriter out = body.getEnclosingWriter();
        out.println("<TABLE BORDER=1 ALIGN=\"CENTER\">\n" +
                    "<TR BGCOLOR=\"#AADDFF\">\n" +
                    "  <TH>Artist\n" +     
    Iterator it = passedIn.setItems().iterator();
    while( it.hasNext() ){
       MySite.videoBean vids = (MySite.videoBean) it.next();
       out.println( "<TR BGCOLOR=\"#FFAD00\">\n" +
                    "<TD><Center><B>" + vids.getArtist() + "</TD>"
    </TD></TR>\n" );
      } catch (IOException ex) {
        throw new JspTagException(ex.getMessage());
      } // try
      return SKIP_BODY;
    }

    If you go to the page where it lists all the forums and scroll way, way, down you will find there's a JSP forum. That is really where you should post this kind of question.

  • Problem in creating New masthead iView

    Hi,
      I am trying to create a new Masthead iView from the par "<b>com.sap.portal.navigation.masthead</b>". I have opened the PAR in Developer studio with different name say "NewMasthead". I didnt change anything in the PAR and deployed the "NewMasthead" PAR.
    Then i have created a new iView from the deployed PAR .I have selected the "default" component present it.
    The problem is when i preview the iView it shows the Portal runtime error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com.sapportals.portal.navigation.HeaderiView.
    Exception id: 05:32_24/05/06_0179_38431050
    See the details for the exception ID in the log file
    Can anyone help me to solve this run time problem. Thanks in advance.
    Rgd,
    Saravanan

    Hi,
    I have downloaded com.sap.portal.navigation.masthead. i renamed project as MyMasthead.par after importing it in NWDS and the deployed the .par file. Now I want to create a masthead iview for this newly deployed .par file.
    What type of iview should I select and how will I select MyMasthead.par for this Iview. I mean should I go for a iview template or webdynpro iview or portal component iview and then where will I select the Mymasthead.par .
    Please give me the detailed steps for creating the iview for masthead from newly deployed par file..

  • How do I create a continuous PDF from another application?

    I need help creating a continuous PDF from a Quark Xpress document.
    I was able to achieve this on Photoshop once before (couple months back)
    and now I cannot remember how I did it.

    I think you made a wrong turn somewhere. This is the photoshop Elements forum. If you're asking about full photoshop, you need to go to the relevant forum here:
    http://forums.adobe.com/community/photoshop/photoshop_windows
    http://forums.adobe.com/community/photoshop/photoshop_macintosh
    Good luck!

  • Cannot create iView from PAR file

    I am trying to create an iView from PAR file. But when I select the option,
    "Portal component - create an iView from a portal component contained in a deployed portal archive (PAR) file"
    and click next, I get the following error.
    Error______________________________________
    Step 1:  Portal Archive Selection
    No templates to display. You are not assigned to any existing templates.
    I have portal_configurator and developer roles assignmed to myself. Which other role do I need? I cannot get admin role.
    Note: Other users with admin roles can create iViews.

    Hi
    What is your portal version details ?
    In EP 7.0 you do not have the option -- New From PAR.
    So to create IView from Par, you should select the option New --> IView and then there will be an option to select par file.
    Otherwise
    1.Check if your par file is deployed on server.
    2. Check the portalapp.xml, if you have configured your components properly.
    Cheers
    Chinmaya
    reward for helpful answers

  • Has anybody created Iview from "Webdynpro Java" component in CE7.1 ?

    Hi All,
           Has anyone created Iview from Webdynpro Java component in CE7.1.
    Because the wizard that appears for creation of Iview has only "Webdynpro ABAP"
    component.There is no option to create iview from "Webdynpro Java" component.
               Althought in portal content--->Template folder i can see there is also
    another template for "SAP Webdynpro iview" which i think is for the Java scenario.
    But issue is, its not coming in the wizard.Can anyone tell me how to make it appear in the wizard ? It will be of great help to me.
    Thanks and Regards
    Ashis

    Hi Ashis,
    your deployed webdynpros are published under "web dynpro applications". just copy the webdynpro from there and paste it into the portal content section.
    http://help.sap.com/saphelp_nwce10/helpdata/en/ce/e0d6f54ae641fc9566501cffaa8c6c/frameset.htm
    Hope that helps you.
    Best wishes, Jens

  • Creating support desk messge from ECC "Help"

    Hi Experts,
    I am working in SP20 EHP1 of Sol Man.
    Kindly provide the configurations  & authorizations to be done in ECC system & in Sol Man system to create the support message from ECC "Help" menu.
    I have created the ZLFN transaction type (copy of SLFN). When i create the support message in ECC help menu, i need to create the support desk message with "ZLFN" transaction type.
    Your valuable inputs required.
    Regards
    Senthil

    Hi Naveen,
    Thanks for the SAP note.  Can you explain point no:5?
    1. The client was not completely created by the copy of Client 001
        I need to check this with basis team
    2. The BCOS_CUST table was not maintained correctly
        In BCOS_CUST (In satellite System), i have maintained the following:
        OSS_MSG  W SM_DM3CLNT110_BACK CUST620 1.0
    3. Missing authorizations for message creation (correct: roles copied from SAP_SV_FDB_NOTIF_BC_CREATE and SAP_SOL_SERVTRANS_CREATE or SAP_SUPPDESK_CREATE)
    I am having SAP_ALL authorization in Satellite system. Is these roles to be assigned in Sol Man also?
    4. incorrect action profile assigned for the message type SLF1 (correct: SMSD_ABA_MLDG_SERVICEVORGANG or SLFN0001_STANDARD_DNO)
    For SLF1, i have assigned the action profile :SLFN0001_STANDARD_DNO. But inside this action profile, i have changed the values like PROCESS_TYPE to "ZLFN" & PARTNER_FCT_CREATOR to "ZLFN0002".
    5. Number ranges are not assigned correctly
    Can you explain this? For SLF1  & ZLFN , i have maintained "Internal" number ranges.
    6. The logical system is not defined
    Logical system for Sol Man & Satellite system  is created.
    7. Modification of the standard settings of the message type SLF1.
    I have changed the Text for Priority in SLF1.

  • Re: Help creating digital forms from paper forms on a mac

    This is a pretty general question but does anyone know of a way to create a digital form from a scanned paper form on a mac? I know that people use software such as Nuance's Omniform on the Windows platforms but I can't seem to find such a program for the mac. Is there someway to pull this off using Adobe PDF files? I would appreciate any help you guys can provide.
    Thanks,
    Stu

    You can use Filemaker Pro and in the Layout section you drag "fields" around to represent any form you wish, draw lines and boxes, place pictures just like a page layout program but it's a database program.
    You can then use these "fields" in any layout you wish, each record in the database will change the associated fields accordingly, name, address, phone etc etc.
    I haven't used it in awhile, so I don't know if you can import a scan of a present paper form or not for a template, but it's rather easy to copy by measuring with a ruler.
    Filemaker Pro so happens to be owned by Apple, but it's a seperate company, so you know it will work well.
    If that's to much money for you, you can check out Appleworks, but I hear Apple isn't putting out any more updates for it, no Mactel version.
    As always, learn to clone that boot dive before disaster strikes
    http://homepage.mac.com/hogfish/Personal11.html

  • Unable to create iView from template

    Hi,
    I'm unable to create new iView from a template
    If I try to create a new iView I get no selection of iView templates.
    The step 1 of Template selection shows the message:
    "No templates to display. You are not assigned to any existing templates."
    I have the super_admin role but I cant see any tempates.
    I checked the template folder in PCD and found my role has access to it and to the templates objects.
    I have searched for an OSS but no luck.
    Does anybody know a solution for this problem.
    Were on NW2004s SP14
    Best Regards,
    Rasmus

    Hi,
    The reason for this is in-sufficient permissions to the user on the applications folder.You can resolve this by navigating to :
    System Administration -> Permissions -> Applications , right click on the folder and open permissions. Then assign the <b>content_admin_role</b> to this folder.
    The issue will be resolved.
    Regards,
    Senthil K.

  • My first program to create a crystal report from java... Help needed...

    Hi... I am writing a java program that fetches a table from database and creates a Crystal Report from that table(ResultSet object)... Optionally exporting the report as a pdf also...  This will be a console application since it is my first program using crystal reports.... Any one can help me with this...?

    Hi Karthik,
    you could have a look over these developer guides below for understanding of Java sdk :-
    [http://www.sdn.sap.com/irj/boc/sdklibrary|http://www.sdn.sap.com/irj/boc/sdklibrary]
    you could also find  below sample codes for creating reports using Java sdk (RAS sdk) :-
    [http://www.sdn.sap.com/irj/boc/samples|http://www.sdn.sap.com/irj/boc/samples]
    let me know if you need any help,
    Regards,
    Rameez.

  • Help! how to create an outbound delivery from a project using a FM/BAPI?

    Hi,
    I need help to find a BAPI or FM which can be used to create an outbound delivery from a project similar to tcode CNS0?
    The following data will be used in creating the outbound delivery from a project:
      Project definition
      WBS Element
      Network
      Shipping Point
      Ship_To_Party
      Plant
      Storage Location
      Planned Goods Movement Date
      Delivery Type  : LP
      Sales Organization
      Distribution Channel
      Division
      Item Number
    Please help me find the appropriate BAPI or FM to create the delivery from project.
    Any help on this would be greatly appreciated.
    Thank you.
    with regards,
    Muthu Ganapathy.

    Hi Ferry Lianto,
    Thank you for your response.  Do you have a sample code to call this FM? Or can you please provide me what all parameters I need to pass to create delivery from project?    My input parameters are as given below:
    Project definition
    WBS Element
    Network
    Shipping Point
    Ship_To_Party
    Plant
    Storage Location
    Planned Goods Movement Date
    Delivery Type : LP
    Sales Organization
    Distribution Channel
    Division
    Item Number
    Please help me on this.
    Thank you.
    with regards,
    Muthu Ganapathy.

  • I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically. Can some one out there help me?

    I am working in Adobe Acrobat 9 Pro and just created a pdf form from a MS Word document. I need to find out how to have a date field in my form which will update automatically.

    Update automatically under which circumstances, exactly?

Maybe you are looking for

  • Exchange email will not sync

    Re: Iphone 4; I have two email accounts on Exchange: Gmail and a work email. For the past week my phone will not push the new emails to my phone. I have it where I fetch my emails manually. I'm getting the spinning wheel of death and it says "Checkin

  • Vendor's withholding tax code changing

    Hi Can we change the vendor's withholding tax code in mid year...... regards

  • Select table when import using Data Pump API

    Hi, Sorry for the trivial question, I export the data using Data Pump API, with "TABLE" mode. So all tables will be exported in one .dmp file. My question is, then how to import few tables only using Data Pump API?, how to define "TABLES" property li

  • Web service 302 object moved error

    Hi All, Last week, IT changed the configuration on our Cisco content switch to redirect every page request to https. Everything seems to be working properly except for our Web services, which I can't seem to consume at all. Here's the error we keep g

  • Cannot find 1024x768 @ 60Hz rate, mini-dvi to video

    cannot find 1024x768 @ 60Hz rate, the lowest it has on 1024x768 or 800x600 is 85Hz, so i just see nonsense lines on my tv, but it has a 1280x768 @ 60Hz resolution, my tv doesnt support that resolution... what can i do? this started happening like a w