WBS values should on same line.

hi sap masters,
i have a requirment with my report... curently my report produces each line item accoding to the WBS ELEMENT.
Now if i have the parent WBS ELEMENT such as C.2111054.X.1.01.40.44 all the below WBS ELEMENT VALIUES  should on same line as like this.
C.2111054.X.1.01.40.44   : 6950 |11,350|300|900-|386|350|300|450 like this as one column
how can i get them on one line instead of all different lines accoding to each WBS ELEMENT?
ex:
C.2111054.X.1.01.40.44    : parent one
C.2111054.X.1.01.40.44.1 : child
C.2111054.X.1.01.40.44.2 : child
C.2111054.X.1.01.40.44.3 : child
C.2111054.X.1.01.40.44.4 : child
C.2111054.X.1.01.40.44.5 : child
C.2111054.X.1.01.40.44.6 : child
C.2111054.X.1.01.40.44.7 : child
C.2111054.X.1.01.40.44.8 : child
C.2111054.X.1.01.40.44.9 : child
The child once should be on the same column of the above PARENT one column
Now it should show as like this:
C.2111054.X.1.01.40.44   : 6950 |11,350|300|900-|386|350|300|450 like this as one column
Thanks in advance,
pasala.

answered

Similar Messages

  • 2 fields with text on the same line

    Hi everyone,
    Could anyone let me know how I can get 2 fields with their text values in the same line. For eg:
    weight ______         unit of weight _____
    i need both of the fields and text to be visible.
    Thanks/
    Message was edited by:
            Raj Kali

    Hi,
    You can use SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(10) INPUT1.
    PARAMETERS P1 TYPE I.
    SELECTION-SCREEN COMMENT 40(10) INPUT2.
    PARAMETERS P2 TYPE I.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
    INPUT1 = 'FIELD1'.
    INPUT2 = 'FIELD2'.
    Regards,
    Ferry Lianto

  • FSG report not printing column values on same line but sequentially

    FSG report problem:
    We have defined 2 FSG reports 'Balance Sheet - Total' and 'Balance Sheet - Detail'. Both reports have 3 column values, namely the value in Euro (our Functional Currency), the value in MUR - Mauritian rupees (our reporting currency) and the rate of exchange.
    The report 'Balance Sheet - Total' displays these values for assets e.g.:-
    EURO MUR Rate of exchange
    Non-current assets
    1. Intangible assets ? ? ?
    2. Other investments ? ? ?
    (note: ? represents a certain value)
    The report 'Balance Sheet - Detail' displays values as follows :-
    Account EURO MUR Rate of exchange
    1. Property & Equipment
    A10101 Building Cost ? 0.00 0.0000
    A20105 Motor Veh Accum Dep ? 0.00 0.0000
    TOTAL ? 0.00 0.0000
    A10101 Building Cost 0.00 ? n/m
    A20105 Motor Veh Accum Dep 0.00 ? n/m
    (note: ? represents a certain value)
    What we don't understand s why the 'Balance Sheet - Detail' report repeats the display of column values in MUR FOLLOWING the display in EURO, instead of displaying column values for EURO and MUR on the same line, just like in the case for 'Balance Sheet - Total'.
    Is there anything in the definition of column set, row set or report set should I change?
    Can anybody help. Thanks.
    null

    The problem is related to defining the column set properly. It is OK with the first report and needs modification for the second. Formatting is also important so that they appear in the same line(row). The columns need to be linked to the fileds and assignment to set of books is also important as mentioned by Rajsekhar

  • How can I stay on the same line  when inputting values in the CLI?

    The title is a bit vague i know :) but i have this issue which isn't really a problem but it would be better if I can solve it.
    Intro)
    I've made this simple addition (and more options but thats not relevant) application for kids in my spare time so that they can train their maths in school and compare their results with other students which is saved in the database using the hypersonic DB that comes with the JBoss application server.
    Now so far so good, but i'm having an issue with the Scanner (I think, but i doubt its because of the CLI) , when i enter a number or text it works and exceptions will be catched etc but when i press the enter key without anything entered the input value wil be displayed a line below and that's not what I want. I want it to stay in the same line.
    Sample CLI output:
    bla application
    ***By: deAppel***
    Ver: 31/10/2007
    Your name:     deAppel
    Your class:     MasterClass
    How many sums you want to make? 14
    Time: 22:03:27
    1: 32 + 40 =     72
    2: 38 + 19 =     57
    3: 5 + 57 =     62
    4: 30 + 20 =     1
    5: 57 + 54 =     2
    6: 33 + 17 =     3
    7: 38 + 54 =     4
    8: 23 + 23 =     5
    9: 48 + 47 =     95
    10: 29 + 55 =     6
    11: 48 + 11 =     7
    12: 1 + 40 =     41
    13: 46 + 35 =     91
    14: 23 + 52 =     75
    Answer 1:      72     You answered:      72     (good)
    Answer 2:      57     You answered:      57     (good)
    Answer 3:      62     You answered:      62     (good)
    Answer 4:      50     You answered:      1     (wrong)
    Answer 5:      111     You answered:      2     (wrong)
    Answer 6:      50     You answered:      3     (wrong)
    Answer 7:      92     You answered:      4     (wrong)
    Answer 8:      46     You answered:      5     (wrong)
    Answer 9:      95     You answered:      95     (good)
    Answer 10:      84     You answered:      6     (wrong)
    Answer 11:      59     You answered:      7     (wrong)
    Answer 12:      41     You answered:      41     (good)
    Answer 13:      81     You answered:      91     (wrong)
    Answer 14:      75     You answered:      75     (good)
    EndTime: 22:04:18
    Total good: 6
    Total wrong: 8
    Total sums answered: 14
    Final score: 42.857143%
    Upload score? (yes/no): no
    Compare score from other users? (yes/no): no
    Want to try again? (yes/no): no
    ********Made by: deAppel @ http://www.link removed cause it doesnt matter .com*********
    ************The application will close within 5 seconds*************
    To sum it up for those that don't like to read my post:
    1: 32 + 40 = 72
    2: 38 + 19 =
    whitespace <-- this happens because of the enter
    whitespace <-- this happens because of the enter
    57
    3: 5 + 57 = 62
    I want the input to stay in the same line unless you have typed something. I feel silly for not knowing how to handle this.
    Hm.. i'll tried to solve it myself but it seems that im unable to do that.
    /me takes a quick coffee break and will look at the code again after that *

    paulcw wrote:
    It sounds like you want either a CURSES implementation (I believe there's one for Java), or just move to a GUI.I was planning to create a GUI for it eventually, but i just wanted to solve this one first and make sure everything works the way i want it too. I'll take a look at the CURSES implementation thanks.

  • Production Order quantity should be same as Sale order line item qnty

    Dear experts
    we have one user requirement as such
    Production Order  line item quantity should be same as Sale order line item qnty.
    suppose for SO Line item he is ordered 100mts,Production of this paricular Line item should also be 100mts it should not be more than this,How to satisfy his requirement.
    Regards
    Sandeep patil

    Hi,
    If the Manual intervention is eliminated for processing of the data then the SO Line Item Qty will be equal to Production order Qty.
    Background Jobs for MRP Run, Planned Order to production order cretaion will help you to manage this, along with effective Authorization Management.
    Regards,
    Siva

  • Price NETWR- Net and KWERT- Condtion value both should be same

    Dear All
    My requirement is such that NETWR- Net (30000/-) and KWERT- Condtion value (as 30000/- only) both should be same. system should not club any value into Net what ever the condition value is there the same should be seen in Net(NETWR)
    eg:30000/- Condition Value (KWERT) should be same as
        30000/- Net (NETWR)
    Kindly suggest me in this regard
    Regards
    BMS

    Dear Sri nath
    Qty                     1,000 KG       Net                 45,415.89  INR
                                                   Tax                    908.32
    ZP00     Price                     48,300.00      INR     1,000     KG         48,300.00  INR
    ZTRD     Trade Discount     1,100.00-     INR     1,000     KG     1,100.00-     INR
    ZSPD     Special Discount     1,000.00-     INR     1,000     KG     1,000.00-     INR
    ZFRC     Freight Rebate     800.00-     INR     1,000     KG     800.00-     INR
                    SubTotal for Sales T     45,415.89      INR     1,000     KG     45,415.89      INR
    In the above table what ever you see in BOLD Font those should be same
    Regards
    BMS

  • How to get the Hardcoded text and the Standard text in the same line

    Hi,
    I have an SAP Layout. In that, it should show the Consignee name as below.
         Consignee: SAP LABS
    In this, the text 'Consignee: ' should be hardcoded in the layout itself. and the customer has requested to create a standard text for 'SAP LABS' sothat if they want to change the value in future, they would go and change the Standard text. I have created the Standard Text for SAP LABS. I am not able to get both these texts on the same line. I wrote in the layout like below and AS is the Paragraph format.
    AS     Consignee:
    /:        INCLUDE ZVRU_CONSIGNEE OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH 'AS'
    But, both are coming in dofferent lines. As /: is a command line, it is coming in the next line. Is there any way of getting these two texts in the same line..? While Inserting the Standard Texts, will there be any option/command to print it in the same line..?
    Please share your thoughts. Thanks in advance.
    Thanks & Regards,
    Paddu.

    Hi Paddu,
    I have had a similar requirement. I did not use any FM or anything, simply did the following:
    In  SO10, for your standard text where u have used the text SAP LABS.
    Instead of P1/ default para, change it to =. And then Save ur Standrd text.
    Now in the SAPScript Text editor in which you want to print
    P1 'Consignee :'
    /: INCLUDE TEST OBJECT TEXT ID ST LANGUAGE EN
    the output will be
    Consignee : SAP LABS
    I have tried and tested this method. It will surely work.
    With regards,
    Niharika.

  • BEX : report with real and budget on the same line

    Hi everyone,
    I need to create a Bex report showing on the same line :
    - budget WBS element stored in a DSO  (DataSource 0CO_OM_WBS_1)
    - used amount stored in another DSO   (DataSource 0FI_GL_4)
    Data are stored in 2 different DSOs.
    If a create a multiprovided with both DSOs I will get 2 lines in my report as axes are different,no ?
    Thanks for any idea.
    Aussie

    Hi,
    You can make use of infoset.You can also do a lookup from one dso to another ant transport the values in one dso.So by doin this alll your values will be stored in one place and then you can show the values in one line in report.
    Please also give me the idea of keyfields of both dso's.
    You can also use constant selection in report if you are using multiprovider through this to some extenet you can solve the problem of values in coming in two lines.
    Also check out the below PDF for Displaying Result Row in One Line While Reporting On Multiproviderer.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70dcd7b5-6a3d-2d10-c984-e835e37071a2?quicklink=index&overridelayout=true
    Hope it helps.
    Regards,
    AL
    Edited by: AL1112 on Aug 3, 2011 11:55 AM

  • Service order values posted to WBS, values are not displaying in CJii3

    Hi,
    We have posted thevalues from service order to wbs.
    values are not displaying in cji3.
    Regards,

    Hi,
    If the data has been successfully loaded into BPC, then it should be visible in BPC report.
    You need to make sure that you are looking at the correct data region. Check in RSA1 and check which data region has the data. Maintain the same region in the report as well.
    Hope this helps.

  • Sapscript : Printing Text In same line

    Hi Friends,
               I have created 2 standard text.
               I want to print the follwing in the same line -
               First standard text + <A hard coded value> + Second standard text.
    <b>           I have coded like this -</b>
               /:   INCLUDE SLP OBJECT TEXT ID ST LANGUAGE ZH
            =     : 999
            /:    INCLUDE YEARS OBJECT TEXT ID ST LANGUAGE ZH
               First two are coming in the same line but third one is coming in second line.
    Please suggest.
    Regards
    Kishor

    Hii
    '=:' works but try it by increasing your window size
    otherwise use READ_TEXT fm
    You pass it the Text Identification Details
    and it will retrieve the texts into the internal table (IT_TEXTS).
    Internal table to store standard texts
    DATA: IT_TEXTS like T_LINE occurs o with header line.
    CALL FUNCTION 'READ_TEXT'
         EXPORTING
            CLIENT                  = SY-MANDT
              id                      =       "Text ID
              language                =       "Laguage
              name                    =       "Text name
              object                  =       "text object
            ARCHIVE_HANDLE          = 0
       IMPORTING
            HEADER                  =
         tables
              lines                   = IT_TEXTS   "Internal table
       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.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    The main inputs for the FM are Text name, Language, Text ID and Text object and can be located using the following procedure.
    <b>Step 1 Display the desired text with transaction (i.e. ME23)
    Step 2 Show long text for a particular text (i.e. Deliver To)
    Step 3 Select ‘Header’ from the Goto menu (Goto->Header). The following screen should appear displaying info needed to retrieve text using the ‘READ_TEXT’ function module (Text name, Language, Text ID, Text object)</b>
    Regards
    Naresh

  • Date Picker display problems on same line with no new field

    With version 3.1.1 the attempted display of two date fields side by side appear stacked in the same column with the labels in between instead of side by side. This works fine with version 1.6.
    Create a page with 2 Date Picker items. Call the first one P1_DATE_FROM and the second one P1_DATE_TO. For P1_DATE_TO set the "Begin on new line" attribute to NO and the "Field" attribute to NO then display the page.
    The resulting display will be shown as:
    Line 1: Box for Date From value with date picker icon
    Line 2: Labels for both Date From and Date To with only a single space between
    Line 3: Box for Date To value with date picker icon
    The resulting display should be:
    Line 1: Label for Date From, Box for Date From with date picker icon, Label for Date To, Box for Date To with date picker icon.
    If you set the "Field" attribute to YES then the fields will appear on the same line in separate columns. I am trying to leave the second column available for and additional column of items in order to reduce the vertical scrolling on the page.
    If you repeat the above example with Text fields instead of Date Picker fields the desired result is achieved.

    You are correct that saying "Yes" to the field attribute will allow the items to format properly however this will push the second field into the second column on the page. I am purposely trying to keep these 2 items in the first column so that I can place a third item in the second column.
    I have tried using the "Start and Stop HTML table" feature to work around this but I can't control the alignment of the margins for the items above and below the start and stop item which make the display of the region even worse.
    Any other ideas or suggestions for work arounds would be appreciated.

  • Sql Query to find headers which having same lines????

    for example i have 4 purchase orders
    which are having same lines
    that means same items
    are having 4 different purchase orders how do i write a query to fine those different purchase orders which are having same lines.
    Please let me know any body how to get this desired result from select statement??.
    Thanks & Regards,
    Abdul Rahiman.

    Ramin Hashimzadeh wrote:
    Vivek L wrote:
    this?
    select      a.id,
         nvl(a.empnumber,b.empnumber) empnumber
    from tabA a, tabB b
    where a.id = b.id;
    i can't understand, if the tableB and tableA(except null values) empnumber values is same, then what is diffrence this query between yours query?
    select b.* from tabB b
    True, but your assumption is based on OP's sample data and may or may not be true for actual case.
    Read the requirement from OPs first post:
    I have to write a query that should fetch the a column value from table B if the column value is Null in Table A

  • WBS Element on AR/AP Line Item Report

    Hi All
    When I run the FBL1n report for a vendor who has a PO which has a WBS element - I dont see the WBS element coming up on the line item report(s).
    Although the field is there on the layout - it is not picking the WBS Element into the report - can anyone please tell me why this is and how I can get this field to fill with values...
    Thank you
    Rukshana

    hi,
    If you had activated Project Cash Management, you can try report CJIA which can substitute the report line item wise list for a particular project or for a Particular Vendor.
    Why the standard system is not showing WBS because, a single Vendor line can be posted against multiple expense so system cannot determine which WBS to be shown in the report so it is left blank in reports, this will be applicable for Purchase order no, Cost Centers, WBS etc.
    As suggested by Suresh you can use the BTE 1650, but it will keep one WBS in the line even you have multiple WBS elements used for the document posting.
    For Ex
    Expense 1 Dr  1000- WBS 1
    Expense 2 Dr  1000- WBS 2
    Expense 3 Dr  1000- WBS 3
    Vendor A Cr    3000
    Against Vendor line item A - it will show WBS 1 alone.As there is no standard solution you can use BTE if your are satisfied with the above example or you have to activate Project Cash management to find the exact reporting but in different reporting structure.
    Thanks and regards
    Praveen.J

  • Customizing the code inspector with check for two executable statements in same line

    Hi Everyone,
    I have a reuirement to customize the code inspector.I need to create a check 'Two executable statements should not be in the same line'.
    While doing so i am facing one problem as in internal table it is capturing the report as word by word with same row number nd different line number.
    If anyone have worked on this before then help me out.
    I am using CL_CI_TEST_SCAN as superclass and making the changes in the run method.
    Regards,
    Khushboo

    In the source code you will have this in comment right, use the "#EC ENHOK.

  • Billing document and Excise invoice document number should be same

    Dear SD gurus
    kindly help me following client requirement
    in order to cash (domestic & Exports)
    and sto (intra and Inter plant to plant) scenarios the billing document number and excise invoices number should trigger  same number
    Example order- delivery- pgi- commercial invoice (VF01) --- billing document no.1234 here it should create automatically excise invoice no 1234
    in J1iin disply it show ref document no( billing document no: 1234.    & excise invoice no 1234

    Dear All,
    As per the standard it is not possible. But some times client says why two different numbers ranges we require same numbers ranges for both billing doc. & Excise invoice.
    Please go through the following link
    http://saptechsolutions.com/pdf/SDDocumentNumberRangeEnhancements.pdf
    Also check with the Abaper with explicit enhancement by maintaining the number range values in Custom table where we go when ever there is no option for(if client is not convincing) but which is not reccomandable but left out with no choice when client is demanding.
    Regards,
    S.Himavanth.

Maybe you are looking for

  • How to pass the data in jsp using bpel

    Hi, Please find the below requirement. i need to call jsp post method service using hidden variable i need to pass the input and authentication parameters. 1. I am using SOA suite 11g and jdev11g 2. I created a BPEL process and call java wrapper serv

  • Place materail into multiple bins in a single TO

    Dear Friends, I have a requirement. Suppose there is a stock of 100 Tonnes of material X  available in 902 stoage type. Now we need to create a new transfer order manually from the transaction LT01.The souce bin is 902 storage type and in the destina

  • Does Mophie Air for iPhone 5 scrateches the the black version?

    Hello! I am about to get the iPhone 5 and Mophie Air. Since we all know the Black iPhone 5 tends to scratch quite easy I would like to know if this Mophie Air scratches its bezels. If it doesn't, how often do you change cases on your black iPhone 5?

  • Patch Update Problem

    HI all On applying patch updates , we are facing problem in patch 20. The error is "1 duplicate key error during insert into table TABDIRDEVC occured". Regards JOhn

  • What is the type of backup file when using ovi sui...

    Hi there.... Where is the backup file usually stored when using ovi suite?? what is the type of the file when i want to search in windows viasta??? THANK YOU Solved! Go to Solution.