Which container to display text ?

Hi,
i have a screen with a Custom Control where an ALV is displayed.
Now I would like to add on top of the screen, the parameters and values used on selection screen.
What kind of container should I use for that ?
any other help or example will be good. Thanks

Hi
You can use FM REUSE_ALV_GRID_DISPLAY and add Header infomration. This function module splits screen in 2 separeted area.
In this forum you can find many samples about REUSE_ALV_GRID_DISPLAY or in Wiki area.
Also you can just add some I/O fields or add another container area and call another screen to show the information above/below your ALV list.
Kind regards
Carlos Machado

Similar Messages

  • How can I fix the language in which my iTunes displays texts and menus?

    When I installed iTunes on my PC, I configured it to be in Spanish. However, each time I click on the Music Store, it suddenly displays the text in French. How can I fix this?
    I've reconfigured the language several times (In Edit...Preferences...etc.), restarted my PC, restarted iTunes, but nothing seems to solve the problem.
      Windows XP  

    on the main store page, scroll down to the very bottom of the page and make sure you're not in the French store.
    There is a flag for the country.

  • How to display an HTML data which contains images in CR

    Hi Experts,
    I have a HTML file which contains images and text. I will store all this data in to the database as binary data(SQL server 2008). How can I display the whole  data in report.
    Thanks in advance,
    Salah

    hello all,
    most times when HTML is stored in a database there are many tags that will not work. the tags that will work are very basic and limited to the formatting types that you can do within a Text Object...so not much.
    if you need all of the HTML from a database interpreted, you need to activate pass-through html on your system. then if you put the field into a formula (one line in height) the HTML should be properly displayed. for more info on activating pass-through html see the beginning of the Users Guide for webelements that is in the main download [here|Crystal Reports webElements].
    please note that there are some major limitations in this method:
    1) you cannot print the html displayed when using the print button on the crystal reports toolbar as it will show up as text...you can try the browsers print functionality to see if that works for you
    2) you can not export the report and see the html displayed...it will show up as text
    3) pagination may not work for you...i.e. if you have an especially long section of html in your database, the page may not break where you want it to
    best of luck,
    jamie

  • In ALV I want to align Top-Of-Page in Center which contains some TEXT

    Hi Abap Gurus',
                          In ALV's i want to align TOP-OF-PAGE in center.
    Which contains some TEXT.
    Can you please help me out.
    Points will be Given.
    Many thanks
    Anil Roy.

    hi anil
    The header line is always left-justified .
    We basically have three options for formatting :
    S , A and H.
    every line in Alv top-of-page is of 60 char length(slis_listheader-info).so i think the only option we have is to add required spaces to the left and display the required string
    regards
    navjot
    reward if helpfull

  • Need a "display filter" to find http packet which contains a specific word

    hi friends
    in my test lab, i have deployed a web server.
    in default website folder (wwwroot) i have a text file named myfile.txt within which i have written some words, for example the word "computer".
    i started capturing traffic via Microsoft network monitor
    now via my client's browser, i browse this address   http://myserver/myfile.txt & my text file contents are shown within IE.
    now i need a display filter in Microsoft network monitor which find this packet for me ( i meani need to find the single http packet which contains the word "computer".
    i spent a lot of times but it didn't result.
    any help please?
    thanks in advance

    You can use the ContainsBin plugin and there's an example in the library under Search Frame.  For example the following looks for the word FONT.
    ContainsBin(FrameData, ASCII, "FONT")
    Also, just to let you know, we released Message Analyzer (http://blogs.technet.com/MessageAnalyzer), which also has this capability and a lot of other things that might help, such as regex expressions.
    Paul

  • I need to display a Report which contain -- del QTY  and  INV QTY   in one

    Hi ALL,
    I need to display a Report which contain
    <b>Customer  , Material , Order No, Delivery No, Billing No , Order Qty , Dev Qty, Bill Qty , Invoiced Qty  and There Values  in One Line  .</b>
    How can I Display, When I am executing the report against the Delivery Number Bill Qty and Invoiced Qty is showing Hash ( # ).
    Do I need to right any Routines for this, if I am correct,  where I have to write that code and what is the code ,
    What are the Consolidation  routines ?????
    I am working on BI 7.
    Regards ,
    Shaik
    Message was edited by:
            shaik

    Frst check in backend, which all cubes have got data for each of three..
    Corresponding you can go ahead with Multi/Infoset..
    Look for reference no in all three cubes and pick one order and track tht by reference no in all cubes,
    Hope it helps..
    Thanks for points assigned

  • I have a pdf file which contains text if i copy all text and paste them into notpad and save file as .txt Is it change the ascii value of text ?

    I have a pdf file which contains text if i copy all text and paste them into notpad and save file as .txt Is it change the ascii value of text ?

    How to know character's encoding is ASCII?

  • How to display a view which contain interactive form in an external window

    Anyone know how to display a view which contain interactive form in an external window?
    I managed to display the view in an internal window with the following code:
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PdfReportWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createWindow( windowInfo, true);
    For external window, I tried this method : wdComponentAPI.getWindowManager().createExternalWindow(String URL, String title, boolean modal) but there are no parameter for view name?
    Maybe this is not the correct way, really appreaciate if anyone can help.

    Hi,
                U need to the following
               1.Create another window
               2.Create a view in it tat contains Interacive form element.
               3. call this window dynamically thru the first window by creating a context element of IWDWindow  type
    The code may help:
      IWDWindowInfo windowInfo =(IWDWindowInfo) wdComponentAPI.getComponentInfo().findInWindows("SearchEmpwind");
          IWDWindow window = wdThis.wdGetAPI().getComponent().getWindowManager().createWindow(windowInfo, true);
          window.setWindowPosition(WDWindowPos.CENTER);
          window.setWindowSize(400, 250);
          window.open();
          wdContext.currentContextElement().setEmpSearchWind(window);
    Regards
    Ishita

  • Displaying taxonomy folders which contain at least one resource.

    Hi all,
    I'd like to display in KM Navigation iView folders from taxonomy structure which contain some classified document. For example I have structure like this:
    My_taxonomy
    -Folder1 - contains classified documents
    -Folder2 - empty
    -Folder3 - contains classified documents
    -Folder4 - empty
    So in KM Navigation iView I'd like to see only Folder1 and Folder3.
    I am using Layout Set with AdminNavigationlayoutController. Folder structure is being displayed in a tree flavor.
    Can anyone help me with this issue?
    Best Regards,
    Michal M.

    Hi Michal,
    this is not possible in SAP Standard.
    But we developed an own Scheduler Task, Repository Service und Resource List Filter for this.
    <b>Scheduler Task:</b>
    Runs every day at 5 a.m. to collect information from taxonomy, which folder is for which user-group empty. The collected information are stored in a database table.
    <b>Repository Service:</b>
    The Service updates the database table, when a new document is created. Because of in document structure a permission can be changed, all collected datas are updated in the Scheduler Task.
    <b>Resource List Filter:</b>
    The List Filter reads the entries from database to filter the shown collection.
    Regards,
    Gerhard

  • ESS Error- Data source contains no columns which can be displayed

    Hi
      After the application of support packs, an error is observed in ESS applications where the data/content has to be displayed in tabular format.
      On accessing Personal Data application, error message is displayed -
       Error Occured
       Data source contains no columns which can be displayed
       Screenshot is also attached for reference.
       Please help in resolving the issue.
    Regards
    Shaily

    Hi all!
    I have the same problem, any ideas how to analyze and solve the problem?
    Regards
    Peter Meyer

  • I need to create a flyer which contains as example 33 lines of text in a column. All textlines have

    I need to create a flyer which contains as example 33 lines of text in a column. All textlines have to be underlined in a color. I tried this with „Absatzlinie darunter“ (might be „Paragraph line underneath“.
    The short-cut is „Command / Alt / J“, but nowhere I can see any information how to duplicate the underlines.
    By the way: I am a InDesign-Beginner; I used to work with QXP before for many years. Who can give me a hint – if possible in German? Thanks a lot!
    Dieter

    Guten Morgen!
    Zunächst herzlichen Dank für die Reaktion und die Tips. – Ich will da nicht
    nerven, aber ich bin erst seit kurzer Zeit mit InDesign zugange und stelle
    immer wieder fest, dass, je tiefer ich einsteigen will, immer mehr Fragen
    auftauchen. Es gibt auch so viele Begriffe, die sich von QuarkXPress
    unterscheiden, das ist ja furchtbar.
    Können wir vielleicht mal kurz direkt Kontakt über E-Mail aufnehmen? Auch
    mit dem Forum habe ich noch Probleme zurecht zu kommen. Ich würde gerne
    einen Screenshot senden, der mein "Problem" besser erkennen lässt.
    Schöne Grüsse
    Dieter Ullrich
    Von:  Willi Adelberger <[email protected]>
    Antworten an:  <[email protected]>
    Datum:  Mittwoch, 15. Januar 2014 20:34
    An:  Dieter Ullrich <[email protected]>
    Betreff:  I need to create a flyer which contains as example 33
    lines of text in a column. All textlines have
    Re: I need to create a flyer which contains as example 33 lines of text in
    a column. All textlines have
    created by Willi Adelberger
    <http://forums.adobe.com/people/Willi+Adelberger>  in InDesign - View the
    full discussion <http://forums.adobe.com/message/6016307#6016307>
    Wenn Du jede Zeile unterstreichen musst, dann sind Absatzlinien (Paragraph
    Rules) nicht dazu geeignet. Es gibt zwei Absatzlinien, eine unterhalb, eine
    oberhalb.Für das Unterstreichen aller Zeilen kann man nur die Auszeichnung
    „Unterstreichen” verwenden, das findest Du im Absatzformat unter
    „Grundlegende Zeichenformate” die Option „Unterstreichen”. Besser wäre es
    jedoch in der Absatzformatdefinition im Bereich ”´„Unterstreichungsoptionen”
    die EInstellungen vorzunehmen, weil dort feinere Einstellungen möglich sind
    und sogar zweifärbige Unterstriche möglich sind. Leider hat die
    Unterstreichungsfunktion gegenüber den Absatzlinien den Nachteil, dass
    Unterstreichungen nur unterhalb des Texts und unterhalb von Leerzeichen und
    Tabulatoren funktionieren, Absatzlinien können hingegen auch außerhalb de
    Rahmens angelegt werden und eine feste Länge bei allen Zeilen haben.
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in the
    forum to embed the image at http://forums.adobe.com/message/6016307#6016307
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either reply
    to this email or visit the message page:
    http://forums.adobe.com/message/6016307#6016307 To unsubscribe from this
    thread, please visit the message page at
    http://forums.adobe.com/message/6016307#6016307. In the Actions box on the
    right, click the Stop Email Notifications link.  Start a new discussion in
    InDesign at Adobe Community
    <http://forums.adobe.com/choose-container!input.jspa?contentType=1&container
    Type=14&container=3359>  For more information about maintaining your forum
    email notifications please go to
    http://forums.adobe.com/thread/416458?tstart=0.

  • Displaying Text When Button Pushed

    I am preparing a form in Designer with multiple check-boxes. The instructions for each check-box are so detailed that even an experienced user will occasionally want to review the detailed parameters. I would like to place a button next to each check-box which, when pushed, displays pdf or typed text of the relevant portion of the instructions (i.e. - every button would display a different pdf/text). Can this be done with a limited amount of scripting? Also, can the pdf/text be "embedded" into the form?

    Steven,
    We had a similar requirement for one of our forms. What we did was to create a multi line text field called additional_guidance.
    Then in the mouseEnter event of each field we had the following Formcalc:
    additional_guidance = "This is further information about this checkbox"
    On the mouseExit event we had:
    additional_guidance = null
    Alternatively, you could set up the root container as a flowed content. Then the checkboxes would be in a positioned content subform and subsequent fields in another positioned subform. In between these you would have a hidden invisible flowed subform which contains the notes in a text field or static text. This would appear or be hidden depending on mouseEnter events or click events on buttons.
    If you need to provide alot of detailed information in a formatted layout, then you could set up a page for each checkbox (or one page for all of the checkboxes) at the end of your form (e.g. called checkbox1_notes). You would set the presence to hidden. Then your button next to checkBox1 would have javascript like this in the click event:
    checkbox1_notes.presence = "visible";
    xfa.host.currentPage = xfa.host.numPages - 1;
    Remember to put a hide button on this help page with the folloeing javascript in the click event:
    checkbox1_notes. presence = "hidden";
    xfa.host.setFocus(xfa.form.form1.p1.checkbox1); //this would be the full reference for your object
    Good luck,
    Niall

  • Why JTree node display text with uncomplete word with ...

    Some nodes with short word, for example Header, display uncompletely with ..., while some nodes display text with complete word which has more letters, for example Substation.
    Why?

    If you need further help then you need to create a "Short, Self Contained, Compilable and Executable, Example Program (SSCCE)",
    see http://homepage1.nifty.com/algafield/sscce.html,
    that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    Don't forget to use the "Code Formatting Tags",
    see http://forum.java.sun.com/help.jspa?sec=formatting,
    so the posted code retains its original formatting.

  • Error while running a page which contains a region

    Hi ADF Experts,
    I am having a jsff page fragment. The fragment has panelbox(with some content and button) and a panel group layout(which contains a region).
    On click of the button the panelbox is disclosed to false and the region is to be rendered.
    But on page load I am getting the below exception. Earlier the page was coming fine. After dragging the region I am getting this error.
    Hierarchy is as below:-
    <af:panelBox text="Search Filters" id="pb1" type="stretch"
                     inlineStyle="width:inherit; height:inherit;"
                     binding="#{pageFlowScope.TreeModel.searchFilterPanelBox}"
                     partialTriggers="cb3">
    <af:commandButton text="Search" id="cb3" partialSubmit="true"
                                    actionListener="#{pageFlowScope.TreeModel.searchorderProposal}"/>
    </af:panelBox>
    <af:panelGroupLayout id="pgl15" layout="scroll" binding="#{pageFlowScope.TreeModel.searchResultsDisplay}" rendered="false"
                            partialTriggers="cb3">
       <af:region value="#{bindings.BTFSearchResults1.regionModel}" id="r1"/>
    </af:panelGroupLayout>
    The region contains
    <af:panelGroupLayout id="pgl1" layout="scroll">
        <af:panelGroupLayout id="pgl16" inlineStyle="width:1239px; height:inherit;"
                             layout="horizontal">
    <!--some content-->
    </af:panelGrouplayout>
    onclick of the button the region is rendered as true and the disclosure of the panel box im setting as false.
    But after adding the region im getting below error.
    Caused by: java.io.FileNotFoundException: MDS-01500: The MDSObject /orderproposals.jsff is an XML document and cannot be loaded using StreamedObject API.
    Thanks in advance,
    Roy

    I'm not sure about this but using rendered is always a problem if you want to show show the element during a ppr (which is what you do AFAIK). Once a component has rendered='false' is removed from the component tree and can't be put back in there without a full page refresh.
    Try using the visible property instead or use an af:switcher component.
    Timo

  • Text is not displayed / Text wird nicht angezeigt

    Working with FM 11 I've got a longer text written with an older FM-version with some headings and paragraphes that are not displayed. It's just free space or lines and in some cases it's underlined like misspelled words but the characters are not visible. Paragraph- and character-formats look normal (that is black text on white background) and the text is not conditional. BUT the text is displayed in the Markers-Pod, when I mark a passage and it's even possible to find words in these paragraphs searching for them. I would appreciate any hint, how to deal with this problem.
    Georg

    Hi Georg,
    Sometimes I encounter a bug (FrameMaker 11.0.2.348) which also hides some text. I have a two-column layout with columns balanced. Usually some text is hidden at the end of the second column. When I add some empty paragraphs after the hidden text, the text appears again.
    MIF washing does not help.
    Luckily pages with hidden text have the Overflow property set. The bottom line of the text frame is solid. I wrote a FrameScript which checks for such pages.
    I do not know, if your problem has the same cause.
    Best regards
    Winfried

Maybe you are looking for