Create combination of two layout sets

Hello,
I would like to create new layout set for KM Navigation iView. That should be combination of TabExplorer layout and ConsumerThumbnailExplorer layout. There have to be folders displayed like tabs on the top of screen and list of documents (with thumbnails) which belong selected folder. I've tried to combine both of the standard layouts but no results.
Could someone help me with that?
Thank you in advance!
Regards
Zbynek

Hi Sybille,
in my opinion it is the best approach to write a Property Renderer no matter if you want to show the Property URLArisExport as link to another property or as an icon (with a link).
It should be no big implementation task.
BUT: I found out that there is really a modifier called "contentLinkCommand" (as you stated above) but I can not tell you if it's in SP2 Patch 35 and was not even able to use it in my version.
Maybe some colleague from KM development can supply some information here.
Best regards from the north part of Germany,
Robert

Similar Messages

  • How to create the Sap script & Layout Set (wants sample code)

    Hi All ,
    Can you please provide me the step by step procedure
    to create the Sap script & Layout Set .(please provide sample
    code/links /docs for layout & print program).
    Regards
    Rahul

    hi,
    go through the following links  what i found to create sap script.
    http://www.thespot4sap.com/Articles/SAPscript_Introduction.asp
    http://abapliveinfo.blogspot.com/2008/01/free-sapscript-made-easy-46-book.html
    http://www.thespot4sap.com/articles/SAPscript_example_code.asp
    http://idocs.de/www3/cookbooks/sapscript/sapscript_1/docu.htm
    http://idocguru.com/www5/cookbooks/sapscript/sapscript_1/example.htm
    www.geocities.com/wardaguilar25/sapscript-tutorial.html
    http://logosworld.de/www3/cookbooks/sapscript/sapscript_8/docu.htm
    how to create a  scripts?give steps?
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2969311
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=2902391
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3205653
    https://forums.sdn.sap.com/click.jspa?searchID=1811669&messageID=3111402
    http://www.sap-img.com/sapscripts.htm
    http://sappoint.com/abap/
    http://www.henrikfrank.dk/abapexamples/SapScript/sapscript.htm
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://www.sap-basis-abap.com/sapabap01.htm
    http://www.sap-img.com/sapscripts.htm
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci943419,00.html
    http://sap.ittoolbox.com/topics/t.asp?t=303&p=452&h2=452&h1=303
    http://www.sapgenie.com/phpBB2/viewtopic.php?t=14007&sid=09eec5147a0dbeee1b5edd21af8ebc6a
    Other Links

  • Function module to create combination order

    Hello Experts,
    We are implementing with IS Mill combination order functionality. We wanted to create combination order when a set of original orders are CIFed from APO. The original orders to be combined will be identified using a unique key (We plan to use a unused field in order for that).
    How can we achieve this. Can we trigger an exit in CIF on ECC side and call a function module or BAPI to create combination order?. If yes. Which BAPI should we use to create combination order.
    Thanks in advance
    Prathib

    Hi Prathib,
    Unfortunatley there is no BAPI available to create a combined order.
    Furthermore I want to point you to SAP Note 1820289 which clearly states that Order Combination for APO planned material is not supported.
    I would rather recomment to explore the option to create a trim order (also an order type which is specific to DIMP) instead of a combined order.
    Regards
        Stefan

  • How to create a custom layout set to display the KM folders...

    Could someone please tell me how to create a custom layout set to display the KM folders?
    Thanks,
    Sudha.

    Hi Sudha,
    Please check the following blogs whick will guide you step by step.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4123
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3071
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/c91b5610b65b4aa8204d09384d156b/frameset.htm
    If helps reward points
    cheers
    dev

  • In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font doe

    In Dreamweaver 6, I created a new fluid layout. I set up (4) DIVs. In the 3rd div, I changed the font color. The new color shows up on the website when viewed in my computer desktop, but, when viewed in a tablet and a cell phone, the color of the font does not change. It's the same in Dreamweaver's Live view. It shows the new color on Desktop view and not in the cell phone or tablet view. Also, I changed the font itself in one of the DIVs and it shows up in the new font on the desktop view and website viewed thru the computer, but, not on the tablet or cell phone. Can someone please explain. I want to be able to change the fonts and colors for viewing in the tablet and cell phone, also. The fonts were all standard fonts. Sans-erif and Verdana and Arial were tried. Thanks.

    I will lock this discussion because of duplicate post.

  • For Each Combination of Two Cols Create a Record

    How do I PL/SQL creating a new record in table B for each combination of two columns in table A? Do I need to create a cursor?
    my_cursor IS
    SELECT col1, col2 FROM tableA
    and then with a FOR loop somehow write SELECT FROM INSERT INTO?
    Thanks,

    For unique combination you have to do more than just distinct:
    SQL> ed
    Wrote file afiedt.buf
      1  select distinct least(x.id1, y.id2) as num1, greatest(x.id1, y.id2) as num2
      2  from t x, t y
      3* order by 1
    SQL> /
          NUM1       NUM2
             1          2
             1          3
             1          4
             2          2
             2          3
             2          4
             3          3
             3          4
    8 rows selected.
    SQL>Which, as you can see strips out the 3,2 because we already have a 2,3
    We have to use the greatest and least functions here so that the 3,2 combination was turned around to become 2,3 thus causing a duplicate which was stipped out using the distinct. There are other techniques too, but it depends on your data and what you want to achieve.

  • Creating layout set for custoom ivew rookie

    Hi, I want to do a simple iview where I display some news/articles. So I made the iview, set the "Path to Initially Displayed Folder" in documents/news/mynews and in that directory I created some forms. So now when I preview the ivew, I see the news/articles. Next step was to think how to display only the last 3 articles from that folder. and also have a link "go to archive" or something to display them all in a popup. Someone told me I have to make a layout set for that but I don;t know where to start. I tried googling about layout sets, collection renderer and resource renderer...what do they do, their rolse/use etc but haven't been able to put things head to head. Can someone give me some pointers on how to achieve this?
    10x in advance

    Hi,
    To show only last 3 documents, check this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/45bcc1c0-0d01-0010-1094-fe7993416ea6
    One more idea would be to show 3 documents using KM Navigation IView like this:
    https://forums.sdn.sap.com/thread.jspa?threadID=229784
    To show archieved files, you are right you should just change the layoutset, check this:
    https://forums.sdn.sap.com/thread.jspa?threadID=825252
    Regards,
    Praveen Gudapati

  • How would I create a mobile blog layout, by combining Business Catalyst's Modules and Adobe Muse's mobile design function?

    The title says it all. I absolutely love Adobe Muse's ability to design mobile and tablet layouts and have grown very fond of the workflow between Business Catalyst and Adobe Muse. The only issue I have found is the ability to incorporate the blog module to a mobile design or tablet design. I understand that Business Catalyst has you insert a tag code to create a page template for the blog to sit in but is there any way to have a mobile and tablet layout for the same blog? I would love if visitors reading my blog from their phone, didn't have to switch from a phone layout to a desktop layout just to read the blog. Once they read/ switch the blog, they can no longer navigate back to the mobile website version because of the page template I have assigned to the blog. All in all, I just want the ability to have the blog fit all mobile, tablet, and desktop versions. Any ideas?

    Hey Brad,
    That answer really helped and I am making progress! Now for some reason when I pull up the blog on my mobile, it says 'Error: Some files are missing or can not be loaded. Please clear cache and reload the page.' Any ideas why this might be happening? I haven't used the {system_visitorDeviceClass} that you mentioned.
    Maybe the method I used to create mobile layouts was wrong but what I did was create mobile and tablet layouts with the {tag_pagecontent} on each. Once published, I copied the html code for the phone template (as it did not automatically recognize the mobile and tablet page template were part of the same desktop layout) and pasted it to my template I had already assigned as a default. I then did the same for my tablet layout. What am I missing here : /
    Thank you for all the help so far! I am making progress!

  • Delete command on NewsExplorer layout set

    Hi guys,
    I have created an iView that uses the layout set NewsExplorer to display my XML forms. Everything is ok, except that there are two options for each item (Edit and Delete) and I only want the Edit command.
    How can I remove the Delete option from my NewsExplorer layout set? I am using EP6.0 SP9.
    Thanks in advance
    Fernando Urzedo

    1.Navigate to System Administration->System Configuration-> Knowledge Management->Configuration->Content Management->User Interface->Settings->Layout Set
    2.  Edit NewsExplorer
    3. Click on NewsResourceRenderer
    4. Click on NewsGroup
    5. Edit NewsGroup and remove all the commands except edit and delete.

  • How can I combine these two DAQ tasks???

    I am using LabVIEW 11, Windows XP, cDAQ-9174 chassis, two NI-9205 modules.
    Please see my code for reference. I am very new so i will accept all suggestions.
    I am acquiring 12 volatage signals in a producer/consumer structure giving me a queue of 1-d array of waveform(dbl). Then I am acquiring 12 voltage signals in another loop giving me 2-d array of waveform(dbl).
    There is an issue creating the channels. How can I combine these two tasks?
    Thanks,
    ~Chris
    Attachments:
    WaveTest_6.2.vi ‏558 KB

    Hello chrisbe723,
    When you say that there is an issue creating the channels, are you getting a specific error message when running your code? Also are you referencing the same set of channels for the two DAQ task you are configuring?
    Paul-B
    Applications Engineer
    National Instruments

  • 2 renderers in layout set reading from different areas of km repository

    Good Day
    I have a layout set which contains 2 collection renderers.
    Each renderer must display content from different areas of the km repository in a way that is controlled by the KM Navigation iView parameters "Path to root folder" & "Path to initially displayed folders"
    For example :
    Renderer 1 should display content from the path specified in "Path to root folder"
    and Renderer 2 should display content from the path specified in "Path to initially displayed folder"
    Is this possible? If yes, then how can i do this?
    Renderer 1 is a custom renderer that displays folders almost like in a tree structure.
    Renderer 2 is a EntryPointsCollectionGridRenderer
    Kind Regards
    B

    Hi B
    I don't think you are aware of the use and limitations of the KM Navigation Iview. Have you read the documentation at http://help.sap.com/saphelp_nw04/helpdata/en/b6/29892e91601940bb7a2cd673a1dff5/frameset.htm?
    "When i view the page it only displays the LSROOT layout set. It actually only displays whatever layout set is specified under the parameter "Layout Set for Root Collection". The page does not display LSFOLDER.
    Have i done something wrong?"
    Since I don't know exactly what your layousets consists of and how you have configured the KM Navigation Iview, this is hard to say. But perhaps it is caused by you specifying a path in "Path to initially displayed folder" that is not a subordinate to "Path to root folder for navigation".
    "Would it be possible for LSROOT and LSFOLDER to display contents from different paths in the repository?" Yes, it is possible to display two different paths with two different layout sets. Thats what the "Path to root folder for navigation"/"Layout Set for Root Collection" and "Path to initially displayed folder"/"Layout Set" are for.
    But no, it is not possible to display (merge) the content of two different folders using the KM Navigation Iview. Then you will have to create a taxonomy first or create some other kind of workaround. But I don't know if that was your aim in the first place.
    Kind regards,
    Martin

  • How to create Analysis from two different subject areas with diff models

    Hello,
    I have problem with create analysis from two different areas with two different models (Model Star and Snowflakes) build in BI Admin tools.
    First Model A = Subject Area A have one fact tables (with measures) and three dimensions tables (Model Star)
    Second Model B = Subject Area B have one fact table (no measures) and five dimensions tables (Model Snowflakes).
    I'm looking solutions how I can give good results. In this case I can't use UNION, INTERSECT etc., because this models haven't the same number column and data type?
    whether it is possible to do in OBIEE?
    Please help me
    Kind regard
    robix

    Hi
    One thing to understand is that if your are imagining having two Subject Areas (SAs) displayed and then dragging columns from each into your Request without any preparation, then no, that can't be done. You would need to do a join in the BMM layer and expose the column from the second Subject Area in the presentation layer.
    But if you indeed interested in UNION (or intersect) queries, then do this:
    Build your first query in the first SA in the usual manner. Note the number of columns and the data types of each column.
    Now at the bottom of the Criteria workspace, there is a button called "Combine with similar request." Click it.
    Select your second SA. You will note that the outlines of the columns in your first query appear. This is to remind you that the number of columns in this second query must be the same as in the first. It also shows the data type of each column for the same reason.
    Once you select your columns and your filters, click on result. (Oh, you will also need to decide what kind of combination you want -- click on the dropdown.) The result will be a new Request that has data from both SAs in the query and combined in the manner you select (union, intersect, etc.)
    That should give you a start.
    http://obiee101.blogspot.in/2010/08/obiee-combine-with-similar-request.html -- Read this link this is good one to understand with screen shots. -- OBIEE 10g
    http://oraclebiee11g.blogspot.in/2011/01/querying-across-multiple-subject-areas.html -- OBIEE 11g
    Award Points it is useful.
    Thanks
    satya

  • HT2534 I have two class sets of iPad 2s and I would like to set up an iTunes account but don't want to put in my credit card information or individual students' information. What is the best way to set up class sets of iPads?

    I am a K-6 tech teacher and just recieved two classroom sets of iPads. I'm wondering what is the best way to set up iTunes so that apps may be downloaded. I do not want to put my personal information in and I do not want students to put in their informtion either. Teachers want to be able to download free apps and when the school purchases iTunes gift cards, they would like to be able to use them. What is the best way to go about this?
    Thank You!
    Jess

    Contact your IT person. They will help you with provisioning & setting up the iPads and getting apps on them and locking them down so students can only access certain settings and apps.
    I have asked that this post get moved to iPad Enterprise as it is more approriate forum for your question (even though it is about schools))
    Don't create an AppleID yourself and use it to put stuff onto the school iPads. You can't have more than 10 iPads to one iTunes account anyway.

  • How should i use the two results sets in one single report data region?

    Hi frnz,
     I have to create a report using the below condition...
    Here my given data  set query gives you the two result sets ,so how should i use that two result sets information in single report....when i accessing that data set query it will take the values off the first result set not for the second result set.
    without using sub report and look up functionality..... if possible
    is there any way to achieve this.....Please let me know..
    Thanks!

    You cant get both resultsets in SSRS. SSRS dataset will only take the first resultset
    you need to either create them as separate queries or merge them into a single resultset and return with ad additional hardcoded field which indicates resultset (ie resultset1,resultset2 etc)
    Then inside SSRS report you can filter on the field to fetch individual resultsets at required places. While merging you need to make sure metadata of two resultsets are made consistent ie number of columns and correcponding column data types should be same.
    In absence of required number of columns just put some placeholders using NULL
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Customize the layout set used when opening a folder in search result list?

    Hi,
    I have created a search result iView that uses a predefined search query to show a list of folders. If I click on a folder <i>(rnd:displayname(contentLink)</i>) its content is displayed in a new window. Here the layout set Consumer Explorer (default profile?) is used.
    I want to use a custom layout set in this window. How can I achieve this?
    Regards,
    Mario

    Hi Mario,
    here the answers:
    > <i>1. Develop an own UI Command where you can give
    > the LayoutSet as a parameter</i>.
    >
    > Do you know where I can find some code sample?
    You can either check the <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/Implementing%20Flexible%20UI%20One-Step-Screenflow.article">Implementing Flexible UI One-Step-Screenflow</a> tutorial by Thilo Brandt or search here on SDN for "UI Command implementation" examples.
    > <i>2. Create a Layout Profile with your own Layout
    > Set and define it as the Default Layout Profile.</i>
    >
    > How can I find out for which operations/standard
    > iViews in KM (copy, move, create link...) the default
    > layout is used to avoid surprises when changing the
    > default profile?
    Normally, as you can see in the above mentioned <a href="http://help.sap.com/saphelp_nw04/helpdata/en/25/59bb2eece725498427334e0e21b80c/content.htm">Priority of Settings</a>, whenever the KM Navigation component (com.sap.km.cm.navigation) is opened without a specific layout set the global default layout set is used. As you can give this parameters by different ways (as URL parameter, in the KM Navigation iView configuration, via OTH file definition, hardcoded or configured in the configuration of an UI Command, etc.) it is nearly impossible to find <b>all</b> situation where your users will get this default profile.
    The UI Commands (with selection) you mentioned like "copy","move","create_link" use the configured LayoutSet (ConsumerOnlyFolderSelector) from the KM Configuration (of the command).
    > <i>3. You can also create a Layout Profile and go to
    > the root folder(s) of the search on "Details" ->
    > "Settings" -> "Presentation" and select your profile
    > in the tab "Settings for all users".</i>
    >
    > I think it is to complex to change all existing KM
    > Navigation iViews to forced mode.
    >
    One idea would be to use the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/content.htm">Multiple Property Replacement</a> feature by SAP.
    > Can you give me a hint on the other possibilities you
    > want to publish?
    Of course. One other possibility I have in mind is to work with OTH files. You might also search here on SDN to see how to use them for setting the layout set for specific folder paths.
    Hope this helps,
    Robert

Maybe you are looking for