Reporting Agent - Print Layout - Issue in Displaying Key Figures in Rows

Hi,
We have issue while printing reports using Reporting Agent. As part of Query Definition we have Structure of key figures in Rows. But while creating Reporting Agent , in Print Layout option – Under Table – Rows – we are not able to drag Structure of key fig.
What could be the solution to this issue. How can we use key figures in rows?
Thanks in advance.
Samir

Hi,
putting product in the rows will slove the issues as the unit cost  depends upon the  prdoduct and therefore it will uniquely identify each of the material and then it will get multiplies with the qty and therefore you will get the correct result.
this kind of issue you will always face when you are going to multiply cost with the Qty and as the cost differ with the individual material.
Also putting material into the rows will cause the no. of rows to increase as all the materials will show up in the individual rows for the particular month.
Also you can make a claculated key fgure for the multiplication and use before aggregation.
But for that your both the key figures should be in the same cube i.e. in the same rows or the before aggregation will not work you will not even get an option of before aggregation in the CKF if the key figures belong to two different cubes.
Since your qty and cost are coming from two different cubes before aggreagtion will not work here.
And if you do before aggregation then you report will become quite slow as it will do all the multiplication anf then will bring the result.
So it depends on your requirement and your design how to proceed.
Hope it helps
Thanks

