KeyFigures in report based on lower granularity than specified in drilldown

Hi all,
My client wants several reports based on the HR organizational structure (hierarchy) in combination with attributes of 0EMPLOYEE. For example:
Org.     CT     < 20     20-24     25-29     etc.
O
- O1     01     1     4     8
     02     2     6     3
- O2     01     4     9     5
etc.
The report shows for each Org.Unit the number of employees for a certain ContractType specified by each age category. ContractType however is not a attribute of Org.Unit but belongs to the employee and I don’t want the employee in the drilldown of the report. Even when I put employee invisible in the drilldown I get a line for each (invisible) employee.
Someone knows how to handle is such cases?
Thnx in advance,
Henk.

Hi,
If you dont need employee in your report, Try and run taking employee out of the Free charcteristics region in Query designer.
Regards.

Similar Messages

  • Generating a report based on two analytics(for ex:PO and PR)

    I have a question regarding generating reports on two analytics.
    In our scenarios,
    We need to generate a report based on Purchase order and Purchase request.Is it possible in OBIA?
    if yes,please provide the solution.
    Thanks in advance

    Hi ,
    Thanks for your valuable time.
    We are in designing phase of the project. we need to know ,Is there any inbuilt dashboards or reports built using both PO and PR repositories?
    I would like to explain with ex:
    Let's say we need a report or dashboard containing few fields from PO and few fields from PR.Let's assume both PO and PR data available at same granularity.
    Do we have any such inbuilt reports or dashboard?
    If not,could we customize the report generation using both PO and PS tables?
    Please provide the solution.
    Thanks in advance.
    Edited by: user3561029 on Aug 31, 2008 9:03 PM

  • Authorization of alv report based on plants

    I have created a new alv report for sale order statement.The problem is which can be seen in all plants
    irespective of the user.Suppose our company has 5 palnt
    Plant 1100 to 1500
    The problem is suppose a user he has only rights in a prticular plant but he can see all the palnt sale order details
    How can we authorize this particular alv report based on the plants

    Hello,
    My assumption: You have Company Code(T001-BUKRS) in the selection-screen.
    Plz check the code snippet below:
    DATA:
    IT_PLANT TYPE STANDARD TABLE OF WERKS,
    WA_PLANT LIKE LINE OF IT_PLANT.
    DATA:
    IT_R_WERKS TYPE RANGE_T_WERKS_D,
    R_WERKS TYPE RANGE_S_WERKS_D.
    SELECT BWKEY INTO TABLE IT_PLANT
    FROM T001K
    WHERE BUKRS = '1000'. "--> Here you have to use your sel. scr. parameter
    IF SY-SUBRC = 0.
      SORT IT_PLANT BY WERKS.
    ENDIF.
    LOOP AT IT_PLANT INTO WA_PLANT.
    * Check the authority for the plant
      AUTHORITY-CHECK OBJECT 'M_MSEG_WMB'
               ID 'ACTVT' FIELD '03'
               ID 'WERKS' FIELD WA_PLANT-WERKS.
      IF SY-SUBRC = 0.
        R_WERKS-SIGN = 'I'.
        R_WERKS-OPTION = 'EQ'.
        R_WERKS-LOW = WA_PLANT-WERKS.
        APPEND R_WERKS TO IT_R_WERKS.
        CLEAR R_WERKS.
      ENDIF.
    ENDLOOP.
    IF IT_R_WERKS IS NOT INITIAL.
      "Select data using the Plants for which user is authorised
    ELSE.
      "User has no authority to display any Plant data
    ENDIF.
    Hope this is of some help to you.
    BR,
    Suhas
    Edited by: Suhas Saha on Mar 18, 2009 10:18 AM

  • ALV Report based on MD04

    Hi everyone,
    i have a requirement that
    when i enter the plant number, material number, MRP element version, and range of date starting from today date till the date - it should provide the output this way.
    Material  leadtime  Satety stock  available quantity -(for the range of dates)
                                                                      27/8    28/8    29/8   so on 
    eg.BMR168345  7   8000                             1650     1350   1350 ....
    on 28th there is order for  300 elements so it is 1350    
    It is a report based on MD04 transaction.

    Hello,
    My assumption: You have Company Code(T001-BUKRS) in the selection-screen.
    Plz check the code snippet below:
    DATA:
    IT_PLANT TYPE STANDARD TABLE OF WERKS,
    WA_PLANT LIKE LINE OF IT_PLANT.
    DATA:
    IT_R_WERKS TYPE RANGE_T_WERKS_D,
    R_WERKS TYPE RANGE_S_WERKS_D.
    SELECT BWKEY INTO TABLE IT_PLANT
    FROM T001K
    WHERE BUKRS = '1000'. "--> Here you have to use your sel. scr. parameter
    IF SY-SUBRC = 0.
      SORT IT_PLANT BY WERKS.
    ENDIF.
    LOOP AT IT_PLANT INTO WA_PLANT.
    * Check the authority for the plant
      AUTHORITY-CHECK OBJECT 'M_MSEG_WMB'
               ID 'ACTVT' FIELD '03'
               ID 'WERKS' FIELD WA_PLANT-WERKS.
      IF SY-SUBRC = 0.
        R_WERKS-SIGN = 'I'.
        R_WERKS-OPTION = 'EQ'.
        R_WERKS-LOW = WA_PLANT-WERKS.
        APPEND R_WERKS TO IT_R_WERKS.
        CLEAR R_WERKS.
      ENDIF.
    ENDLOOP.
    IF IT_R_WERKS IS NOT INITIAL.
      "Select data using the Plants for which user is authorised
    ELSE.
      "User has no authority to display any Plant data
    ENDIF.
    Hope this is of some help to you.
    BR,
    Suhas
    Edited by: Suhas Saha on Mar 18, 2009 10:18 AM

  • Data Selection for report based upon a 'Prompt Value'

    I want to report information in my report based upon a 'user input prompt value'
    for example:
    'Enter Shareholder Selection - A-Active, I-Inactive, B-Both Active and Inactive'
    if the user enters 'A', the report selects only active shareholders
    if the user enters 'I', the report selects only inactive shareholders
    if the user enters 'B' the report selects all shareholders, active and inactive
    the field in the database that this based upon is their total share value.
    if this field is greater than zero (>0) they are considerd 'active'
    if this field is equal to zero (=0) they are considered 'inactive'.
    I have tried creating some type of filter,  but am not having any luck. 
    I saw a few examples within the forums that I have tried without any luck....unfortunately most of the examples I've seen are base one only two choices.
    I'm sure I need to create some type of 'independant varible' but am not sure how to do that either.
    Any suggestions would be appreciated.
    Thanks.

    Hi Daryl,
    I Tried this unsuccessfully in DESKI . We can't Eliminate Rows having Empty Measure Values or Measure with 0 as values using Table Level Filter as FIlter can't FIlter rows based on Prompt value selection dynamically. Filters filter rows at a time and not based on 3 condition as Active, Inactive and Both. thus filters are of no use.
    I Tried this in WEBI, and it is working perfectly you donu2019t have to create any Object in Universe, you can do it using function UserResponse() at report level.
    Hence if you are comfortable using WEBI for Generating this report then Follow the steps.
    1. Create Report With Name and Shares Object. It will display all Shareholder Names and No.of shares they hold.
    2. Use Status Object in Query filter, use condition as u201CEqual Tou201D and Select prompt. It  contains Active, Inactive and Both as values.
    3. Report will Display all Shareholder names and No. of  shares  like 45, 789, 0, 4562 where 0 is inactive Shareholder and all other are active shareholder.
    4. Create Variable using Formula.
    =If(UserResponse("Enter Status:")="Active" And [Shares]>0;[Shares];If(UserResponse("Enter Status:")="Inactive" And [Shares]<=0;[Shares];If(UserResponse("Enter Status:")="Both";[Shares])))
    5. Remove Shares Object from the report and Put Variable created with Names of Shareholders.
    6. Select Table-> Properties-> Display-> Uncheck the Option u201CShow Rows with Empty Measure Valuesu201D
    7. Report will display Value correctly as per your Prompt value selection.
    I Hope this Helpsu2026
    Thanksu2026
    Pratik

  • How to show the columns dynamically in OBIEE report based on the selection?

    Hi,
    I have a requirement where the columns should be dynamically shown in report based on what we select in propmt page.
    I'm creating a report in OBIEE where i want to give an option to the end user to select the columns whichever he wants to see in the report.
    For example I have the following columns in the report already:
    Customer Name,
    Customer Number,
    Bank Account,
    Address
    I want to give an option to the user to select 'Customer Mail ID' dynamically and see the column to be displyed in the report along with the existing columns.
    Through 'Column Selector' user can select a single column at a time, but if he want to select more than one column, how can we do this ?
    Please help me out in resolving this issue.
    Thanks,
    Chaithanya.

    Hi Chaithanya,
    there's not a straight solution for this. You can create different analysis containing different number of columns and then directing the user to this analysis using Action Links or you can also use View Selector to switch from one view (analysis) to the other. But it's not going to be very flexible nor dynamic.
    J.

  • How to schedule the webi report based on data changes in the report data

    Hello,
    I want  to schedule a webi report based on data change in a column in the report.
    The scenario is something like below:
    1. If a data of a particular column changes from 2 to 3 than I would like to schedule this report and sent it to users mail box.
    I know how to apply alerts or schedule a report or data tracking for capturing changes in the report but I dont know how to schedule the report only for data changes.
    Anybody done this before.
    Thanks
    Gaurav

    Hi,
    May be these links can help you:
    http://devnet.magicsoftware.com/en/library?book=en/iBOLT/&page=SAP_R_3_Master_Data_Distribution_Defining_Change_Pointers.htm
    SEM-BCS: Load from data stream schedule
    Attribute Change Run

  • Report based on particular workflow

    Hi all.
    We made a custom workflow for t code fv60. It has got various levels of approvals and conditions. Now the requirement is to develop a report based on this workflow - similar to swi1. but our purpose of the report is to show various parked and published FI documents and the various users in whose inboxes these document mails are kept in varios approvaql stages. E. G. If today a document is parked by user abc and is approved at first level by user def and now that document is in user ghi's inbox  as a workitem , waiting his approval, the report should show all the users and the statuses of document at each stage.
    Is it possible?.
    if so please give some sample code or example on how to build the report.
    Thanks
    Ribhu

    Hi,
    Yes, it is possible but it will be specific to your workflow only and as Kjetil says making a very general report like this for any workflow will be tough !!
    However i can suggest the following so that you can start continuing on this
    1. First find out the Workflow Template number used and also list all the major user decision steps Task Numbers ( say approval1 - Task1, approval2 - Task2, approval3 - Task 3) used. Lets call it as {Task List}
    2. Given the from date and to date and type of document ( KR/KG etc..) get all the FI Documents parked/created on these dates.
    3. For each FI Invoice No call SAP_WAPI_WORKITEMS_TO_OBJECT  with proper object type ( should be either FIPP or BKPF) , object key ( company code + doc no + fiscal year), fill in the Task Filter with your Task List}
       a. The Table parameter WORKLIST will contain information about the workitems related to your user decision items, loop through them and if completed find the actual agent else find the list of recipients using SAP_WAPI_WORKITEM_RECIPIENTS, you can show this as inprocess.
    4. Infact once you get the WORKLIST you can do whatever you want.
    If you have more than one possible workflows associated with same Invoice , then you have to filter your WORKLIST again based on correct workflow template number using WI_CHCKWI field.
    Good Luck !!
    Regards
    Krishna Mohan

  • Photoshop Elements 11 Organizer: Full screen view of lower quality than with PSE 10 and before?!

    Upgrading from PSE 10 to 11, I noticed that when I watch my images with the organizer in PSE 11 in full screen view mode (F11), while the images load faster, they are shown in a lower quality than in PSE 10 or any other version of PSE that I owned before. In PSE 11, after the initial viewing in full screen (in the "fit screen" mode), when I click with the mouse on an image to display the "100%" view, there is a delay and the program says "Loading...", after which the 100% view in the full screen mode appears. When I then click another time with the mouse on the image to get back to "fit screen" mode, I get an image of better quality than during the initial view!
    So it seems like the program first gives a faster, but lower quality view of the image in full screen mode, and only after the user requests a 100% view, it actually loads the image with full detail, which is then preserved when going back to the "fit screen" view. This is a serious issue for me, because I also use PSE organizer to present my pictures to other people, and I don't want to show them some lower quality versions of my images, but the full quality ones, without having to first choose "100% view" and then go back to "fit screen".
    How can I make the PSE 11 organizer give me a full-quality full screen image right away, as this used to be the case in PSE10 and before?
    (I have both versions, PSE 11 and PSE 10, now on the same computer and tested this to confirm that the PSE 11 initial full screen view is of lower quality than the PSE 10 one. Also in PSE 10, there is practically no delay for displaying the "100%" view afterwards, indicating that the image was loaded with full detail right away.)

    - Update:
    * Adobe's senior support level has replied to me about this issue as follows:
    "Thank you for contacting Adobe.
    When you press the F11 button, Organizer 11 uses the Bicubic
    interpolation mainly because it is less processor intensive compared to
    Bicubic Sharper, and it helps to create the preview on the fly, rather
    than based on the thumbnail cache.
    When you zoom out from the 100% view, Elements Organizer uses Bicubic
    Sharper. This is because Bicubic Sharper is used for image reduction, so
    if the 100% view is larger than the available screen space, it will need
    to shrink. The Bicubic Sharper images may look more crisp however, Like
    any sharpening algorithm, Bicubic Sharper introduces halos and
    edge-enhancement artifacts. Those halos are typically slight, but any
    further sharpening (which you'll need when preparing an image for print,
    for example) will exaggerate them.This is expected behavior. The
    Organizer isn't great for determining exact quality, I recommend you to
    use Elements Editor for this purpose.
    Thank you,
    Bobby Johnson,
    Adobe Technical Support."
    * My reply on this to Adobe is:
    "Hello Bobby,
    thank you for your reply. Now at least we are talking about the same thing.
    Why I am wondering about the choice to use the "Bicubic" algorithm when pressing F11 in PSE 11 is that all previous versions of PSE that I owned (which spans from PSE 6 to PSE 10) did use the "Bicubic Sharper" algorithm right away when pressing F11. So apparently Adobe didn't worry about processor intensity of this algorithm then, and computers are getting all the time more powerful.
    It is true that in some situations, the "Bicubic Sharper" algorithm may introduce halos and edge-enhancement artifacts, as you write. On the other hand, especially on smaller resolution screens, the results of the "Bicubic Sharper" algorithm may look more crisp and lively, while the ones of the "Bicubic" algorithm may look more flat and lack fine detail. This is not only my personal opinion, but as I have brought up this topic in several forums, I can see that I am not alone here.
    So assuming that the question about preferring "Bicubic Sharper" or "Bicubic" as a default algorithm when pressing F11 is partly a matter of taste, and partly a matter of the hardware the user has available, why can Abobe not give the user an option to choose which one he/she would prefer? For instance, F11 gives full screen view with "Bicubic" applied, and CTRL+F11 with "Bicubic sharper"? Or make this an option in the preferences?
    As I am using the PSE organizer also to present pictures to other people (and I know many people who use it that way too), I would like to show them my pictures as sharp and detail-rich as possible. Therefore, I would highly appreciate an option as described above to be implemented in the PSE 11 organizer via an update. It should be fairly easy from a programming point of view, since both algorithms are already contained in the program anyway."
    * If you support this suggestion of mine as stated above, please also contact Adobe accordingly! The more support requests they get for this, the more likely it is that they will implement this update! You may mention my case number 0184046323 for reference.

  • SAP Report for Cash payment more than Rs 20000/ within a year

    Hi Friends,
    Is there any report which will help me to find out the cash payments more than INR 20,000 during the year? If not then please provide the logic to develop this report
    Thanks & Regards,
    Nainesh
    Moderator: Please, avoid asking basic questions

    Hi Nainesh
    Use FBL3N report and input your Cash Payment GL accounts which are used in FBCJ for cash payments
    It will give you a list of all payments made and you can filter the report based on amount...
    Also, you can include Vendor account as "Off setting" field.. If off set account is not available in the report, include it from Extras > Settings > Special FIelds... This will generate a workbench request which you need to transport from DEV to Production
    Also, if Offset field is not ppopulated, refer SAP OSS note 112312... This has all the steps you would need
    Regards
    Ajay M

  • Creating a Form with Report based on View

    Hi All,
    I wanted to create a form with report based on two tables so:
    1. I created a view (called COMBO) based on two tables
    2. I then created a form with report based on the view
    Everything seemed fine thus far until I tried to edit existing records - I got the error:
    ORA-20505: Error in DML: p_rowid=2002082600001172, p_alt_rowid=REPATRIATION_ID, p_rowid2=, p_alt_rowid2=. ORA-01776: cannot modify more than one base table through a join view
    Unable to process row of table COMBO.NB: REPATRIATION_ID is the primary key of the Repatriation table. The other table is Applicant.
    & when I tried to create a new record - I got the error:
    ORA-01776: cannot modify more than one base table through a join view
    Unable to process row of table COMBO.Someone please enlighten me!
    Kind Regards
    Kamo
    Edited by: Kamo on 2009/03/12 2:33 AM

    Hello Kamo,
    You need to create an 'instead of' (update/insert/delete) trigger on your view to process the inserts etc into the 'real' tables.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Inserting paragraphs into a report based on a certain condition

    Hi, I need some advice on the best method to insert paragraphs of text into a report.
    I have +/- 100 paragraphs which are in text format, I need to insert these into the report based on certain conditions.
    I have tried entering them into the trailer section one after the other and using conditional formatting to display them if the the condition is met. This works well but I ran out of space in the trailer section.
    I then thought of saving the paragraphs somewhere on the server as seperate txt files and inserting them into the report using file links,
    or I could put these paragraphs into a table and then insert them from there, some of these paragraphs are longer than 4000 characters,
    Please advise on the best method
    Thank you
    Michael

    Hi,
    If the button and the textfield are on in the same subform then this code should work in the click event of the button
    (This is JavaScript code so make sure the code is set to JavaScript and Client on the drop downs in the script window)
    (assuming the name of the textfield is TextField1)
    TextField1.rawValue = "some value";
    If they are in different subforms then you have 2 options
    Please note in both these options it is easier if the subforms have names ( I am assuming this to keep samples simple)
    option 1 -
    use the parent object to move up the tree till you are at the same level as that of the subform that contains the textfield
    e.g. 
    (Click Event of the button)
    this.parent.subformname.TextField1.rawValue = "some value";
    option 2 -
    Use the resolve node to make your way down from the top level of the form
    xfa.resolveNode ("form1.subformname.TextField1").rawValue = "some value";
    Hope this helps
    Malcolm
    p.s. I am making assumptions as the image/file you attached did not appear for me.

  • What am i supposed to do when my mac says it's in the not charging state and says that the battery is holding a significantly lower charge than normal?

    what am i supposed to do when my mac says it's in the not charging state and says that the battery is holding a significantly lower charge than normal?

    Go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you are running 10.7 Lion or 10.8 Mountain Lion), then select Power from the left hand column of the System Profiler. Copy and paste the Battery Information from the top of the page back here.

  • Report based on Object Types

    Hi All,
    I am using Oracle 9i & Developer 6i on Windows platform in client/server environment. I created a report based on an Object Type defined in the Database. I am facing two problems in that:
    1. Its not picking up Date columns properly. When I run the report, I receive error: "REP-0612: Invalid Date Mask.
    ORA-01801: date format is too long for internal buffer.".
    When I checked, I noticed that all the date columns in my Data Model, which are coming from Object Type are of Width 9 only. I want to ask how is it so, & how can I sort it out. I have not specified any format model for dates neither in Object Type nor in Report anywhere.
    2. Another thing is, after reopening the report, in the report builder, i mean closing & then opening the .rdf file, when I try to run the report, I receive following error: "REP-0499: Column 'Column_Name' selected by the query is incompatible with report defination". This column is one of the columns/attributes of the object type on which my report is based. Though, nothing has been changed in the object type or any other database object, it gives this error, everytime, I try to run the report, after closing it(after proper saving) & opening it again. Can anyone help me by telling, why is it happening like this.
    Thanks in Advance,
    Inderjeet Singh

    Thanks for the quick reply InoL,
    I'm not familiar with breakOrder, however when I review the code behind the report, I see nothing but:
    breakOrder="none" in several lines. There is no other value other than "none" for this setting. Here's an excerpt:
    "Group Name" breakOrder="none".
    What exactly does breakOrder control and what other values are possible?
    As far as pageProtect goes, there are two entries that show:
    <generalLayout pageProtect="yes" verticalElasticity="variable"/>
    Is it worth a shot to change both to "no" to see what happens?
    Thanks,
    Dave

  • Develop report based on INFOCUBE and ODS

    Hi,
      Pls, can anybody help regarding developing reports based on INFOCUBE
    and ODS object
    i am using SAP BW 7.0
    what is the transaction code for reports
    what are the steps to develop reports
    Thanks\
    - Mubeen.

    There is no transaction code as such as you have to use the front-end application to create queries off your Cubes/ ODS.
    open Bex query designer -> select info provider (cube or ods) -> drag and drop the keyfigures in columns, -> char in rows -> save.
    Also look at
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm

Maybe you are looking for

  • How to get adobe cs6 web and design premium

    In adobe assistant manager it seems like a dumb idea right now because I have tried two different computers and still can't get it cause there is error to update asm or theres the 109 or 108 error which I have done all I could from what I read and st

  • Can't open a spreadsheet. Get message that spreadsheet is too old and needs to be saved with Numbers '09?

    Can't open a spreadsheet. Get message that spreadsheet is too old and needs to be saved with Numbers '09?

  • How to increase No. of attempt to Lock user account in DB

    Hi, How to increase the number of attempt [by giving wrong password] to lock the user account in DB Connection? We have default feature as No. of attempt is 3 by giving wrong password to lock the user account. Is it possible to increase the no. of ti

  • JSP and Tomcat Problem

    Folks, My apologies if this is off-topic for this forum, but I've been having this problem using Tomcat and JSP. I'm fairly new to Java. Basically, I'm writing a webapp that uses servlets and JSP together. The servlet and backend classes all compile

  • Skipping songs im gonna cry

    Hi I have this really big problem with my iTunes. It keeps on skipping some songs and not others. I haven't purchased anything from the Itunes music store and i've tried to de-authorization method but it just keeps on saying i've got an error. I reme