Branding and static text in detail nav.

I have a requirement to add some static text at the bottom of the detailed navigation in the portal.  I accomplished this by creating a static HTML page in KM, creating an iView that points to that document, and assigning that iView to the Detailed Navigation of my page.  The problem is, the role that contains this will be widely assigned across the company, which means it will fall under several different brands.  No single background color of the static HTML would look good across all brands, so I'm not sure what to do.
First of all, is this the proper way to get the text there?  Secondly, what do I need to do to solve the branding issue?

Hi Kevin,
You can use dynamic navigation iviews for the purpose.
Create an iview with the text you want to display below detailed navigation.
Then add this iview to dynamic navigation area of the page.
(For Assigning Dynamic Navigation iViews check the below link)
Now when that page is shown in the portal,the associated dynamic navigation iview content
(i.e, ur static text)will be seen in the navigation panel(below detailed navigation).
Hope it is clear.For more info check this link
http://help.sap.com/saphelp_nw04/helpdata/en/32/66c53e5ae84d3be10000000a11405a/frameset.htm
Regards,
Santhosh

Similar Messages

  • Download Data drops title and static text views

    Hi All,
    Is there a way to retain the title or the static text view in the output results when exporting using Download Data (.csv)?
    We are using OBIEE 10.1.3.4.1.
    Regards,
    Nancy

    Hi Kumar,
         After building your it_material internal table, try using GUIO_DOWNLOAD to load the data into an excel sheet.
    check this sample code.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          FILENAME                = SELECT_FILE   " Filename
          FILETYPE                = 'ASC'
          APPEND                  = ' '
        TABLES
          DATA_TAB                = ITAB_STR_1
        EXCEPTIONS
          FILE_WRITE_ERROR        = 1
          NO_BATCH                = 2
          GUI_REFUSE_FILETRANSFER = 3
          INVALID_TYPE            = 4
          NO_AUTHORITY            = 5
          UNKNOWN_ERROR           = 6
          HEADER_NOT_ALLOWED      = 7
          SEPARATOR_NOT_ALLOWED   = 8
          FILESIZE_NOT_ALLOWED    = 9
          HEADER_TOO_LONG         = 10
          DP_ERROR_CREATE         = 11
          DP_ERROR_SEND           = 12
          DP_ERROR_WRITE          = 13
          UNKNOWN_DP_ERROR        = 14
          ACCESS_DENIED           = 15
          DP_OUT_OF_MEMORY        = 16
          DISK_FULL               = 17
          DP_TIMEOUT              = 18
          FILE_NOT_FOUND          = 19
          DATAPROVIDER_EXCEPTION  = 20
          CONTROL_FLUSH_ERROR     = 21
          OTHERS                  = 22.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        EXIT.
      ENDIF.
    Hope this is helpful to you. If you need further information, revert back.
    Reward all the helpful answers.
    Regards
    Nagaraj T

  • Put field synopsis in brief area and full text in detail area

    I have been making some dynamic sites recently and had a
    question about only pulling the first couple lines of data from a
    field in the summary page and showing the full text on the detail
    page. Currently, i make 2 fields, a brief field and a detail field.
    Can i condense these and write code to only show a few lines in my
    summary page?

    fbcojman wrote:
    > Thanks for the reply. I tried that. My SQL statement
    looks like this:
    >
    > SELECT left(tblnews.newsText, 50), tblnews.newsTitle
    FROM tblnews
    You should use an alias. In MySQL, the SQL statement should
    look like this:
    SELECT left(tblnews.newsText, 50) AS summary,
    tblnews.newsTitle
    FROM tblnews
    The first 50 characters are then available in the recordset
    as "summary".
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Adobe form -- Issue in Displaying Dynamic text along with Static text

    Hi All,
    I am having an issue when i am displaying a dynamic text along with static text in adobeforms.
    The dynamic text is slightly coming down and not aligned with the static text. i can see half row it is coming down.
    how to align both texts to be printed in same format.
    Request all of your expert advices in achieving this .
    Thank you in advance.
    Thanks&Regards,
    Phani Miriyaila.

    Hi,
    Select both dynamic and static text in the layout. Goto Object palette -> Layout. Give values to X,Y coordinates and Height & Width. Anchor properly and specify margins as well.
    Select both dynamic and static text in the layout. Right click on it and goto palettes -> Paragraph. It gives you the text alignment options. Align the text and give similar font and size.
    Thanks & Regards,
    Sanoosh

  • Flash CC 2014 Static text adding LOADS of KB to file.

    Creating a banner ad for the first time in Flash CC 2014 and I noticed that the file size has increased dramatically (75KB+). Upon further inspection it seems to be that Flash CC 2014 is including the WHOLE font file for the 3 fonts used in my project (even though all text fields are static text).
    HELP! Is there a setting I need to change?
    I discovered if I go into each text line and break the text apart (twice so it's just the vector shape of each letter) the exported SWF is 37KB vs 114KB (when text is left alone). But that solution isn't really a viable option because it makes editing the file later difficult and a lot of reworking.

    I did some comparison. 3 fonts in Flash CC and 3 fonts in flash cc 2014 and the difference was 80KB (flash cc 2014 bloating the file size).
    Previously with flash and static text there was very minimal size added to a file when adding fonts. 2014 seems to be embedding the ENTIRE font or something.
    Right now it's unusable.

  • In detail section Static Text should not be repeat.

    hi.
    i need a small Requirement.
    in detail section i put one field this is coming from data base.
    beside i put one static text like something.
    but something static text is repeating based on record set in detail section like
    something    value1
    something    value2
    something     value3
    but i dont want to repeat something, only first line i need to put
    like
    something valu1
                    value2
                    value3
    i dont want to put report section.
    i need to put same line at detail section....

    there's a couple of ways to do this:
    a) right click on the something field and choose Format Field > go to the Common tab and then select Suppress if duplicated
    b) or you may wish to go to the Insert menu, choose Group, and then choose your field that contains the something. then you can right click on the Group Header name at the left of the report designer, choose Section Expert, and then choose Underlay Sections.

  • How to read text and it's font details (Family and size) using Acrobat plugin?

    Hello,
           I have query about reading PDF, I wanted to extract text and it's font details (Family and size) using Acrobat plugin. How can I achieve that?
    Any suggestions are welcome.
    Thanks
    Rohit Shinde

    Look at the samples in the SDK around PDFEdit and the PDEdit APIs.

  • How to get file name and set it as static text in a dialog

    Hi,
    I m new to InDesign Programming.
    I have a menu that creates a dialog with different controls in it.
    The dialog will appear only if there is an open file. I need to display the name of the open file as a static text in the dialog. I know to get the name of the current file but don't know how to pass this each time the dialog is opened.
    Can someone help me in doing this?
    I m using InDesign CS3 in MAC OS.
    Thank You.

    those are the methods, but you can't use getCharacterEncoding(), actually, cuz it seems it's not necessarily filled in.. or at least that might be on some servers only, like Tomcat 4. As for encodings, you need to do a search for character encoding names and use the appropriate one.

  • Function module for detailes description of Order and long text in task

    Hello gurus,
                       please help me with Function module for detaile description of Order and long text in task list(operation Tab)?
    regards,
    YK

    Hi, 
    You should be able to read the Order short text directly from table AUFK. The Order long text or task list long text can be read by using FM "Read_text". Use Goto> Header on every long text screen to identify the parameters that need to be passed hen using this FM.
    Regards
    Narasimhan

  • I have a brand new iphone 5.  I can imessage and receive texts but can't send a text or reply to one.  Any ideas?

    I have a brand new iphone 5.. I can imessage and receive texts but can't reply or send new ones.  Any ideas?

    You can check this support document regarding troubleshooting Messages http://support.apple.com/kb/TS2755
    However, SMS is a carrier function. You say that iMessage is working, so I would contact the carrier since it is SMS is not working.

  • Copy static text from one MIF documents to other MIF document

    Hi All,
    I'm trying to copy the text frames and their contents from one document to other document.
    I"m following the bellow steps..!
    1. Open Template1.mif by F_ApiSimpleOpen()
    2. Create new document called "Template2.mif" using "F_ApiCustomDoc"
    3. Import the required formats by
    F_ApiSimpleImportFormats(Template2,Template1,FF_UFF_COLOR |FF_UFF_COMBINED_FONTS |FF_UFF_COND |FF_UFF_DOCUMENT_PROPS |FF_UFF_FONT |FF_UFF_MATH |FF_UFF_PAGE |FF_UFF_PGF |FF_UFF_TABLE |FF_UFF_VAR))
    4. Read the text frames from "Template1" and create new text frame in Template2
         pgfId = F_ApiGetId(FV_SessionId, Template1, FP_FirstFlowInDoc);
         while (pgfid) {
         //     create a new text frame in Template2
              tFrameId = F_ApiNewGraphicObject(Template2, FO_TextFrame, pFrameId);
              objGraphicId = F_ApiGetId(Template1, pgfId, FP_FirstTextFrameInFlow);
         //assigning the properties of text frames
              propspdf = F_ApiGetProps(docIdfrom, objGraphicId);
              F_ApiSetProps(docIdto, tFrameId,&propspdf);
    Till this step, it is working as expected.
    Next I need to read the paragraphs of each text frame and put only static text available in the TEXT FRAMES OF Template1 in newly crated TEXT FRAMES of Template2. But ignore the variables in the text frames.
    I tried to work with the following piece of code
         doc2PgfId = F_ApiGetId(docIdfrom, objGraphicId, FP_FirstPgf);
         doc1PgfId = F_ApiGetId(docIdto, tFrameId, FP_FirstPgf);
         while (doc2PgfId && doc1PgfId)
                   F_ApiDeallocatePropVals(&propspdf);
                   tispdf = F_ApiGetText(docIdfrom, doc2PgfId, FTI_String|FTI_PgfBegin|FTI_PgfEnd);
                   tisspdf = F_ApiGetText(docIdto, doc1PgfId, FTI_String);
                   n=tispdf.len;
                   n1=tisspdf.len;
                   for(i=0; i<tispdf.len;i++){
                         ti = &tispdf.val[i];
                         tiT = &tisspdf.val[i];
                         //compare the text type and handle each text item appropriately
                         switch(ti->dataType){
                         //handle normal free flowing text
                          case(FTI_String):
                           //F_ApiAlert("In String", FF_ALERT_CONTINUE_NOTE);
                           tr.beg.objId = pgfId;
                           tr.beg.offset = ti->offset;
                           trT.beg.objId = tr.beg.objId;
                           trT.beg.offset = tr.beg.offset;
                        F_ApiDeallocatePropVals(&props);
                        props = F_ApiGetTextProps(docIdfrom, &tr.beg);
                        F_ApiSetTextProps(docIdto, &trT.beg,&props);
                        name1=(StringT)ti->u.sdata;
                        textLoc=F_ApiAddText(docIdto, &trT.beg,name1);
            //textLoc.objId = pgfId1;
            //textLoc.offset = textLoc.offset;
            //if the text string is a part of a variable then
            //it would have been taken care of so ignore it
            break;
           case(FTI_PgfBegin):
                      pgfId = ti->u.idata;
                      pgfId1 = tiT->u.idata;
                      propspdf = F_ApiGetProps(docIdfrom, pgfId);
                      F_ApiSetProps(docIdto, pgfId1,&propspdf);
                       break;
           case(FTI_PgfEnd):
                 pgfId = 0;
                 pgfId1= 0;
                 textLoc.offset=0;
                 bPgfalive = False;
                 break;
         //Get ID of next pgf in frame
    where am I going wrong? Is there any simple way of doing it?
    How do I go ahead with this? Please help..!
    Thanks,
    Basav

    Hi Michael,
    Thanks for quick reply..!
    There was a piece of code which validates whether the text frame I needed exists or not. I intentionally removed so as to not to confuse the reader.
    Let me give you a clear picture that what I want to do..!
    I've a MIF file and XML file that has the details of text frames and its contents in the MIF. XML looks like
    <?xml version="1.0" encoding="UTF-8"?>
    <MyProjectXML>
    <TextFrame frame="fr18111dd"><P>Basava</P></TextFrame>
    <TextFrame frame="fr224362cc"><P>Prabhu</P></TextFrame>
    <TextFrame frame="fr2547"><P>5 Year Performance (US Dollar)</P></TextFrame>
    </MyProjectXML>
    My MIF file has more than 50  named text frames. Some of them are in XML file, like - fr18111dd, fr224362cc,fr2547. These text frames have the static text,variables and tables. [ Tables I've kept it aside to work later for now]
    What I need -
    Need a MIF file that has frames available in XML file and replace the variables with the values given in <P> tag and keep the static text as it is.
    I'm trying the other way now, Open the MIF file and delete all the text frames except the frames mentioned in the XML file and save as new file.
    Let me know if I'm doing anything wrong here..! That will save my time and effort.
    Am I clear on my query? and what I wanted to achive ? Let me know otherwise..!
    Thanks,
    Basav

  • HT4623 my iPhone can call out and receive text messages and emails but is not receiving any incoming calls

    my Iphone can call ut and receive text/email messages but is not receiving incoming calls.  What is your thought?

    Hi Baileyfour,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    There are two places where vibrations can be set.
    One is the Settings > Sounds
    The other area is Settings > Notifications
    If you have an app set to Alert, it may have a vibration set for it.
    iOS: Understanding Notifications
    http://support.apple.com/kb/ht3576
    Information about Notifications settings can also be found in the iPhone User Guide (pages 131, 132)
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    I hope this information helps ....
    Have a great day!
    - Judy

  • Bullets and Transparent text boxes

    hello,
    I've checked out the postings already for this issue and
    appreciate Ricks tip on fixing the font blur issue. However, I have
    another bug with bullets in transparent text boxes.
    Upon preview or publish of a project, I see a ghost color (a
    little lighter) of my background color which is light blue . So,
    basically the text box is no longer transparent and looks really
    bad.
    Any ideas,
    Lisa

    Hi Rick,
    Let me describe what is happening a little more clearly. Here
    is the basics so maybe you can reproduce it. I belive I did come up
    with a fix for myself.
    1) Add a background image to the slide that is merged not an
    overlay image
    - My image is a png file imported into the library and added
    to every slide. It has a solid light blue background with a dark
    blue strip on top and a brand from the client at the top left (very
    basic)
    2) Add a transparent text box caption
    3) Add text that includes bullet points
    Result: When you put a text caption with bullets over a slide
    background that is an image(even solid color) you get a ghost that
    oulines the text caption dimensions. If the text caption doesn't
    have bullets, the ghost outline doesn't appear, but the text is
    blurry. Obviously the text can be fixed by highlighting on
    character in #C0C0C0.
    My temporary fix: Because the ghost ouline seems to appear
    when a text caption with bullets is on top of a background image, I
    modifed my background image so that the light blue part (this is
    the area when all the content will be) is actually transparent and
    no longer a color. I then set color for all slides backgrounds to
    be the light blue that was origninally in my image. This seems to
    work, but there are some color fading issues that I need to explore
    and work out more.
    Thanks much and look forward to pushing the boundaries of
    Captivate once I my head around it more.
    P.S If I have a background image on each screen (branding and
    consistent purposes), when I set up a simulation, do I have to
    merge each screen shot into the background or can the screen shots
    created by Captivate just overlay my background image.
    Lisa

  • Static Text to Strings

    HI,
    I am simply trying to obtain the static text from a field (BP Name on Business Partner Form) and convert it to string as part of a message.
                    Dim oBPString As String
                    Dim oItem As SAPbouiCOM.Item
                    Dim oBPForm As SAPbouiCOM.Form
                    oBPForm = oApp.Forms.GetForm(134, 0)
                    oItem = oBPForm.Items.Item(7)
                    oBPString = oItem.Specific
                    oApp.MessageBox(oBPString" additional text")
    How do I display/convert current edit box items text to a string for such purposes?

    Hi,
    Use the String.Format method. Otherwise use "7" instead of 7
            Dim oBPString As String
            Dim oItem As SAPbouiCOM.Item
            Dim oBPForm As SAPbouiCOM.Form
            oBPForm = oApp.Forms.GetForm(134, 0)
            oItem = oBPForm.Items.Item("7")
            oBPString = oItem.Specific
            oApp.MessageBox(String.Format("{0} additional text", oBPString))
    or in one line
    oApp.MessageBox(String.Format("{0} additional text",
    oBPForm.Items.Item("7").Specific.string))
    Regards
    J.
    ps: do not forget the points....
    Edited by: Janos  Nagy on Jul 23, 2008 3:14 PM

  • Static text in ALV Report

    Hi,
    I have a requirement to create an ALV report which has to display some static text on each page. In the format below, the line item texts and sub total texts will be the same for each page. Each page displays data for one company code. The company code should be displayed on the top of page.
    Line Items    Sub totals          Amounts
    Line item 1                              Amt1
    Line item 2                              Amt2
    Line item 3                              Amt3
                            Sub total          1-3
    Line item 4                              Amt4
    Line item 5                              Amt5
                            Sub total        1-5           
                                                 Total
    1. How to display the same item texts on each page? Can I use text symbols to avoid hard coding?
    2. How do I get sub totals?
    3. Display company code on top of page according to the viewed page?
    any sample code greatly appreciated.
    Thanks,
    MJ

    Hi,
    I have a requirement to create an ALV report which has to display some static text on each page. In the format below, the line item texts and sub total texts will be the same for each page. Each page displays data for one company code. The company code should be displayed on the top of page.
    Line Items                       Amounts
    Line item 1                        Amt1
    Line item 2                        Amt2
    Line item 3                        Amt3
    Sub total                             1-3
    Line item 4                         Amt4
    Line item 5                         Amt5
    Sub total                            1-5           
       Total                               1-5
    1. How to display the same item texts on each page? Can I use text symbols to avoid hard coding?
    2. How do I get sub totals?
    3. Display company code on top of page according to the viewed page?
    any sample code greatly appreciated.
    Thanks,
    MJ

Maybe you are looking for

  • Setting up the Apache HTTP Plugin for several BEA Servers

    Hey together, i would like to setup the apache http plugin for several bea-servers. I am running apache 1.x on my hp-ux system. There are 2 bea-server-domains on this box and both should be proxied by the plugin simultaneously. As far as i know it is

  • Faster 2 TB external drive throughput?

    Hi.  I'm a heavy user of Aperture, and am looking for ways to overcome system waits (spinning pinwheel) when using very large Libraries.  The system waits happen when making adjustments, loading containers, and always when emptying the Aperture Trash

  • Code formation

    Hi Eswar, could anyone check my code below and suggest the changes for it interms of performance wise and also the pattern of writting the code. i want to cross check my code before i go for testing thanks in adance. form checkdata. data: wrecord typ

  • Sync doubles music on iphone

    Hello Here's a strange one: After updating to the previous version of iTunes (the one which underwent the first major redesign), and my iphone to IOS 7, there's lots of inconveniencies occurring. The funniest one is this: When I connect the phone and

  • MacBook Pro Retina Windows Bootcamp Massively Overheating

    Hey all, After a struggle I finally got a Windows 7 64-bit installed into a partition and working. All well and good. However, during gaming (my only reason for a Windows partition, until the game manufacturers create a native OS X version) the MBP o