Input EVDRE question

Hi
I would like to create a input schedule with the following definition:
Activity in row expansion1
Employee in row expansion 2
Both with parameter Suppress and insert set to Y
Time in col expansion, no parameters set.
My Activity hierarchi has 2 levels total and activity.
My Employee hiearchy has 3 levels total, section and employee.
I would like a total for each change in activity
Ex.
Activity 1 - Employee 1 100$
Activity 1 - Employee 2 100$
Activity 1 - Employee 3 100$
Activity 1                       300$
Activity 2 - Employee 1 120$
Activity 2 - Employee 2 120$
Activity 2 - Employee 3 120$
Activity 2                       360$
Total Activity                  660$
Any help would be greatly appricaited.

Hi,
You need to use combination of EVSUM and afterrange. You will get some ideas on these from the below links.
http://help.sap.com/saphelp_bpc75_nw/helpdata/en/66/a04d49392d401382d0dc1b099acad0/content.htm
http://help.sap.com/saphelp_bpc75_nw/helpdata/en/b2/f117dd464b4252a279ab7f67b4436d/content.htm
Hope this helps.

Similar Messages

  • EvDRE Question -- Inserting Blank Rows

    Hi all,
    Here's a good question that we've run into a couple of different times with EvDRE:  Say you are specifying a Memberset to expand on that will consist of a comma-delimited list like:
    bas(Accounts_Receivable), Accounts_Receivable,
    bas(Accounts_Payable), Accounts_Payable,
    bas(Notes_Receivable), Notes,Receivable,
    bas(Fixed_Assets), Fixed_Assets   ...etc.
    This would expand each of the four account groups, and follow each of them with their respective parent.
    Question:  What's the best way to insert a blank row after each parent/subtotal?
    It turns out that if you use the SUPPRESS=Y for that Expansion, that the Blanks get suppressed (since the suppression is .  Also, I'm not sure if there is a good Before/After Range option... But, how about maybe using INSERT ?
    Thanks,
    Garrett

    Garrett,
    You can insert blank lines by adding extra commas with nothing in between.
    So in your example this would mean:
    bas(Accounts_Receivable), Accounts_Receivable,,bas(Accounts_Payable), Accounts_Payable,,bas(Notes_Receivable), Notes,Receivable,bas(Fixed_Assets), Fixed_Assets
    Suppression will also suppress the blank lines, so you cannot use that function in this solution.
    The option 'insert' will give you the possibilitie to manually insert new lines which you have to select with your right mouse button as an enduser, so I think this is useless this situation.
    Hope this helps,
    Alwin

  • EVDRE question

    Hello Gurus, I have a quick question for you experts.
    I have a report that works ok, but I would like to add at the end some excel funtions.
    I am not able to get the functions to work.
    can any of you provide some example on how to set a Column  After Range expancion in BPC.
    Thanks
    Sergio

    Hi Sergio,
    If you want excel functions at the end, then AfterRange is the best way for the automated expansion evdre.
    Just define the excel functions in a hidden area.
    Use these cells in the AfterRange using EvRng function.
    The after range will be populated with the excel formula in the hidden sample range specified in the AfterRange.
    Karthik AJ

  • Capturing via component input: a question

    Stupid question of the week: if I capture HDV footage via component input, will it take up more disk space than capturing via firewire? The reason I ask is because component is technically "uncompressed"... if it's HDV footage, wouldn't that suddenly take up more hard drive space?
    The reason I ask: I'm getting the JVC HDV deck and it can only play back 1080i through component output. Therefore I need to know the best way to handle 1080i when I use it (my main camera shoots 720p).
    Can anyone recommend an affordable, quality component input solution?

    Why don't you capture the 720p HDV from the JVC deck ?
    If its 720p60, it will convert onto a 1080i60 timeline reasonably well, although you will need to render it - it won't be realtime.
    I think 1080i60 and 720p60 will mix quite nicely on a 1080i60 timeline.
    You cannot capture the 1080i60 component to HDV 1080i60 - no deck will do an 'analogue in' for you, and to be honest there would be generation and quality issues in doing so.
    The other suggestion made in this thread, about going to DVC Pro HD is also one worth investigating, but you already have everything you need to capture and create what you want (if I've understood your post correctly)

  • Insignia TVs For Gaming (Input Lag Question)

    I am considering either the 40 inch or 42 inch Insignia.
    NS-42D510NA15
    NS-40D510NA15
    This TV will only be used for gaming. Does anyone have this TV and can comment on whether or not it has input lag? It is detrimental to the experience that input lag be at a minimum.
    Thanks in advance for any responses.

    Hi there NeoZatan-
    Just as a FYI, we also have a great Insignia community forum as well that may be able to help answer your question.
    You can find that forum here.
    Thanks for posting!
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • DC Input Board Question

    I have a 500 mHz iBook G3 that needs a new DC input board, so says Apple. No biggie, I know where to get the parts. My question would be is it difficult to replace? I have taken apart Mac desktops before, but never a laptop. Has anyone replaced it themselves before?
    Thanks so much in advanced!!!!:-)
    Rachyl
    PS...I was reading a post from Ronda I believe about shimmying something in the notebook to keep the video card from seperating from the logic board. Can you post that again?

    It's not very easy, but not as hard as replacing the hard drive. Find instructions here:
    http://www.ifixit.com/Guide/50.16.0.html
    and here:
    http://www.powerbooktech.com/knowledge,name-Power-Input-Board,type-6.htm
    You don't need to worry about the shim fix. It's only necessary if the graphics chip is coming loose from the logic board and causing display issues and/or system freezes as noted on the iBook Logic Board Repair Extension Program FAQ page. Otherwise, don't worry about it.

  • Motorola input box question

    i have a text field in my app and when i edit it on my motorola phone a small box comes up on the bottom of the screen with the label and lets me input a value. is there a way to display that with a command without having a text field displayed on the screen? thanx in advance for the help

    Substitute of text field is TextBox.

  • Input File Question

    Hi, all!
    I have an input file (InputFileA) that is sent to me from a third party.  I have to load the file into a Table (TableA) and also include, with each row that is loaded, the name of the file from which it came.
    EXAMPLE:
    InputFileA looks like this:
    Number  Amount
    000001  1200.00
    000002  2400.00
    TableA (columns: NUMBER, AMOUNT, FILENAME) should have the following inserts done:
    NUMBER: 000001
    AMOUNT: 1200.00
    FILENAME: InputFileA
    NUMBER: 000002
    AMOUNT: 2400.00
    FILENAME: InputFileA
    Can anyone offer any advice as to how I can extract the filename and then insert it into the Table for each row that is inserted from InputFileA?
    I'm new to SQL Server (originally a DB2 guy) and I don't have much of a programming background, so I'm kind of stuck on this one.
    Thanks in advance and hi to everyone!
    Don

    Assuming you're using SSIS for transfer you can set it up as below
    1. Add a ForEachLoop with file enumerator pointing to file location. Use a variable inside to fetch filename of files found (@[User::FileName]).
    2. Add a data flow task inside loop with flat file source pointing to your file and set an expression for connection string to point to your dynamic file. For this select connection manager,  right click and select properties. Expand expression and
    set an expression for connectionstring property to  point to @[User::FileName] variable.
    3. Add a derived column task, add expression as @[User::FileName] and choose add as a new column option and give it name FILENAME
    4. Add OLEDB Destination to point to your table and map columns from source file to table columns and FILENAME column created above to FILENAME column of the table
    Execute it and you'll get your desired output.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Input dialog question OK/Cancel Button

    Hi there,
    I�m busy with an application that displays an input dialog box on start up. It prompts the user for their name. This imput will then be used for a JLabel welcoming the user with their name. If no name is entered. The Jlabel will display �Welcone User�. Everythng works fine but when I press cancel on the input dialog box I get an error. Below is some code of what I�ve done so far.
    Thanks,
    Patrick.
    String name = JOptionPane.showInputDialog(null,
              "Please enter your name",
              "Name input",
              JOptionPane.PLAIN_MESSAGE);
              welcome = new JLabel(name);
              if (name.length() == 0) {
                   welcome = new JLabel("Welcome User");
              else if (name.length() > 0) {
                   welcome = new JLabel("Welcome " + name);

    The error is NullPointerException.
    If the cancel button is pushed a null is returned.
    Try this test instead
    if ((name == null) || (name.length() == 0))
       welcome = new JLabel("Welcome User");
    }

  • WD-ABAP Input help question

    Hi,
    There seems to be something very wrong with Input help in an ALV.
    I created an ALV and in 1 of the input fields you can select a value from 0 to 2. The values are determined through a value range in the domain of the field.
    When I enter the letter 'G' instead of value 0,1 or 2 then I am shown an error message saying 'The entered value is not on the list of valid values'. So far everything is ok. Now I press the F4 selection icon and select value 2. Value 2 is then placed in the input field but stange enough the field is still 'marked red'. Next put your cursor in the field and press enter to make the red marking dissapear. And then there is a shortdump saying 'Access via NULL object reference not possible'. The error seems to occur in method 'Validate_single_input' line 20. I understand that the error happened because the node is initial but this should not happen. Is there a quick fix? I removed all code from WDOBEFOREACTION and event ON_DATA_CHECK to exclude any mistakes on my side. Please let me know how to fix this.

    Bob,
    One inputfield is active / has focus.
    This is probably the yellow one
    How to set focus actively see:
    IF_WD_VIEW->REQUEST_FOCUS_ON_VIEW_ELEM
    Regards,
    Joris

  • Non-western input and question marks

    whenever i try to input some non-western characters into
    flash input box all i see are ???? instead of characters. Is it
    fixable?

    It sounds like you deleted Mail, System Preferences, and iCal from your Applications folder. If you haven't emptied the trash, open the trash and see if the applications are still there. If so, drag them back to the Applications folder on the top level of the hard drive. If you moved the applications, put them back in the Applications folder. If the trash has been emptied, you need to reinstall OS X by using the DVD that came with your computer. Insert the DVD and double-click on Install OS X. The computer will reboot. Go through the installation steps and when you see Options at the bottom, click it and choose Archive and Install and Preserve Users and Network settings. Then continue with the installation. When it is done and the Mac reboots, you can delete the folder on the hard drive called Previous System Folders. Then run System Update to install the latest updates.

  • Multitrack recording in audition cs6 - input hardware question

    I use audition cs6 on win 7 pro for editing and hospital radio production work.  Soon to take delivery of a Sonifex S2 desk for the main studio and have a need to be able to record two seperate stereo outputs from the desk simultaneously (for example, speech tracks and music tracks) for ease in re-editing live broadcasts.
    The desk has parallel analogue, AES/EBU and SPDIF outputs on both the main and audition busses so I could do with some advice on input hardware to give me the two stereo ASIO channels on the pc for recording by audition.  Latency isn't an issue in this case, and if the input hardware uses the digital outputs, the clock can be provided by the desk if necessary.
    This is not a scenario that would be expanded, it is a fixed studio installation so 2 x stereo line inputs are all that will be required.  I just don't know what is suitable hardware.
    Obviously cost is an issue, being a charity.
    Any advice welcomed!
    Christopher

    I use audition cs6 on win 7 pro for editing and hospital radio production work.  Soon to take delivery of a Sonifex S2 desk for the main studio and have a need to be able to record two seperate stereo outputs from the desk simultaneously (for example, speech tracks and music tracks) for ease in re-editing live broadcasts.
    The desk has parallel analogue, AES/EBU and SPDIF outputs on both the main and audition busses so I could do with some advice on input hardware to give me the two stereo ASIO channels on the pc for recording by audition.  Latency isn't an issue in this case, and if the input hardware uses the digital outputs, the clock can be provided by the desk if necessary.
    This is not a scenario that would be expanded, it is a fixed studio installation so 2 x stereo line inputs are all that will be required.  I just don't know what is suitable hardware.
    Obviously cost is an issue, being a charity.
    Any advice welcomed!
    Christopher

  • LSMW Create Batch Input Session question

    Hi all
    when I use LSMW to upload data. every step is OK, but at the NO. 13 step ' 13 Create Batch Input Session', it always set the 'Display Trnacts per BI Folder' field a default value '1' .I must clear the defautl value and let the field to black so I can create ONE session.
    why it always set a default value '1' in the 'Display Trnacts per BI Folder' field ??
    anybody can help me?
    thanks a lot!!

    Hi,
    => Looks like you havent mentioned the TCODE that you are using whilst recording. There is a field specific to TCODE in the step 'Maintain Field Mapping and Conversion Rules'. Double Click on the field, a dialog opens, give your TCODE in capitals.
    => Check if you have mapped all the fields that you want to upload using LSMW. You could have missed mapping few target fields with their source fields.
    => Remove any unnecessary structure relations in step 4 - 'Maintain Structure Relations'.

  • Making a batch input without questions

    Hello,
    I'm trying to connect through a transaction PP01 infotype that I created to the table HRP1001. Thus I created a button in the layout of my infotype and I want when you press this button it back it runs the transaction PP01 again with the values pre-populated. I've done batch input, but I wonder if there is any way to do it without the user need to intervene when using 'A' class on call transaction
    Best Regards.

    hi Ali Sanchez 
    Use report RSBDCSUB.
    submit rsbdcsub and return.
    Hope it will help you
    Regards
    deva

  • Japanese font/input & Wifi Question

    Hi,
    My wife wants an iPod for her birthday and I am considering the iPod Touch. Mainly because it gives her access to the Internet and email when I have the ibook at work, and it gives her a portable Mp3 Player. She is Japanese and most of the emails she sends and receives are in Japanese. I want to know if an iPod touch bought in Australia will have this capability. The sales rep at the local supplier presumed it would, but really didn't know. Also, will the menus be in Japanese where the applications have Japanese versions? Do Japanese websites render with the right font etc.
    Also, I am a little confused about Internet access with an iPod touch. My current understanding is that you need to have a wireless network set up at home, say with Airport Express, as I do, to get a connection. It's just that the sales pitch is, "You can download music while walking down the street if you are in a 'WiFi zone'", and I didn't really get what that means. But now I believe that Wifi zones are usually password protected, and it is actually difficult to get any kind of Internet connection, in my experience, from just anywhere, as most are locked, or have short range. But if you have something at home like an Airport Express, then you will be right, when at home at least. Is this understanding I have correct?
    Your answer to either or both of these questions is sincerely appreciated.
    Many thanks.

    Hi,
    You set the language the Touch uses in 'settings'.
    Outside your home WiFi availability is dependent on how many and where 'Hotspots'(zones) are located. It's likely that coverage is better in cities and in public places like train stations, airports etc. and some large stores. Starbucks coffee shops also provide hotspots. Some will be password protected, others open access. Some you'll pay for others will be free. In any event it's unlikely you'll be able to walk down a street with continuous coverage as each hotspot has a very limited range. You'll need to do a little local research!
    At home you'll have continuous/free wifi access through your network/router.
    Mike.

Maybe you are looking for

  • Validation check for BP external id type and id number

    Hi, I need to validate the external Id type and Id no. ( from table BUT0ID) based on some conditions from the WebUI while adding a new id type and also during deletion of that id. I have found out 2 Badi's BUPA_IDENT_UPDATE, BUPA_IDENT_CHECK Will the

  • Dump RFC NO_CONECTION.

    Hi Gurus . I have 2 SAP envoirements ECC  and VMP. The VMP access the ECC by RFC and select data from table to VMP its working ok by JOB . But in last days ocurred DUMP NO_CONECTION (see attached). 1- Why occurs that dump? When i execute the program

  • Create Order and Notification

    Hi, is there a function module where i can create a notification and a order at the same time. (SAP PM) regards

  • Options now that Startup disc is almost full?

    I have a Macbook Pro, running Mac OS X 10.7.4.   It just ran through its 3 year waranty period in January but not before having its entire back screen replaced as well as the 2 x 2Gb ram cards intergrated into the motherboard all due to a video issue

  • How to make a custom Nvidia package for my custom kernel?

    I needed to create a custom kernel for my motherboard in order to have support for my integrated LAN and AGP bus...  My chipset is ULi's M1689.  Apparently, it will be native to maybe the 2.6.11 kernel, but definitely to the 2.6.12 kernel. In the mea