How to display string next to start body ?

Hi friends,
i have
city <?start:body?><?clientname?>
<?end:body?>
in above structure, i need to display clientname next to city but it display into next line ? how can i set so city and clientname display in same line ?
any help is appreciated.
thanks.

Hi,
In your example "city" will be put in the document header and clientname in the document body. Put both of them in the same section on the same line and they will be next to eachother.
<?start:body?>
city <?clientname?>
<?end:body?>
Hope this helps.

Similar Messages

  • How to display string with XML content in 4.6?

    Hi,
    I`d like to know how to display string with XML content in it for 4.6.
    4.6 has not method parse_string.
    And example like this is not helpful:
      DATA: lo_mxml    TYPE REF TO cl_xml_document.
      CREATE OBJECT lo_mxml.
      CALL METHOD lo_mxml->parse_string
        EXPORTING
          stream = gv_xml_string.
      CALL METHOD lo_mxml->display.
    Thank you.

    Hi,
    May be you can use fm SAP_CONVERT_TO_XML_FORMAT. But it have some issues with memory usage, the program consumed tons of memory during convert.

  • How to display string message real time in a string area?

    I want to display string message on String indicator in screen real time, message is updating realtime when test application runing, i want to see the newest message display on screen real time instead of by drag down the vertical scroll bar manually.
    please give me an idea how to set the attribute of string indicator?thanks

    You can use Text.ScrollPosition property node for autoscrolling.
    Andrey.

  • How to Display string array in jsp page using netui-data:repeater tag ??

    hi,
    I am trying to display a string array in a table using the netui-data:repeater tag.
    I have to use a page flow controller Array(1 Dimensional) to be displayed in the jsp.
    Can any one tell me how to print the array in a table of 3rows & 5 columns.
    Here is the code on which I am crrently working on.
    <netui-data:repeater dataSource="{pageFlow.strWorkObject_Array}">
    <netui-data:repeaterHeader>
    <table cellpadding="4" border="1" class="tablebody">
    </netui-data:repeaterHeader>
    <netui-data:repeaterItem>
    <tr>
    <td><netui:label value="{container.item}" >
    </netui:label></td>
    <td><netui:label value="{container.item}">
    </netui:label></td>
    <td><netui:label value="{container.item}">
    </netui:label></td>
    </tr>
    </netui-data:repeaterItem>
    <netui-data:repeaterFooter>
    </table>
    </netui-data:repeaterFooter>
    </netui-data:repeater>

    weblogic.developer.interest.workshop
    Mansoor Naseem wrote:
    I would like to know where the pageflow newsgroup is.
    These are all the groups in weblogic.developer.interest:
    weblogic.developer.interest.60beta.* (5 groups) weblogic.developer.interest.management
    weblogic.developer.interest.61beta.* (2 groups) weblogic.developer.interest.misc
    weblogic.developer.interest.clustering.* (1 group) weblogic.developer.interest.performance
    weblogic.developer.interest.commerce weblogic.developer.interest.personalization
    weblogic.developer.interest.ejb.* (3 groups) weblogic.developer.interest.portal
    weblogic.developer.interest.environment weblogic.developer.interest.rmi-iiop
    weblogic.developer.interest.jdbc weblogic.developer.interest.security
    weblogic.developer.interest.jms weblogic.developer.interest.servlet
    weblogic.developer.interest.jndi weblogic.developer.interest.tools
    weblogic.developer.interest.jsp weblogic.developer.interest.weblogicenterprise
    MN

  • How to display String attribute in a Formatted way ?

    Hi all,
    We are using JDev 10.1.3.1, ADF BC + adf faces.
    In our database, there is a varchar column stored as : "070000001", this is a readonly attribute (updated by stored procedure).
    In jspx, we want to display it as : "07/0000001" .
    How can we do that ? (there is no hints for string attribute ?)
    Thank you for your help,
    xtanto

    you can use a SQL-calculated attribute with an appropriate SQL expression -- using SUBSTR() and string contatentation -- or you can use a java-calculated transient attribute.
    the former will allow the user to query on it. The latter wouldn't.

  • How to display string which has BSP elements correctly?

    Hi,
       I have a string variable lv_text which content is:
    <htmlb:group height = "100%"
                         width  = "100%" >
              <htmlb:groupHeader>
                <xhtmlb:toolbar id="toolbar1" >
                  <xhtmlb:toolbarItem placement="LEFT" >
                    <htmlb:textView design = "HEADER3"
                                    text   = "AAAA"/>
                  </xhtmlb:toolbarItem>
                </xhtmlb:toolbar>
              </htmlb:groupHeader>
              <htmlb:groupBody>
                <%
      if gv_if_dis_message = 'X'.
                %>
                <%@include file="message.htm" %>
                <%
      Endif.
                %>
              </htmlb:groupBody>
            </htmlb:group>
        I want to use it in my BSP page and display the content correctly. Because it has some BSP elements, so now it can not be displayed correctly. How to solve this problem?
        Thanks a lot!

    you cannot do this way. what you can do is call the factory method of the htmlb:<tab> to get the element and render the element to a string and you can now use this string in your bsp page.
    Regards
    Raja

  • How to display different screens when starting the Webdynpro app?

    Hi All,
    When user starting up the Webdynpro app, it will first check some value in the persistent layer. If the check result is ok, it will show the normal app screen to the user; if the check failed, it will show the error screen.
    Now I write the check function in the view controller, But I think it is not a good approach, because there are some initialize code in the component controller, so before my check function reached, the server will waste some resource to execute the initialize code in the component controller.
    Would anyone give me some hints on how to move the check function to component controller and then display the different screen to the end-user?
    Thans and Best regards
    Deyang

    Deyang,
    I've opened <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro">Web Dynpro</a> section on SDN and see the featuring article:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/751d003a-0b01-0010-8996-afbaa3fd5339">cross-component Navigation, Explained</a>
    <i>New resources demonstrate <b>how to navigate to certain views from within Web Dynpro components</b>, and fill some gaps in the Sample Application and Tutorial matrix.</i>
    Should be exactly what are yuo looking for
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • How to display String/text in a JFrame ?

    Hi,
    I set up a simple browser and pinging a server (say localhost). Then under that server directory, I am looking for a file. Then, I use input or output stream to bounce the text back to browser to display out on the screen. It was successful.
    But, just can't display out in a text area (say a frame or something).
    The string coming back from server say called s (one line at a time using buffer).
    public class VerySimpleBrowser extends JFrame {
    public JTextArea t;
    public VerySimpleBrowser() {
    super ("VerySimpleBrowser");
    Box b = Box.createHorizontalBox();
    b.add(new JScrollPane(t));
    Container c = getContentPane();
    c.add(b);
    setSize(850,600);
    show();
    void static main ...
    while ((s=fromServer.readLine()) != null)
    //System.out.println(s);
    t.setText(s);
    Then, I got NullpointException error ?! The frame poped out ok, but nothing was written to it.
    Thanks for help.
    Philip

    To save you from pulling all your hair out, here is what you've to do:
    String out=""
    while ((s=fromServer.readLine()) != null) {
       out+=s;
       t.setText(out);
    .....V.V.

  • Display string to LCD TV

    Hello.
    I need help again. This time about : How to display string  from LabVIEW  to LCD TV?  I have two LCD TV, and want to show some "string1" cycle from LabVIEW to first LCD TV1 and "string2" cycle display to LCD TV2.
    Any idea?

    GerdW wrote:
    use a graphics cards, that supports 3 outputs simultanuously, and connect all three displays to your computer.
    Simple, eh?
    Yup and if you have a laptop you want to use which doesn't have 3 outputs, look into a low cost USB graphics card.  The cheap ones aren't good for streaming HD video but work well for normal PC use.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to display header fields names in the next page in report6i

    how to display repeat header field names into the next page in report6i urgent plz......
    When i am runing report in 1st page only the header information is displaying in 2 page the header info is not displaying only records are displaying.So i want to display the header info in 2nd page also.
    Plz help out.

    Hello,
    Go to the report layout model and select those items/objects which are not getting display on next page and open the property pallet by pressing F4 key and set the property Print Object On to All Pages then it will display on all pages.
    -Ammad

  • How can I preserve display string (convert DOB to Age) upon excel export?

    I am using the following code to convert DOB to age within Display String (Format Field/Common tab):
    if
    //months
    (datediff('yyyy',{CDCLIENT.DOB},currentdate)-(if datepart('y',currentdate)>datepart('y',{CDCLIENT.DOB}) then 0 else 1))<2 then
    totext(datediff('mm',{CDCLIENT.DOB},currentdate),0,'') & ' months'
    else
    //years
    totext((datediff('yyyy',{CDCLIENT.DOB},currentdate)-(if datepart('y',currentdate)>datepart('y',{CDCLIENT.DOB}) then 0 else 1)),0,'') //& ' years'
    When I export to excel/csv/ttx.. it doesn't export the display string (Age), but reverts back to the DOB. How do I preserve this upon export?

    Hi Dominic,
    The 'display string' formatted values are not exported to Excel Data Only.
    Create a 'formula field' as a workaround.
    -Abhilash

  • How to display field SZAEH (Start Counter Reading) in IP01 for Maint Plan

    Please let me know how i can configure field SZAEH (Start Counter Reading)  to be displayed for data entry in IP01 for Maint Plan creation. I tried Tcode OIW0 but cou;dn't succeed.
    ALl the help will be appreciated

    Jain,
      The start counter reading will automatically comeup in the scheduling parameter screen , if the maintenance plan is tied to a  counter. Isnt this not coming up?
    Regards
    Narasimhan

  • Itunes on my iPhone 5 only displays the artist list with the UP NEXT feature.  How can I change the UP NEXT feature on my iPhone 5 to display the next songs that are to be played on my play list?

    Itunes on my iPhone 5 only displays the artist list with the UP NEXT feature.  How can I change the UP NEXT feature on my iPhone 5 to display the next songs that are to be played on my play list?

    Hi Sarah,
    It sounds like the songs have either not yet synced over to the iPhone, or something went wrong when attempting to sync to the iPhone. My recommendation is to uncheck the "Sync Music" checkbox.
    Once you have done that, recheck the "Sync Music" checkbox, and apply the changes once more. This will instruct iTunes to completely remove all music from your iPhone, and then copy the files once more. If you have a large amount of music, this initial sync may take a while.
    If the above does not resolve your issue, see the following articles:
    iOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    Thanks,
    Matt M.

  • How to insert group field before ?start:body?

    I am using BI Publish,RTF Template,I found when I put two or more group tag before <?start:body?> ,the BI Publish just cheat the nearest group tag before <?start:body?> as part of the header , do not cheat the other group tag as part of the header.
    What is the problem?How to make BI Publish cheat all the group tag before <?start:body?> as the header?
    thanks in advanced

    Hi Harry,
    Please check this discussion, you might find it helpful in making the jQuery calls.
    How to (make best) use external js library from html object (need help from dev)
    http://forums.adobe.com/thread/1213057
    - Abhishek Maurya

  • How to find the average of table row values it should display in next row in libwindow/​CVI

    Hi,
    How to find the average of table row values it should display in next row in libwindow/CVI
    Please let me know the solution.

    There isn't a built-in function to perform calculations on thable cells. What you can do is to retrieve thable cells values and calculate the average by yourself.
    To retrieve a bunch of cells in a single instruction you can use GetTableCellRangeVals: prerequisite for this function to work correctly is that cells are all included in a Rect structure (shortly, a rectangle) and are all of the same data type. See the help for the function for some explanations and the link to an example of its usage. In Cell range parameter you can pass VAL_TABLE_ROW_RANGE (row) macro to retrieve an entire row. See here for details.
    Once you have retrieved cell values in an array, you can pass it to Mean function to calculate the average.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for

  • IPhoto places are 1000 times the same

    I have now 12600 Fotos in my mediathek. I added to every foto places manually. When I tried to correct some places with more details, I added the street and number, everything looked fine. Now I have lots of places with the same placeinformation. the

  • MEDIA COMPOSER 8.3.0 CRASH, HELP!!!

    I HAVE A PROBLEM Process:               AvidMediaComposer [2474] Path:                  /Applications/Avid Media Composer/AvidMediaComposer.app/Contents/MacOS/AvidMediaComposer Identifier:            com.avid.mediacomposer Version:               8.3.

  • How to clear search history in maps on iphone4'

    any help?

  • Java Database programming in Solaris

    I want a small piece of java code to connect a OpenOffice Database (*.odb) . Here, db = DriverManager.getConnection("jdbc:odbc:Driver={MicroSoft Access Driver (*.mdb)};DBQ=D:/data/Access/test1.mdb","dba","sql");instead of "Microsoft ACCESS DRIVER" wh

  • Query not giving o/p

    Hi All, when i run the query i am getting the below mentioned error...in RSRT2 ORA-01722: invalid number Error reading the data of InfoProvider DSO_02 Error while reading data; navigation is possible >> Row: 71 Inc: NEXT_PACKAGE Prog: CL_SQL_RESULT_S