Needs row description alignment in WAD Desginer...

Hi
In BI WAD Designer, i have 5 queries in single WAD. I wanted to have Matrix sort of presentation.
My all queries have 1 row and 12 columns (Jan'10 to Dec'10).
I made 60-characters description for row of each query, even in WAD they all are not ending at same alignment. Could u pls suggest me wht to do?
Thanks

I disabled the row heading in WAD and manually write heading as first column in WAD.

Similar Messages

  • Need help in alignment a form

    Hello,
    I am new in writing HTML code. I need help to align my Form
    and it's text.
    Please view my code and please show me how to align all the
    square boxes (the square box is where the user type the text
    input). Currently I have 2 boxes but they are not aligned. The
    below is my code:
    <FORM name="input" method="get" >
    PROJECTROOT: <INPUT TYPE=TEXT SIZE=50 NAME=proj_root>
    <br>
    FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    <BR>
    <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    </FORM>
    Would you please help.
    Thank you very much
    Goober35

    <form name="input" method="get" action=""> <!-- ARE
    YOU SURE YOU NEED "GET"
    and not "POST"? -->
    <table cellspacing="0" cellpadding="0" border="0"
    width="300">
    <tr>
    <td><label for="proj_root">PROJECTROOT:
    </label></td>
    <td><input type="text" size="50" name="proj_root"
    id="proj_root"></td>
    </tr>
    <tr>
    <td><label for="frontend">FRONTEND:
    </label></td>
    <td><input type="text" size="50" name="frontend"
    id="frontend"></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input type="submit"
    name="submit"
    id="submit" value="Submit" onclick="save()"></td>
    </tr>
    </table>
    </form>
    (your form needs an action attribute value)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "goober35" <[email protected]> wrote in
    message
    news:gcjmlh$p42$[email protected]..
    > Hello,
    > I am new in writing HTML code. I need help to align my
    Form and it's text.
    > Please view my code and please show me how to align all
    the square boxes
    > (the
    > square box is where the user type the text input).
    Currently I have 2
    > boxes but
    > they are not aligned. The below is my code:
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >
    >
    > Would you please help.
    >
    > Thank you very much
    > Goober35
    >
    >
    > <FORM name="input" method="get" >
    > PROJECTROOT: <INPUT TYPE=TEXT SIZE=50
    NAME=proj_root> <br>
    > FRONTEND: <INPUT TYPE=TEXT SIZE=50 NAME=frontend>
    <br>>
    > <BR>
    > <INPUT TYPE=SUBMIT VALUE=Submit onclick="save()">
    <BR>
    >
    > </FORM>
    >

  • Need to center align the headings in the BEX 7.0 report.

    Need to center align the headings in the BEX 7.0 report. Also need to text wrap the headings in the BEX  7.0 report . Please let me know how do we do that?

    Hi Srikanth,
    Check this help doc on Report designer:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/8af9fecf797107e10000000a1553f7/frameset.htm
    Bye
    Dinesh
    (Assign points if helpful)

  • Needs rows to be listed in BEX in a particular order(not asc desc)

    See the thread.
    Needs rows to be listed in a particular order(not ascending or descending)

    To create a hierarchy you can go in RSA1, infoobject tag, find your infoobject, double click on it and set the flag with hierarchy under Hierarchy tag; save and activate and exit.
    Than right click and choose 'Create hierarchy'.
    After creating hierarchy, in bex properties of the infoobject you can set it to use this hierarchy.
    For second question, if there's a logic to define sort order, while you are loading data, you can write a routine in update rules to populate a specific infoobject with a value for the sort.
    Hope now it's more clear.
    Regards

  • Fix rows and column in WAD

    Hi,
    Somebody now if I can fix the columns and rows with any function or Item in WAD version 7.0 ?
    Is there any how to ?
    Thanks.

    Hi dear Kams,
       I'm speaking about a report in which I have a lot of columns and rows, and I don´t want to move the first column or the first row. I need to immobilize them. Is like a function "freeze pane" in Microsoft Excel.  With this functionality I could see the ended column without lost the first column.
       I trying to do it in WAD version 7.0 but I don´t find this function in the Items. I would like to know is there any "how to" or item for this action ?.
       For example I have a report with the characteristic ACCOUNT and many Key Figures, I would like to move my scroll until Key Figure 4 and don´t lost the Account Column.
      I
    Account            Key Figure 1     Key Figure 2     Key Figure 3     Key Figure 4    
    10513422
    32546812
    54879632
    21548777
    21547855
    84579615
    54687951
    Thanks for your help !!

  • Need Material Description in SAPscript Export Packing list

    Hi Friends,
                    I copied standard SAPscript form SD_EXPORT_FUEP for Export packing list. I need a Material description in main window but not able to get. Please tell me how to get the material description.
    Thanks,
    Ziad

    Hi Surya,
                  Here is my subroutine,please check it. Still I am not getting description.
    PROGRAM  ZSD_EXPORT.
    tables: VBRP, VBRK, V55ENAFT.
    ********form routine to fetch the material description
    form GET_DESC tables in_par  structure itcsy
                         out_par structure itcsy.
    DATA: BEGIN OF S_MAT.
         VBELN TYPE VBRP-VBELN,
         POSNR type VBRP-POSNR,
         ARKTX  type VBRP-ARKTX,
           include structure vbrp.
    data:      END OF S_MAT.
    data: it_line like V55ENAFT-POSNR,
          inv_no  like V55ENAFT-VBELN.
    data: mat_desc  type VBRP-ARKTX.
    read table in_par with key 'ITLINE'.
    check sy-subrc = 0.
    it_line = in_par-value.
    read table in_par with key 'INV'.
    check sy-subrc = 0.
    INV_NO = in_par-value.
    *SELECT SINGLE VBELN POSNR ARKTX FROM VBRP INTO S_MAT where vbeln = inv_no and posnr = it_line.
    select single * from vbrk
    where vbeln = inv_no.
    SELECT SINGLE * FROM VBRP
    WHERE VBELN = vbrk-vbeln AND POSNR = IT_LINE.
    move vbrp-arktx to mat_desc.
    read table out_par with key 'DESC'.
    check sy-subrc = 0.
    out_par-value = mat_desc.
    modify out_par index sy-tabix.
    endform.               "get_desc
    Thanks,
    Ziad

  • [js] [cs3] hint needed: row height

    good afternoon (or what is it, whatever?!) there !
    help to solve that plz,
    i have an insertion point in a cell / a cell selected in a big green table.
    i need to set the height of the row, that hosts that cell to a certain value.
    When it's done, i need to keep the initial state: a cursor in the same ins. point or a cell selected.
    digin' through the night i've found a part that distinguished is it a cell selected or an insertion point in a cell or something else:
    if(app.documents.length != 0){
    if(app.selection.length != 0){
    switch(app.selection[0].constructor.name){
    //When a row, a column, or a range of cells is selected,
    //the type returned is "Cell"
    case "Cell":
    alert("A cell is selected.");
    break;
    case "Table":
    alert("A table is selected.");
    break;
    case "InsertionPoint":
    case "Character":
    case "Word":
    case "TextStyleRange":
    case "Line":
    case "Paragraph":
    case "TextColumn":
    case "Text":
    if(app.selection[0].parent.constructor.name == "Cell"){
    alert("The selection is inside a table cell.");
    break;
    so i need to set the autogrow = off in order to set the fixed heght (reagrding that post: http://www.adobeforums.com/webx/.3c061241 ), set the row fixed height, and then return it to the sellection mode/isertion mode.
    is it going to be:
    set myCell.autoGrow = true;
    set myRow.cell.width = 10 mm;
    correct me, please !
    Thanks,
    Sam.

    First you need a handle on a cell. Once you have that cell, set the height of its parent row and the width of its parent column.
    Peter
    c = get_cell();
    c.parentRow.height = "24pt";
    c.parentColumn.width = "24pt";
    // return a cell if you can
    function get_cell()
       if (app.selection.length > 0)
          if (app.selection[0].parent instanceof Cell)
             return app.selection[0].parent;
          else if (app.selection[0] instanceof Cell )
             return app.selection[0];

  • Need new description for Data Element based on Company Code.

    Hi,
    Requirement: The data element AUFNR which has the description "Order Number" needs to have description as "Engagement Number" for a specific company code. All other company codes to retain the description "Order Number".
    Example: There are three company codes: AAAA, BBBB and CCCC. The company code CCCC wants the description of data element: AUFNR as "Engagement Number" while AAAA and BBBB wants to retain the standard description: "Order Number".
    Pre-Work: Before posting this question, i did search however have not found a solution for this.
    In SAP i tried to create an Implicit Enhancement at:
    Program: RADBTDDF
    Sub Routine: SE_DD04T_ROLLNAME_ROLLNAME
    However, as the program is SAP Basis program, i was not successful.
    Any hints are appreciated and solution is rewarded.
    Thanks for your time.
    With Regards,
    Goutham.

    Dear Matthew,
    Thank you for the reply.
    I am giving some more details into the requirement.
    If a user assigned to company code: CCCC (may not be directly, relationship will be drawn) has logged into the SAP system. If he opens the transaction related to Internal Order, like KO01, KO02, KO03 etc. He should be able to see the description of field: "Order Type" as "Engagement Type".
    Similarly in the next screen the field "Order" needs to be displayed as "Engagement Number".
    However, for users who belong to company codes: AAAA and BBBB the SAP Standard Descriptions will be shown.
    Please let me know if this is possible or any inputs in that direction are highly appreciated.
    Let me know if further details are required.
    Best Regards,
    Goutham.
    P.S: As far as i know, Anees Jawad proposal would work if it is required to change the description at the system level.

  • Need additional Description of Material apart from Material Master

    Dear All,
    One of our customer wants to maintain an additional Material Description, apart from the description maintained in the Material Master.
    In the material Master, they are maintaining "Manufacturer Part Number" as a description.
    In the Customer-Material Info record, they are maintaining "Customer's Part No".
    Both are getting printing in the Invoice output.
    Apart from these they need to maintain some other decription of material. Where we can maintain this?
    For example, in the Material Master, they are maintaining "Manufacturer Part Number", something like "RM20010V". The same is not acceptable for Excise clearace officers. They asked them to maintain the clear description of the material.
    Please suggest.
    Regards,
    Mullairaja

    they need to maintain some other decription of material
    Go to MM01 / MM02 and click "Select views" so that you can see a field SALES TEXT.  You can maintain here and fetch the same to your sale order / billing.
    thanks
    G. Lakshmipathi

  • Navigate to needed row in hierarchical table

    Hello everyone.
    I have a problem related to Table UI Element. In my case it has hierarchical structure. By default, all nodes are collapsed. I need to provide user with ability to find nessesary element: if it's leaf, then all parents above have to be expanded and row is selected. I did this. Unfortunately, if found row has big index, it isn't displayed and I have to scroll down to find my selected row. I know that I can set "FIRST_VISIBLE_ROW" property of table. But how can I determine index? Internal table which is the source for hierarchical table has different number of rows. For example my internal table has 700 rows, when in the UI table only 120 rows are displayed.

    Does anybody know?

  • Chaning a ROW description in Bex Report

    Hi,
    I have a requirement to change the Description of an existing ROW in the production system for a Query.
    I changed the description and saved the query but i am not able to see the changes made when i run the Query.
    Please help me on this.
    Thanks in Advance.

    I think you did not uncheck "default" check box just below the description box. Try it , save the query.
    Or you can directly change the description of the element in RSZELTTXT table.

  • Po description Alignment Issue and overwriting in the next line

    Hi Experts,
    I am facing the problem in script form where the field material description, whenever it is having the combination of English & Chinese Charecters it is overwriting the some of the characters of first line into Second line this is the one, and another problem is that when ever the chinese charecters description then alignment of the next column is misbehaving and i check the tab position,alignment, String count format all the things are properly mentioned may be i am thinking that this is unicode problem please any body send some  solution for this.
    Thanks in advance.

    Hi,
       While writing to application the data is processed in HEX format because of which the the special characters wold case some issue in this case the special character '#' might be considered as a new line character in HEX, you should replace this special characters to space before you transfer to application server.
    You can use data declaration like below:
    data: lv_char type x value '09'.   <<<<09 is for tab space
    then use the replace function to replace the spacial character in the text before transfering to application server.
    You can also look at the attributes in the class 'cl_abap_char_utilities'
    REgards,
    Himanshu

  • Help need for loading aligned images in JEditorpane

    Hi all,
    I need to align image with text using JEditorpane, If i load the html document with aligned image, there is no alignment for image in final display. So please suggest any ideas if u have on this topic. I am in great hurry.
    Thanks in advance,
    Nageswara Rao.V

    Hello,
    I'm also having the same problem, did anybody find any solution ?
    -sanjaymishra70

  • WB_XML_LOAD need more description

    Hi,
    I am many years experienced wiht Pl/SQL, but very poor about XML and all taht related stuff inside Oracle.
    I have DB = 10.2.0.2 on AIX and OWB 10.2.0.1
    I want to load an XML-file finally into 1 or more relational tables.
    When I try to learn about wb_xml_load, I miss a lot of more practical descriptions.
    the sample shows only XLS as target !
    Where can I find detail information about the 'control_file' mentioned in wb_xml_load docu ?
    Docu says: For more information on control files, see the Oracle Warehouse Builder User's Guide.
    That's a really bad joke ! the docu is allready from that guide, but no details for how to build and use that control_file !!!
    I need to learn how to use wb_xml_load for an Oracle-table as target.
    Can I derive the structure of the target tables from registered schema ?
    That is pretty weird, because it seems to be nested over several levels.
    In the docu-sample: what menas the first element:
    wb_xml_load('<OWBXMLRuntime>'
    Can I use any name ? Does it have to match the first XML-file-element ?
    please help with any tip, thanks LaoDe

    Hi
    Please follow below steps to load xml file to oracle database.
    1.First connect to owb (Design Center) through your repository owner user (ex : REP_OWNER).
    2. Import WB_XML_LOAD procedure . and exit to repository owner.
    3. connect to owb design center through your repository user (ex : REP_USER)
    Create New mapping and drag one Constant Operator and create one attribute, paste / edit following code
    '<OWBXMLRuntime>'||
    '<XMLSource>'||
    '<file>E:\SOURCE\emp.xml</file>'||
    '</XMLSource>'||
    '<targets>'||
    '<target truncateFirst = "FALSE" dateFormat="yyyy.MM.dd">rep_user.emp</target>'||
    '</targets>'||
    '</OWBXMLRuntime>'
    4. Drag pre mapping operator and select WB_XML_LOAD procedure
    5. Connect Constant Operator attribute to pre mapping operator.
    6. Drag two dummy tables and connect source to target. (ex : drag t1 (table) tab two times and connect.
    7. Validate and deploy the mapping.
    8. grant necessary grant command to rep_owner user to rep_user user.
    (Note : target truncateFirst = "FALSE" by default truncate the table. So you have to give grant privileges
    To rep_user , select ,insert, delete privileges.
    9. Execute the mapping , and check EMP table. (Note : before loading EMP table delete all records ).
    10 . If you want more description please go through the below link
    http://download.oracle.com/docs/html/A95931_01/apf.htm
    Regards
    Venkat

  • Need field description

    Hi SDNian's,
    ROOSFIELD is to find out the "field"in a datasource,but I need to find out description or text of a field.
    Please let me know if there is any table to get field description or text
    Thanks in advance
    John

    hi,
    you can try below mentioned code to get these details.
    DATA: lv_datasource like ROOSOURCE-OLTPSOURCE.
    DATA: BEGIN of it_field occurs 0,
            FIELDNAME like DD03M-FIELDNAME,
            DDTEXT like DD03M-DDTEXT,
          END of it_field.
    *Below statement will give you extract structure name which you can pass in table DD03M
    SELECT EXSTRUCT FROM ROOSOURCE
           INTO lv_datasource
           where OLTPSOURCE = '0FI_GL_4'.     "your datasource name
    *This statement will give you field names and their description in an internal table.
    SELECT FIELDNAME DDTEXT FROM DD03M
           into table it_field
           where TABNAME = lv_datasource
           and FLDSTAT = 'A'
           and DDLANGUAGE = 'EN'.
    Regards,
    Amol

Maybe you are looking for