Similar Messages

  • Problem with displaying key figures in report

    Does anyone have experience with SAP Report Designer for Release 7.0. I want to display key figures in the following manner: 1'500 (Which means 1.500.000) For a billion the value displaye should be 1''000 (1.000.000.000).
    1000 =     1.000
    0'010 =     10.000
    0'100 =     100.000
    1'000 =     1.000.000
    0''010 =     10.000.000
    0''100 =     100.000.000
    1''000 =     1.000.000.000
    Thus the report always shows 4 digit figures. The problem is that I don't know how to include the apostophe as a separator for the million.
    Additionaly to that I want to have the font changed to a smaller number, if the figure is to large for the column. Is there a possibity to change the display of the figure with the scaling? And is there a possibility to change the font? These two parameters have to be decided when running the report. (The scale of the numbers can differ within one column.)

    there is two way to display the values , one is globally, where u do it the keyfigure and another way is on the query designer level
    in keyfigure go to aggregation , there u will get the number display format , u can change there and another way is in the query designer right click on the key figure and select properties and select display format

  • Subject: Displaying key figures without currency unit in BEX reports

    Hello,
    Is it possible to display key figures without currency unit in BEx reports? For example; Material Costs 1000 EUR
    should be shown as 1000. Currency unit EUR and also scaling factor (*1000 EUR) does not interest us.
    When we use display options in query properties, we just see an option of displaying key figures with/without scaling factors, which does not solve our problem.
    Thanks for your reply.
    Regards,
    Nuran Adal

    Hi Eugene,
    thank you very much for your quick reply. We have very detailed reports with min. 10 columns, I should have defined 10 more formula columns to realize this (NODIM), but anyway there is no other way to do this, am I right?
    Best Regards,
    Nuran

  • BEx Broadcaster Send button - No Broadcast Wizard with Key Figures in Rows

    Working in BI 7.0 SP 16, we are having an issue with BEx Broadcaster.  For a typical horizontal query (key figures in columns), the send button in BEx on the Portal works properly and returns the Broadcasting Wizard.  However, when using a query in a vertical format (key figures in rows), the window opended by the send button displays the "spinning wheel" and never procceds on to the Broadcasting Wizard.
    I have checked for SAP notes related to BEx Broadcaster and was not able to find anything relevant.
    The same query was tested with the key figures in columns and in rows.  The Broadcast Wizard comes up when the key figures are in columns, but not in rows.  Since it was tested both ways with the same query, I am assuming that the issue is related to the orientation (horizontal vs. vertical).
    Has anyone else run into this issue?  Is there a known limitation, or a patch available?  Does anyone have a BI system with a query you could flip the key figures from columns to rows and give it a try?
    thanks,
    -Shawn

    Shawn,
    I'm having my own issues with BEx Broadcaster in the Portal, but from BEx Query Designer - Query - Publish - BEx Broadcaster, the BEx Broadcaster Wizard is available in both cases (Key figures in columns and key figures in rows).
    Kim

  • Converting key figures from rows to column using DSO and start routine

    Hi SDNer:
    I need some help to convert key figures from rows to column.
    The source is DSO 1 and I am thinking about writing ABAP in the start routine to do the conversion. The target is DSO2.
    Below is the  more detail information with example. Basically, for each record in DSO 1 I need to create 3 records (because there are 3 KF's) and output to DSO2.
    I would really appreciate some help on this.Thank you.
    Tony
    DSO 1 data format (SOURCE)
    Period   ID   KF1  KF2  KF3
    200702 100  300  200   750
    Output to DSO 2 (TARGET)
    Period   ID    KF  LABEL
    200702 100  300  KF1
    200702 100  200  KF2
    200702 100  750  KF3

    This is the code in BI 7.0.
    u need to put a field "Label" in DSO1. u dont need to populate this in DSO1 but it helps the code to populate the field in DSO2.
    DATA: wa_result TYPE _ty_s_sc_1,
    t_result TYPE STANDARD TABLE OF _ty_s_sc_1.
    DATA:counter(2) TYPE n.
    LOOP AT SOURCE_PACKAGE INTO wa_result.
    counter =0.
    while counter < 3 .
    wa_result- Period = wa_result-Period.
    wa_result- ID = wa_result-ID.
    if counter  = 0.
    wa_result- KF1 = wa_result-KF1.
    wa_result- Label = 'KF1'.
    elseif counter = 1.
    wa_result- KF1 = wa_result-KF2.
    wa_result- Label = 'KF2'.
    else.
    wa_result- KF1 = wa_result-KF3.
    wa_result- Label = 'KF3'.
    endif.
    APPEND wa_result TO t_result.
    counter = counter+1.
    endwhile.
    endloop.
    CLEAR: SOURCE_PACKAGE,wa_result.
    LOOP AT t_result INTO wa_result.
    APPEND wa_result TO SOURCE_PACKAGE.
    ENDLOOP.

  • Dunning Report Print Layout Issue

    Hi
    I have a problem with the Dunning Report Print layout (Dunning All (system)). In the wizard I select all the Invoices (Which are over due and current) for the BP and sent to printer.
    In the print out all the due dates are mixed with the acctual Due dates.
    Acctuall Invoices
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     25.02.08              1
    10002                     03.03.08              1
    10003                     03.04.08              0
    Print out
    Doc No.                  DOC Due            Level
    ======================================
    10000                     05.11.07              2
    10001                     03.03.08              1
    10002                     03.04.08              0
    10003                     25.02.08              1
    How can I fix this. This is coming from the System template and we havent change anything.
    Could you please help me.
    Thanks
    Sanjaya

    Hi
    I solved the problem. But the issue was when i ran the dunning wizard the layouts messed up. For example if I had a dunning letter with 3 lines (overdue documents). The last line would copy itself 4-6 times (it would show the last document 4-6times so the total lines in the dunning letter would be 7-9 lines). But I solve the issue. Somehow the attention person (which I got from the contact persons (ocrp) and not from the document contact person (oinv) ) did the issue. When i switch it to the oinv the issue was gone.
    kind regards
    Søren
    Edited by: Bundgaard Søren Hollænder on Jan 26, 2009 9:56 AM

  • Supplier Statement - Print Layout Issue

    Dear Guys,
    Im trying to display a supplier ref no. on the suppliers liability ageing statement through the "BP Ref No" field. I am trying to grab the ref no entered through the AP Invoice field "Supplier Ref No"
    This field is sent through to Journal Entry "Reference 2" field and this is where im trying to pick it up in the Print Layout. This is however not working, im only seeing a blank in the print-out when i point to this field.
    Any ideas why this is not working?
    TX in advance.
    Lebo

    If you talking about Vendor liability Aging report then please use the By purchasing document tab in the Selection window and you will see the Ref number both in the Aging Report and the Vendor Statement

  • Bex report does not display key figures

    Friends,
    Need help urgently.
    We have a report of a multicube(MC1). key figures of one of the infocube(IC1) in the multicube(MC1) does not showup on the report.
    If reported independly on that IC1 it does show all values. This sounds really weird but its taking up all my time.
    Please friends, need your inputs on what else could have gone wrong.
    FYI...earlier we had same problem but creating new report on this multicube resolved problem. But this time, we have a new KF added to the infocube(IC1). But no change to the reports are made. Even though problem occurs.  I even transported all the rules, multicube and infocube.
    Please help me identify what could be the cause for it.
    -Raj

    Gupta,
    Thanks, this resolved my problem.
    But here;s another issue that came up now.
    I have a keyfigure (conversion factoor to EA) as attribute to master data infoobject (zmatnr). I have this included in the multicube. On the query, I have created a replacement path variable for conv. factor and this works well with all reports except this sales report which has key figures included from multicube(from multiple infocubes in muticube. Any idea what is that i am doing wrong?
    thanks

  • Reporting Agent  Printing

    Hi,
    Before digging into the printing functionalities of the reporting agent, could an expert let me know whether the following scenario can be achieved ?
    each month, I would need to schedule and print a query that shows the monthly reporting for a hundred cost centers (individually) as well as the nodes of the hierarchy they belong to ? In other words, can I schedule the job in such a way that the print sequence occurs following the structure of the cost center hierarchy ?
    Thx very much
    Stéphane

    Any Answers on this.

  • Print Layout issue in repeat area

    Dear Experts,
    I am not familar withe print layout and would like to know where I can learn more on this module ...??
    Due to the repeated area alway only priinted several (2-3) lines then leave blank the remaining space of the first page and push the last line to next page with page footer.
    Is there any setup I missed?
    Pls kindly advise.
    Thanks!
    Emily

    Dear Ms Liu,
    I would recommend to look at the document
    How to Create Query Print Layouts
    on the customer partner portal under the version 2007a - How to Guide:
    https://websmp109.sap-ag.de/smb/sbocustomer
    Also you can search for notes with the component SBO-GEN-PLD*
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • Report Painter - Characteristic cannot be combined with key figures

    Hi,
    I have added a new field (ZZABTEI) to the report structure CCSS and using that field as a characteristic in the report. But when I execute the report, it is giving the error "Characteristic ZZABTEI cannot be combined with key figures". Can anyone help me to solve this issue.
    Thank you,
    Rekha

    There no code for this. I had to add the new field to CCSS structure. Then there were some configuration to be done. Then this message is got when the report in the report painter is executed. The details of this error message is as follows :
    Characteristic ZZABTEI cannot be combined with key figures
    Message no. GR410
    Diagnosis
    Characteristic ZZABTEI is being used in a report with a key figure that does not match this characteristic.
    System Response
    The system cancels generation.
    Procedure
    Check the report definition: the key figures used must be compatible with characteristic ZZABTEI. For examples of useful combinations of characteristics and key figures, see the SAP standard reports.
    Technical explanation: The Report Writer table assigned to the report is defined as a view with multiple database tables (somewhat similar to Report Writer table CCSS) and a key figure used in the report refers to a database table which does not contain characteristic ZZABTEI.
    Example 1 for table CCSS: If the 'cost' or 'quantity' key figures are used in a report (referring to tables COSP and COSS), you cannot use the 'Statistical key figure' (only occurs in table COSR) characteristic in the rows. On the contrary, using the 'Cost element' (tables COSP and COSS) characteristic is not permitted for the 'Statistical quantity' (table COSR) key figure.
    Example 2 for table CCSS: If a report only displays line item data (key figures IE... or PE...), you cannot use the 'PERBL' characteristic, because it is only valid for summary data. You have to use the 'PERIO' characteristic for line item data.
    Thank you,
    Rekha

  • Display key figure as Hierarchy

    Dear All,
    I have a requirement where I would like to display the values of a key figure as range. I have Bonus as a key fgure. User would like to see the report as below,
    Rating   Bonus        HeadCount(No of Emp)
         1        0-20%             1
         1        20-40%           3
         1        40-100%         7
         2        0-20%             4
         2        20-40%           2
         2        40-100%         1
    Does anyone have worked on such a scenario where key figure values can be displayed as range.
    Regards,
    Niraj

    As said before, you can use a calculated key figure to get the result you need.
    For example 0% - 20% would be the following calculation (Bonus >= 0) * (Bonus < 20). This will result in 1 of 0.
    Since multiple values are going to be aggregated, don't forget to set the exception aggregation to the sum of the unique value, in this case Employee. Let me know if this works out or if you need any help.
    Kind regards,
    Alex

  • Dynamically displaying key figures in columns - BEx

    Hi all,
    I am working in BEx , My requirement is that ... out of two Variables (User entry) if i select one variable i need to get 4 key figures in out put . If i enter another variable i need to display only 2 key figures out of 4 in columns . I would appreciate if ant one could come out with a solution.
    With Regards
    Venkat

    Hi Venkateswara,
    Are you working in BEx Analyzer or BEx Web?  What version of BW do you have installed? 
    If in BEx Analyzer, follow this link ...
    Re: Where are the BEx variable stored
    After reading that posting, look at this one:
    Re: supress variable-entry-window (SAP-Exit)
    If in BEx Web ... sorry, you will need to find another expert.  But, there are even more API functions for Web reports than for Excel reports, so I am sure that what you want can be done.
    - Pete

  • Issue with Virtual Key Figures Using BADI

    Hi,
    We are populating values for a few virtual key figures in a query over a multiprovider through a BADI implementation(RSR_OLAP_BADI). On execution the VKF fields appear blank in the report.
    We tried debugging the methods of BADI by adding Break-Points in specific points. On doing so, we found that the values are properly updated in the 'Field-Symbols' used in the Compute method, but the same values do not appear in the report result and the fields are blank.
    Kindly provide any pointers or suggestions.
    Thanks.

    First check in <b>Technical Information</b> in <b>RSRT</b> , whether the
    <b>Virtual Char/Key</b> Fig is<b> Y</b> or <b>N</b>.

  • Displaying key figures in workbook

    Hi,
    I added three keyfigures and one calculated key figure to the existing query. when opening the workbook which contains this query the added key figures are not displaying in the workbook. any settings should be made?
    thanks in advance.

    Hi Prasad,
    Refresh the workbook... this you can do by selecting any field in the workbook, right click on it and give refresh...
    Probably, by default the settings of your workbooks are in such a way that you are not refreshing the workbook on opening...
    This can be enabled by choosing the properties option which again you would get on right clicking on any one of the fields of the workbook. There, in the second tab, there'll be an option, "Refresh Workbook on Opening".. Choose that option so that everytime you open the workbook it automatically gets refreshed...
    Regards
    Manick

Maybe you are looking for

  • How to expand a PDF text box?

    I have created a PDF exporting the document from word and made it into a form to fill out. When I have created a text box I would like it to expand when there is more words than there is space rather than the text box going into scrolling mode and no

  • Can't see attachments at top of message

    Hi, On all of my mail messages with attachments, when I click on the arrow in the message header to reveal the attachments, they aren't there. Although, the attached files appear in the message below absolutely fine. This means that when I click on '

  • How to view installed licenses key in terminal server

    Hi Everyone, I am running Terminal win server 2008 standard R2 SP1 in which 10 remote desktop per user CAL's licenses are installed before I joined in the company. Now I am asked that company has purchased only 5 licenses and we have installed 10 lic

  • Printing with Adobe reader produces blurry fonts

    Hello, I've recently bought a Canon Pixma MP220, installed and updated with the latest drivers for OSX 10.4 from the Canon website. When I print pdf documents with the Adobe reader (8.1.2), the printed fonts are really blurry and the speed of the pri

  • Best (affordable) Router for new Mac G5

    What would be the best Router for my new Mac G5? I currently have a DLINK router, which just won't cooperate so I am running straight out of the cable modem. DLINK help says they don't support the latest OS version, so I decided to try another router