How to get the whole list of Iview Templates

Hi,
when I navigate:
Portal Content -> Content Provided by SAP -> Templates -> Iview Templates
I get a long list of templates including Url Iviews etc
But, when I try to create my own Iview, the list of potential templates is much smaller, mainly including only the SAP related templates, BSP, Query, ITS etc.
Does anyone know how to make the full list of Iview Templates available for the Iview creation wizard ?
Thanks,
Tomas.

Hi Tomas,
which iView templates are offerd within the iView creation wizard is determined by SystemAdmin -- Permissions -- Portal Permissions -- Applications.
Normally, you will have to have SuperAdminRole to see/change these settings.
Hope it helps
Detlev
PS: Please consider to reward points for helpful answers. Thanks in advance!

Similar Messages

  • How to get the users list that can Add/Remove or modify Vendors in Oracle?

    How to get the users list that can Add/Remove or modify Vendors in Oracle?
    I need to generate a report like name and responsibility. Thanks

    That query gives the Supplier information.
    But what i would be needing is to find out the USERS in oracle who can Add/Modify or Remove Vendors.
    I assume it should be based on the Responsibility.

  • How to get the URL of an iView using AbstractPortalComponent

    Hi All,
    I need to get the URL of an iView using AbstractPortalComponent using the following code.
    But i am unable to open the URL from the Browser
    This is the following code snippet
    public class AbsClass extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
    IPortalComponentURI componentURI = request.createPortalComponentURI();
    componentURI.setContextName("pcd:portal_content/LOG_Viewer/LogViewer");
    String URI=componentURI.toString();
    response.write(URI);
    The output i got from the browser is:
    /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fLOG_Viewer!2fLogViewer
    Actual Path: pcd:portal_content/LOG_Viewer/LogViewer
    Output Path: /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fLOG_Viewer!2fLogViewer
    Why some extra numerics are embeded in the output path when compare with the Actual Path.
    Can any one send me the modified code and your suggestions, how to achieve this problem.
    Regards
    Phani

    Hi,
    Now i need to get the URL of this component.
    IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
    IPortalComponentURI componentURI = request.createPortalComponentURi();
    componentURI.setContextName("com.sap.portal.appintegrator.sap.bwc.Transaction");
    String URI=componentURI.toString();
    response.write(URI);
    I export this component into Portal and i tested with an iView based on this par file, i got the URL in the Preview.
    But when i tried to run this URL by adding the http://<IPADDRESS>:<PORTNO>+URL
    I am facing one AccessDenied Exception for this Object. ( USER/GUEST)
    Is there any security zone, or other Permissions Problem, if so can you plz guide me what are the settings i have to change inorder to resolve this exception
    Regards
    Phani

  • How to get the material list displayed in CU50 transaction into ABAP report

    How to get the 'KMAT" type material list displayed in CU50 transaction into ABAP report?
    I am getting the entire BOM when i am using the FM CS_BOM_EXPL_MAT_V2 in to the table in the report.
    But I want only the material list displayed in CU50.

    Hi,
    Could you please tell us how you found a solution to your problem?
    Thanks & regards
    Hassan

  • How to get the IP list

    I want to list the ip address for all the systems present in the same subnet.
    Here I have two doubts,
    1. How to get the available subnet list.(we might use two or more ethernet also. how to get that list).
    2. How to get the ip address of the conneted systems via that subnets?

    Icebreaker wrote:
    I want to list the ip address for all the systems present in the same subnet.
    ask your network administrator. He may have one.
    Here I have two doubts,
    1. How to get the available subnet list.(we might use two or more ethernet also. how to get that list).ask your network administrator.
    2. How to get the ip address of the conneted systems via that subnets?ask your network administrator.
    There's no automated way to do that that's failsafe and won't get people extremely angry at you for flooding the network with traffic.

  • How to get the user list under role

    Hi Gurus,
    in mdm console, if you select a role, you will see the users who are assigned to this role.
    how can I get this user list through java api.
    Ouser server is  MDM7.1SP5
    Best regards,
    John

    Hello John
    you cann't get users list.
    you can get user roles information since SAP MDM 7.1 SP3:
    com.sap.mdm.security.commands GetUserRoles Command
    A command to retrieve the array of roles for the specified user
    more about api  you can read here(What's New in MDM Java and .NET API - part):
    http://help.sap.com/saphelp_nwmdm71/helpdata/en/13/041975d8ce4d4287d5205816ea955a/frameset.htm
    Regards
    Kanstantsin Chernichenka
    Edited by: Kanstantsin Chernichenka on Mar 11, 2011 3:10 PM

  • How do I see my contact list on my IPad. ?It is there but I don't know how to access the whole list

    How do I see my contact list on my iPad?

    dont you get the list if you click on the icon that looks like this?
    http://farm4.static.flickr.com/3482/4564841455_84d21c65c7.jpg

  • How to get the whole map image after zoom in?

    Hi,
    I use mapviewer API to generate map images and put them in JSP as well as in Java Applet. I called the method getGeneratedImage(). After I using the methods zoomIn() or zoomOut(), I got a new map image. But the size is fixed, so after zoom in I can only see a part of the whole map. I would like to use scrollbar to see other part of the map after zoom in.
    How can I solve this problem? I have the images as predefinied themes saved in database with MBR information.
    Thanks in advance.

    Hi,
    For the map request in MapViewer you may define the data area that you want to display, as well as the device size (width and height). The result is a java Image with width and height sizes. You can draw this image on a canvas with scroll bars, and if the size of the canvas is smaller than the image size, then you should see the scroll bars. But you have to code that. MapViewer will just return an Image with the specified size.
    The zoom in/out options just change the data area, but keeps the device size. Therefore you should use the API methods to set the data area (setBox or setCenterAndSize) and to set the device size (setDeviceSize), in order to control the size of your resulted image, and then draw it on your canvas with scroll bars.
    Regards.

  • How to get the WHOLE xml document inside a string using XSLT mapping

    Hi folks,
    I have a deep xml structure that I want to embed as body, tags included, in a mail message (not as an attachment).
    I'm trying to use Michal's method in this blog
    /people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping
    However, I can't get it to deliver the entire structure instead of just specific elements.
    Any help is greatly appreciated,
    Thanks,
    Guy

    Ashok,
    I was able to work it out for my case.
    This XSL......
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
    <inside>
    <namestring>
    <xsl:text disable-output-escaping="yes"><![CDATA[<![CDATA[]]></xsl:text>
    <xsl:copy-of select="outside/name/*"/>
    <xsl:text disable-output-escaping="yes"><![CDATA[]]]]></xsl:text>
    <xsl:text disable-output-escaping="yes"><![CDATA[>]]></xsl:text>
    </namestring>
    </inside>
    </xsl:template>
    </xsl:stylesheet>
    ...will transform this input....
    <?xml version="1.0" encoding="UTF-8"?>
    <outside>
    <name>
    <nameone>name1</nameone>
    <nametwo>name2</nametwo>
    <namethree>name3</namethree>
    </name>
    </outside>
    ...and put the whole lot into the CDATA element.
    Hope this helps you,
    Guy

  • How to get the whole attachment as a MimeMessage?

    I'm finding a way to deal with base64 encoded .eml attachment. I need to parse it to MimeMessage for further process
       for (i=0; i<part.getCount(); i++) {
            currentPart = (MimePart) part.getBodyPart(i);
            if ( file extension is .eml ) {
                InputStream input = currentPart.getInputStream();
                currentPart = new MimeMessage(null, input);
            }with the above code, I would only get the decoded body of the email content, all header information are missing.
    From JavaMail API, getInputStream() and writeTo() would only get/write the content part, so I've tried to use:
       for(Enumeration enum = currentPart.getAllHeaderLines(); enum.hasMoreElements();)     {
            currentPart.addHeaderLine((String)enum.nextElement());
       }          I suppose currentPart is a MimeMessage now, but when I try this:
       request.setAttribute("part", (MimeMessage) currentPart.getContent());I would get a ClassCastException
    Would anyone give me some suggestion?

    I am a little unsure as to what exactly you are trying to achieve, but I will assume you are trying to extract the attachment from one message and parse this attachment as a MimeMessage.
    First, the parts in a MimeMessage are grouped in a tree structure so you can't just iterate over the list of parts and expect to get them all, you have to do it recursively.
    eg., (pseudo code only)
    public void getParts(Part p, List parts) {
      if(p.getContent() != null) {
        if(p.getContent() instanceof Multipart) {
          Multipart mp = (Multipart) content;
          for(int i = 0; i < mp.getCount(); i++) {
            getParts(mp.getBodyPart(i), parts);
        else
           parts.add(p);
    // Then call it like:
    List parts = new LinkedList();
    getParts(part, parts);
    // Where "part" is your original messageOnce you have the list of parts, you need to find the attachment. This is done by looking at the "disposition" of the part.
    An attachment will usually (although not always) be of type MimeMessage.INLINE or MimeMessage.ATTACHMENT
    So... iterate though your parts list looking for attachments
    Iterator i = parts.iterator();
    Part p = null;
    MimeMessage attachment = null;
    while(i.hasNext()) {
      p = (Part)i.next();
      // NOTE: p.getDisposition() may be null here
      if(p.getDisposition().equals(MimeMessage.INLINE) || p.getDisposition().equals(MimeMessage.ATTACHMENT)) {
        // You have an attachment
        // Use the data handler to get the stream
        InputStream input= p.getDataHandler().getInputStream();
        // Construct you new MimeMessage
        attachment = new MimeMessage(null, input);
        // Exit the loop
        break;
    }The simplest way to test is you have your attachment is to print it's filename with p.getFileName();
    You can also bypass creating the part list by adding the disposition check to the first getParts method.

  • How to get the whole timestamp from a postgresql database

    Hello,
    Has anyone an idea on how I can get the timestamp from a PostgreSQL database with the fractional seconds information ? I'm using the database connectivity toolkit
    Thanks
    Salim

    and there was even an easier solution
    Why doing simple things when you can struggle for hours

  • How to get the host list in the wifi on mobile devices?

    Hi
    My AIR app need work on both Android and iOS.
    ServerSocket and DatagramSocket are neither supported on mobile device. So how can I get the IP of other hosts in my wifi?
    I tried to get the ip range and use socket to connect them one by one to check if they are available. But it's too slow. Is there another quick way?
    Thanks

    Thank you Saumitra Bhave. I download some samples and read some articles for how to use native functions.
    But many things are sitll not clear to me, so I failed. Let me describe my flow:
    1. compile all Java code to a .jar file, and put it into Android-ARM folder in my project.
    2. create some functions to call the .jar with flash.external.ExtensionContext.
    3. create a extension.xml to describe the path.
    4. use command to compile .jar and AS functions into .ane with ADT.
    then I can use this .ane file in any my AS project, right?
    BTW, I'm using Flash Profassional, no Flash Builder 4.6.

  • How to get the whole payload

    Hey guys,
    I have a requirement where I need to call a stored procedure through a JDBC adapter. The particularity in this call is that I need to send the complete source XML payload as a string in just one element and not mapping each element with input variables of the store procedure.
    I need to know if there is a way to get the incoming XML payload as one big String within XI.
    Any inputs will be helpful !!!
    Cheers,
    Mauricio

    Hi,
    When you write a JAVA Mapping , you need to implement the StreamTransfromationClass which implements execute and setParameter methods.
    In the execute method , you get the Source XML as an InputStream and the need to push the Output XML as the output stream.
    You can use a DOM or SAX parser to prase the XML source and create the target XML.
    To get the entire Source into s String, use this code,
    BufferedReader in = new BufferedReader(new InputStreamReader(inp));
    StringBuffer buffer = new StringBuffer();
    String line="";
    while ((line = in.readLine()) != null) {
    buffer.append(line);
    String sourcexml=buffer.toString();
    Take a look at thise blog for Java Mapping,
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    Regards,
    Bhavesh

  • How to Get the required List Item values by using Where Clause

    I have two tables named "TAX_RULES","BILL"
    1. " Tax_Rules" (Sub_Head_Code,Tax_ID,Tax_Percentage)
    { While "Sub_Head_Code" field is unique,
    Tax_ID describes that there are two kinds of Tax_IDs based on Tax_percentage which is 6% for some Sub_Head_Codes and 3.5% for the remainng Sub_Head_Codes. I have given Tax_ID 1 for 6% and Tax_ID 2 for Sub_Head_codes having 3.5%. }
    2. "BILL" (Bill_ID,Sub_Head_Code,Tax_ID,Bill_Amount)
    {While "Bill_ID" describes unique Bill Identification Number,
    Sub_Head_Code and Tax_ID are behaving like composite foreign key from Tax_Rules table}
    I have design form for both tables.
    In BILL form i am trying to get values of Tax_ID from Tax_Rules table at run-time by using WHEN-NEW-FORM-INSTANCE.
    For this whenever i select a Sub_Head_Code in Bill Form, all the Tax_IDs that i have recorded against each Sub_Head_Code which is either 1 or 2 against 6% and 3.5% respectively.
    But I want that whenever i select a "Sub_Head_Code", Only that Tax_ID which is associated with that Sub_Head_Code ahould come in the LIST ITEM.
    I have used WHERE clause but that is useless.
    Following is the Code that i have applied in the WHE-NEW-ITEM-INSTANCE Trigger at FORM LEVEL
    <CODE>
    DECLARE
         rg_n1 VARCHAR2(40) :='TAX_ID';
         rg_idn1 RecordGroup;
         gc_idn1 GroupColumn;
         errcode NUMBER;
    BEGIN
         CLEAR_LIST('BILL.TAX_ID');
         rg_idn1 := Find_Group(rg_n1);
    IF      Id_Null(rg_idn1) then
              rg_idn1 := Create_Group(rg_n1);
         gc_idn1 := Add_Group_Column(rg_idn1,'EXPLAIN',CHAR_COLUMN,60);     
              gc_idn1 := Add_Group_Column(rg_idn1,'TAX_ID',CHAR_COLUMN,3);
         END IF;
         errcode := Populate_Group_With_Query(rg_idn1,'select TAX_ID,TAX_ID from TAX_RULES');
         POPULATE_LIST('BILL.TAX_ID',RG_IDn1);
    END;
    </CODE>

    In the Tax Rules table, you state:
    "Sub_Head_Code" field is unique
    In the Bill table, you state:
    Sub_Head_Code and Tax_ID are behaving like composite foreign key from Tax_Rules table
    If the Sub_Head_Code is unique, then it's acting as a primary key, so Sub_Head_Code and Tax_ID in the Bill table are not behaving like a composite foreign key. The Sub_Head_Code is a foreign key, and the Tax_ID is irrelevant as far as keys are concerned.
    It is not clear what it is you want to do.
    If you want to display the Tax_IDs from the Bill table when you select a Sub_Head_Code from the Tax_Rules table, then change your query to:
    select TAX_ID, TAX_ID from BILL where Sub_Head_Code = :Tax_Rules.Sub_Head_Code
    If you want to display the Tax_IDs from the Tax_Rules table when you select a Sub_Head_Code from the Bill table, then change your query to:
    select TAX_ID, TAX_ID from TAX_RULES where Sub_Head_Code = :Bill.Sub_Head_Code
    If this is not what you want, then clarify what it is you want to do. Don't say:
    "I want that whenever i select a "Sub_Head_Code", Only that Tax_ID which is associated with that Sub_Head_Code"
    because it is not clear what tables you are referring to.

  • After paying for a song, the whole song did NOT download.  How to get the whole song?

    I bought the songs, downloaded them, synced them to my iPod, then clicked play. Two of the new songs stopped playing at around the 50 second mark. So, I played them again to check to make sure I didn't just fast forward... Same thing happened again. I decided to go back onto my computer to redownload it, if the songs just didn't get to download fully, and iTunes didn't let me download it again.
    I have no idea what to do to finally get to listen to the full songs! Can someone help me out?!?

    I decided to go back onto my computer to redownload it, if the songs just didn't get to download fully, and iTunes didn't let me download it again.
    Doublechecking. Did you delete the two songs (and their associated files) from your iTunes library prior to attempting the redownload?

Maybe you are looking for

  • System.Diagnostics.EventLog - A device attached to the system is not functioning

    I was getting an error .... System.ComponentModel.Win32Exception was caught   ErrorCode=-2147467259   HResult=-2147467259   Message=A device attached to the system is not functioning   NativeErrorCode=31   Source=System   StackTrace:        at System

  • ITunes ask me to restore from a old backup all the time when I connect my iPhone5.

    Hi! My iTunes ask me to restore from a backup when I connect my new iPhone 5. I have done the backup process but it still ask me to do it. How do I get iTunes to understand that this is done? I connected my iPhone and restore it from a backup from my

  • Writing lead-out problem ...?

    Howdy All, I am using iDVD6 to burn a project to RIDATA DVD+R DL discs. The burn in iDVD6 90% of the time fails at the end (no error logs). However, after playing the DVD on a number of players (computer and dedicated) the DVD seems to be fine (all a

  • Transport Issue - no conversion of source system name

    Hi Experts, I'm desparetly trying to import an transport request containing a transformation into my PRD System . At stage of method execution it fails with RC=8. Error MSG: The DataSource MY_DS  (MY_DEV_SYS) does not exist in object version A in PRO

  • Encoding in weblogic server 9.1

    Please someone let me know how to set ISO encoding in startWeblogic for Weblogic server 9.1?