Break the page name into two lines..

Hi,
I am trying to break the page neme into lines.For example Knowledge Management is the name of a page in Detailed Navigation and I want it to be displayed linke Knowledge and Management in two lines.I was just adding the break statement within the page name but was not successful.Any Ideas ??
Thanks.

I think you'll need to write your own detailed navigation to do this. There are a set of tags to make this easier...
Cheers

Similar Messages

  • Help reqd for printing the word text into two lines(AMOUNT in Rupees)

    Hi all,
    Im working for cheque printing and in the Amount in words column....im getting the text in a single line...as i've made it as in my script.
    (im moving the rate in to amount thru FM "HR_IN_CHG_INR_WRDS"....
    and it displaying into a single line....)
    But in every bank cheque...we have only a limit space for the first line and balance words should come in to the next line....How to achieve this in my form print.(when im giving the cheque(laser print) inside the printer for print)...
    *******FYI..
    now im getting it as
    RUPEES Ninety Seven Thousand Thirty seven and four paise only.(its going out in my cheque as it's coming in a single line,going beyond the words column)
    the above one...i want to print it as two lines as like in normal cheque...
    what condition i've to give and how to split the text or make it to continue in the second line....
    Pls do the needful with any examples or any coding.....
    help needed
    thanks & regards
    sankar

    hi Nehal,
    the below one is my coding part........FYI
    DATA AMT LIKE REGUD-WAERS.
    data: words(120) type c,AMOUNT(120).
    data: ant like PC207-betrg,t like reguh-vblnr,t1 type int4.
    FORM WORDS TABLES intab
    STRUCTURE itcsy outtab
    STRUCTURE itcsy.
    READ TABLE intab INDEX 1.
       t   = intab-value.
    select single RWBTR from reguh into ant where vblnr eq t.
    ant = ant * ( -1 ).
    CALL FUNCTION 'HR_IN_CHG_INR_WRDS'
    EXPORTING
    AMT_IN_NUM               = ant
    IMPORTING
    AMT_IN_WORDS             = words.
    amount = words.
    READ TABLE outtab INDEX 1.
      MOVE WORDS TO outtab-value.
      MODIFY outtab INDEX 1.
    ENDFORM.                    "diff
    with the above code,im getting the amount field in a single line and it goes out beyond the line specified.
    How to split it as a length basis as u said....pls explain in detail...
    thanks & regards
    sankar

  • SAP Script : to display the material description in two lines

    Hi All,
    I'm working on scripts.
    the material description field is been passed from my driver program ..into the script..
    Ex: &gs_final-maktx& ..
    There r a number of other fields to be displayed ...after this field ....
    Is there any option to split the 'Material description into two lines'?
    Ex: at present it is :
    This is material description
    Requirement is:
    This is material
    description
    I mean that there a number of field berfore and after this field......in the same line
    I need to jst split the materia description ...& make it to appear in two lines.....!!
    Expecting your suggestions....
    Edited by: vidya vidya on Nov 11, 2008 3:17 PM
    Edited by: vidya vidya on Nov 11, 2008 3:20 PM

    FM TEXT_SPLIT ?
    ..but i handled this by code.
    DATA:      zzboldsx(18) TYPE c,
          zzboldsx2(18) TYPE c,
          zzboldsx3(18) TYPE c,
          zzboldsx4(18) TYPE c.
    DATA: i_lines TYPE STANDARD TABLE OF tline WITH HEADER LINE ,
            r_lines TYPE tline,
            v_cnt LIKE sy-tabix.
    CALL FUNCTION 'READ_TEXT'
        EXPORTING
          client                  = sy-mandt
          id                      = stxh-tdid
          language                = stxh-tdspras
          name                    = name
          object                  = stxh-tdobject
        TABLES
          lines                   = i_lines[]
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      IF sy-subrc = 0.
    * Only 4 lines of Header text supported. Can add if needed
        LOOP AT i_lines INTO r_lines.
          CONDENSE r_lines-tdline NO-GAPS.
          v_cnt = v_cnt + 1.
          CASE v_cnt.
            WHEN 1.
              zzboldsx = r_lines-tdline.
            WHEN 2.
              zzboldsx2 = r_lines-tdline.
            WHEN 3.
              zzboldsx3 = r_lines-tdline.
            WHEN 4.
              zzboldsx4 = r_lines-tdline.
            WHEN OTHERS.
              EXIT.
          ENDCASE.
    *   zzbolDSX =  i_lines-tdline .
        ENDLOOP.

  • How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines

    How do i change the text in a submenu diffrent than the page name? I want it wrap into two lines or be a diffrent title but i can't figure out how to make any changes to the text.

    Hello,
    Text in Menu/Submenu canno tbe changed while using menu widget. However, if you use the Manual Menu option, then you can create your own Menu and add the hyperlinks according to your requirement.
    To create Manual Menu, please follow the steps below :
    1) In the Widget palette, go to "Menus" click and drag "Vertical/Hrizontal" into your artboard/workspace
    2) Click on the widget itself to a blue arrow appears to the right
    3) There is a drop down called "Menu Type" set it to "Manual" (as shown in screenshot) :
    4) Now You can create your own Menu and add your own text and hyperlink to  this Menu.
    Hope this helps.
    Regards,
    Sachin

  • I am working on a book in the book module of Lightroom. When I started, I didn't realize that there was a limit of 240 pages. I am going to need to break this book up into two books now. Is there anyway to move pages from one book and create a new book wi

    I am working on a book in the book module of Lightroom. When I started, I didn't realize that there was a page limit of 240 pages. I am going to need to break this book up into two books now. Is there a way to take pages from one book to start a second book without having to "redo" the pages again in the new book?

  • "Expand Title" in imovie breaks the title into two lines

    How do I phrase this so people will find the problem and help me solve it?
    When I use "Expand Lower Third" title in iMovie, I type in a sentence and the title starts playing fine, but less than half a second after it starts, the title breaks into two lines.
    Changing the font size doesn't seem to help.  Also, no matter what I do, the jump happens right at the beginning, so it's very distracting and unprofessional.
    Grr!!!

    Hi Flick, I'm having  the same issue with the Expand title mate - exactly as you explained it. I'm going to bin it and use another Title. Must be a bug. 

  • WPC: unable to add different resources with the same name into a WPC page

    Hi,
    I got a WPC problem when adding different KM resources with the same name into a WPC page.  Only one KM resource is able to be added in WPC.
    For example:
    There two "article.html" with different content and RID:
    1. /company_a/article.html
    2. /company_b/article.html
    when adding these two html pages into a WPC page, only one page will be shown.
    This means that a WPC page is not able to contain resources with same file names.  I think the problem might lie on the resource-linking mechanism of WPC. WPC will add a resource link in the page folder, when a new resource is drag&dropped into WPC.
    Anyone has some good ideas to solve my problem? Thanks a lot.
    Regards
    Lei NING
    Edited by: Lei NING on Apr 15, 2008 4:16 PM

    As this is not possible and double entries cause this problem, why not just pu both napes in the contact details on the same number. IE John Smith & Peter Jones all in the first name, by doing this if you search your contacts either by searching for john, peter, smith or jones the number will show up and if either calls the number will show John Smith & Peter Jones, it may not be perfect but will work. As the phone only recognises a number if two seperate entries of the number exist with different names it cannot possibly know who is calling ?
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Divide Dashboad pages into two lines

    Hi Experts,
    I am working on 11.1.1.5.0
    I am facing below problem.....
    Lets say you have some 15 pages on a Dashboard and all these pages by default comes on one line.
    I want to divide these pages into two lines with 8 page on 1st line and 7 pages on 2nd line.
    I think this can be achieved by using java script but dont know how to achieve this.
    Could you please help....
    Thanks in Advance.
    KD

    Hi prashanth,
    This we can do with javascripting but the problem is it squeezes the dashboard page and changes the colour of dashboard.So better to go for drop down of page items as you have 15 pages
    Follow this links http://forums.oracle.com/forums/thread.jspa?threadID=1014941&start=0&tstart=0
    http://forums.oracle.com/forums/thread.jspa?messageID=9226234?
    you need to change the javascript as needed,so you can consult any JavaScript guy from your company
    In between your previous posts are not closed by awarding points...please follow rules and this is your previos post
    http://forums.oracle.com/forums/message.jspa?messageID=9296458#9296458
    hope answers your question.
    Cheers,
    KK

  • How do I turn selected text in a Pages document into two columns without turning the whole document into two columns?

    How do I turn selected text in a Pages document into two columns without turning the whole document into two columns?

    Menu > Insert > Layout Break (before and after text) > click in text > Inspector > Layout > Layout > columns: 2
    Peter

  • Ask split long text into two line into same cell for ALV

    Dear All,
    Is it possible split long text into two line into same cell for ALV display data?
    Regards,
    Luke
    Moderator message: please search for information before asking.
    Edited by: Thomas Zloch on Feb 24, 2011 10:12 AM

    Keep options: Select the paragraph, then CtrlAltK (Mac: CmdOptK, I
    think).
    If you want the paragraphs in pairs, create two paragraph styles. Style
    A has keep options set to start on a new page, and also, its Next Style
    is style B.
    Style B has no keep options, but it's Next Style is Style A.
    Select all the text.
    From the flyout menu of the paragraph styles palette, apply Style A
    "then next style."
    Now all paragraphs will be alternating -- style A, style B, style A, etc.
    Now do what I wrote initially, and you'll have pairs of paragraph in
    separate text frames.

  • WRAP JTable Column Name into 2 lines

    I have a JTable with a long column Name. Can I wrap the Column Name into multiple (2) lines.

    baskaraninfo wrote:> set the following to a table column,<html><body>Employee<br>Name</body></html>>The break tag got lost cos you didnt use the code tags
    <html><body>Employee<br>Name</body></html>

  • How to break the PDF file into images?

    How to break the PDF file into images? There should be settings in Photoshop CS 6 that imports PDF file and break it into images.  I have a short instruction:
    2.    Open the file in Photoshop.
    3.    A new window should open to Import PDF.  Click on images, not pages  import pdf into Photoshop.doc
    4.    Select all the files shown (shift + click), Click O.K.  Four files should open on your screen.
      Was anybody successful with that?

    Whether this is available solely depends on the structure of the PDF and whether it actually contains whole images that can be extracted separately. Depending on whatgoing on in the PDF this may simply not be the case and the images have been tiled and split up in multiple "objects" whose appearance can only be retained by rasrerizing the whole page...
    Mylenium

  • Retrieving the *page* name

    Hello all,
    I have the following scenario in the EP6 SP9:
    "Role A" -> "Role B" -> "Page A"
    "Role A" -> "Role C" -> "Page B"
    where Page A run an iView and Page A and B are deltalinks of another page.
    With a few code lines I can retrieve the roles the user used to call the "Page A" or "Page B", but I can't retrieve the name of the page (it is also a node why can't I retrive it?).
    1) Is there a way to retrieve the page name?
    2) Is there someway to retrieve another page properties?
    I tried the code below, but it seems that it retrieves the information from the java class it is running and dont the page/iview.
    Any help will be appreciated,
    Thanks,
    Alessandro Reichert.
    IPortalComponentContext ctx = request.getComponentContext("pcd:portal_content/com.citrosuco.citrosuco/com.citrosuco.intranet/com.citrosuco.mes/com.citrosuco.OperatorCockpitFolder/com.citrosuco.OperatorCockpitiViews/com.citrosuco.CockpitOperatorURLiView");
    IPortalComponentProfile profile = ctx.getProfile();
    Enumeration e = profile.getProperties();
    while (e.hasMoreElements())
         String str;
         str = e.nextElement().toString();
         response.write(str"<BR>"profile.getProperty(str)+"<BR><BR>");

    Hi Alessandro,
    Here is the exact code I use. It displays the name of each node and the type, starting from the current node and going all the way to the initial node in the selected
    path:
    NavigationEventsHelperService navHelperService = (NavigationEventsHelperService)PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);
    INavigationNode myNode = navHelperService.getCurrentNavNode(request);
    boolean moreNodes = true;
    while (moreNodes) {
         response.write(myNode.getTitle(request.getLocale()));
         try {
              response.write(myNode.getAttributeValue(IPcdAttribute.OBJECT_CLASS).toString());
         } catch (NoSuchAttributeException e) {
              e.printStackTrace();
         response.write ("<BR>");
         if (myNode.getTitle(request.getLocale()).equals("DanRole")) {
              moreNodes=false;
         else {
              myNode = navHelperService.getParentNode(myNode,request);
    The only reason yours would stop before the top is:
    The last node did not have a parent node. Did you check the parent?
    There is a problem in the check that determines whether to stop iterating up the selected path.
    Feel free to send me your code or to post it.
    Daniel

  • How to create reports servers with the same name in two nodes in Reports

    Greetings
    We are migrating Oracle Application Server 10g (9.0.4) to a better hardware infrastructure with high availability. We want to provide 2 new Oracle Application Server 10g (9.0.4) in High availability and we want to avoid modify the existing forms and reports code, but the code is looking for a specific reports server name when calling reports, but I couldn't create the same reports server name in the both oas machines, I could create the reports server in only one node. I want to create a reports server with the same name in both nodes but it is not possible. I know that there is a procedure to do that in 10.1,2 (Note 437228.1, How to Create Two Reports Servers With the Same Name in the Same Subnet) but I couldn't find the equivalent procedure in 9.0.4.
    Anybody kwows how to create a reports server with the same name in two nodes using 10g (9.0.4)
    Thanks
    Ramiro Ortiz.

    Hello.
    I applied the patch 4092150 on my oas 9.0.4.2 and I modified my rwnetwork.conf file changing the port to 14022 by following the note "How to Create Two Reports Servers With the Same Name in the Same Subnet? [ID 437228.1]" but I am facing the same error rep-56040 "server already exists in the network".
    When I run osfind command I get the following information (My reports server is senarep and I want to create it on SNMMBOGOAS10):
    osfind: Found 2 agents at port 14000
    HOST: SNMVBOGOAS10.sena.red
    HOST: SNMVBOGOAS09.sena.red
    osfind: There are no OADs running on in your domain.
    osfind: There are no Object Implementations registered with OADs.
    osfind: Following are the list of Implementations started manually.
    HOST: SNMVBOGOAS10.sena.red
    REPOSITORY ID: IDL:oracle/reports/server/EngineComm:1.0
    OBJECT NAME: senarep2
    REPOSITORY ID: IDL:oracle/reports/server/ServerClass:1.0
    OBJECT NAME: senarep2
    HOST: SNMVBOGOAS09.sena.red
    REPOSITORY ID: IDL:oracle/reports/server/EngineComm:1.0
    OBJECT NAME: senarep
    REPOSITORY ID: IDL:oracle/reports/server/ServerClass:1.0
    OBJECT NAME: senarep
    Any Ideas?

  • I have a 15" MacBook Pro with Mountain Lion installed.  I have partitioned the hard drive into two partitions.  Is it possible to install Snow Leopard on the second partition?  If so how do I do it?

    I have a 15" MacBook Pro with Mountain Lion installed.  I have partitioned the hard drive into two partitions.  Is it possible to install Snow Leopard on the second partition?  If so how do I do it?

    If your MacBook Pro had Snow Leopard on it at one time then sure. (Early 2011 or earlier)
    How to erase and install Snow Leopard 10.6
    Obviously choose the second partition to install into. It has to be OS X Extended journaled formatted in Disk Utility (BootCamp software makes it a MSDOS/FAT32 formatted partition if you used that to partition with)
    If it's a Early 2011 or Late 2011 that came with 10.7, it's possible, but it's not easy.
    https://discussions.apple.com/thread/3264421?start=0&tstart=0
    If you can't install Snow Leopard, there is a thread over at MacRumors how to run Snow Leopard in a virtual machine program under 10.7 or 10.8

Maybe you are looking for

  • How to automate Drop Down menu in OpenScript

    Hello Team, Can someone help me in automating a drop down menu? The following is what I'm trying to achieve For iteration 1 the first value from the drop down menu should be selected, continue rest of the task as per the initial record for iteration

  • Composite RGB Curve math

    In Photoshop's Curves dialog (CS3), you can add control points to the composite RGB curve by command-clicking an area of the image. I've tried to figure out how the location of the added control point is determined from the color that was clicked on,

  • Installing oracle on redhat linux4.0

    Hello sir, me a junior DBA ,for creating the home directory and to create oinstall & dba group i have logged as root and i when i tried the following # groupadd -g 1000 oinstall the following error is coming bash : group add : command not found can u

  • Download fails from nokia store

    i have paid for 'Advanced Call Manager' and got my receipt by mail. the download page opened instantly but not downloaded at all even in 30minutes. 'mystaff' area does not show this item. my purchase history shows this. what to do? i am from kolkata,

  • How can I play a Windows Media Audio/Video on my Mac

    How can someone send me a Windows Media Audio/Video to my computer so that I can play it and save it on my Mac Pro