Building multi selection for input schedule

Hi Guru,
I woul like to build a query based on different selection for each colunm , could advice me how to build this input schedule.
   the structure should be like this :
     Drop down list for each field selection , the user can do different selection for each column .
     Field selection 1     Field selection 1     Field selection 1     Field selection 1
     Field selection 2     Field selection 2     Field selection 2     Field selection 2
     Field selection 3     Field selection 3     Field selection 3     Field selection 3
     Field selection 4     Field selection 4     Field selection 4     Field selection 4
     Field selection 5     Field selection 5     Field selection 5     Field selection 5
     Field selection 6     Field selection 6     Field selection 6     Field selection 6
     Field selection 7     Field selection 7     Field selection 7     Field selection 7
     Field selection 8     Field selection 8     Field selection 8     Field selection 8
Key figure 1     1$                          2$                              1$                                                    2$
Key figure 2     1$                          2$                              1$                                                    2$
Key figure 3     1$                          2$                              1$                                                    2$
Key figure 4     1$                          2$                              1$                                                    2$
Key figure 5     1$                          2$                              1$                                                    2$
Key figure 6     1$                          2$                              1$                                                    2$
Key figure 7     1$                          2$                              1$                                                    2$
Regards

Hi,
I dont think this can be done.
In the columns, you can use EVMBR function. The user can select the member. Accordingly, the data cell should fetch the value using EVGTS. However, you need to make sure that your column represents only one dimension. So, you need to use the other dimensions judisiously in the EVGTS function.
The problem comes now. You cant override the data cell with some other value, because that cell has a formula. If you write some value in that cell, the EVGTS function gets overwritten. And if you cant write value in the cell, then what will you send.
Hope you got my idea.

Similar Messages

  • HELP~~ NO multi selection for camera roll ??

    i got this issues that no multi selection for camera or album?sometime i did shoot too many photo,when come del or share i totaly freak out!! one by one this make sick,any one know how to do that ??

    Yeah
    Just give me an hour or two and I'll rewrite the OS for you so you can do that........

  • How to Restrict Expand for Input Schedule

    Dear Experts,
    In Input Schedule, I am writing Formulas for some cells.
    When I am trying to do u201CExpand Allu201D my formulas are not remaining in the cells.
    Can any body suggest solution.
    Can we restrict Expand for Input Schedule?
    Please help,

    Hi,
       Sorry, I didn't understood well your request and I give you wrong information.
    GetOnlyRange is used you only wants only function to behave in read-only mode. All cells defined in this range will only retrieve values from the DB but no entered value will be sent.
    If you want to keep your formula for some cells, you have to exclude those from the expansion range.
    This means in your RowKeyRange section to define something like
    =EVRNG(E14:E16,E18:E38, ...), not a continue range.
    Hoe this cen help you,
    Mihaela

  • Expand in column for input schedule

    Hi Guru:
    We have 2 categories, Best Scenario, Normal Scenario.
    In the input schedule, the users want to have it in the below format:
                          Best Scenario                Normal Scenario
    Account
    So, I created a hierarchy for category, which called All Scenarios, then choose in in CV.
    In use EVDRE to put the category in column, SELL ALL.
    However, the system says the schedule is wrong.
    I achieved it with 2 EVDRE, but I just do not understand, if I put time in the column with a hierarchy node value, 2009.Q1, it will give me 4 columns, why I could not put category in the column to do the same thing?
    Thanks.
    Eric

    Hi Eric,
    I am sure you would have done it properly, however, would like you to check once again. See in the member sheet that the heirarchy is perfect. Process the dimension and the application once again. In the EVDRE, select the memberset as BAS and in the CV, select all_scenarios.
    You can definitely have a hierarchy. Tool will not stop you from doing it. However, I would suggest you not to follow this approach. Instead, you can the expansion only on rows and remove the expansion on columns. In the Column, specify the members you want, explicitly.
    Having said these, please try the first approach. If its working fine, you can go ahead. You can think about the second one later, if required.
    Hope this helps.

  • Activate the EVDRE Builder after developing a Input Schedule

    Hello Everyone,
    Heading 2: I had a quick question about EVDRE.
    Say U open a Builder using the EVDRE and select an Account in the Row and the Time in the column expansion.
    After going thru some modification and formatting you realise that you need to also add the sort range and the Number of expansions for the Row and the column has to be increased to 3X 2 from 1X1.
    Is there a way to open the builder again on the same sheet that we are developing rather than manually adding the expansions using the traditional copy paste method.
    Thank you and Best Regards,
    Shankar Ayapilla

    Hi,
    As per my understanding you wanted the ROW and COL., expansions to be added in the template without going
    outside, I mean going to EVDRE builder is it correct?  If so you can copy the Exapansion 2 and paste adjusent to it,
    but make Expansion 3 and change the Dimension as per your requirement similarly for Expansion 4 and set the
    memberset as per your requirement and click Expand All and Refresh it.  Then it will work.
    I hope this may help you.
    Raghu B.S.

  • ABAP Code Date Selection for InfoPackage Scheduler

    Hello Group
    I need to automate the selection of valid condition records for an extraction that have a From and To date range.
    I noticed there is an option (Routine for time interval) to write ABAP code along with a template that is available in the InfoPackage.
    I think the logic for the selection would be any record
    Valid from       <= today
    Valid to           >= today
    Can anyone help with the ABAP code?
    The template is as follows:
    program conversion_routine.
    Type pools used by conversion program
    type-pools: rsarc, rsarr, rssm.
    tables: rsldpsel.
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
    form compute_time_dependent_dates
      changing p_datefrom type d
               p_dateto   type d
               p_subrc like sy-subrc.
          Insert source code to current selection field
    $$ begin of routine - insert your code only below this line        -
              p_datefrom =
              p_dateto   =
              p_subrc = 0.
    $$ end of routine - insert your code only before this line         -
    endform.
    Thank You for your help!!
    Frank

    I resolved the problem . I have changed the order of read table l_t_range because I need the header .
    In the loop at datos I add the line l_t_range-iobjnm = 'ZXGE_UNO'.
    The problem wasn't the call RFC it was that I built l_t_range bad. I need the infoObject name.
    This is correct!!
    READ TABLE L_T_RANGE WITH KEY
             FIELDNAME = '/BIC/ZXGE_UNO'.
    LOOP AT DATOS.
          L_T_RANGE-FIELDNAME = '/BIC/ZXGE_UNO'.
          L_T_RANGE-IOBJNM = 'ZXGE_UNO'.
          L_T_RANGE-SIGN = 'I'.
          L_T_RANGE-OPTION = 'EQ'.
          CONCATENATE '00' DATOS-WA+3(4) INTO L_T_RANGE-LOW.
          APPEND L_T_RANGE.
        ENDLOOP.
    *READ TABLE L_T_RANGE WITH KEY+
    +*FIELDNAME = '/BIC/ZXGE_UNO'.+
    +*    L_IDX = SY-TABIX.+
    +*    MODIFY L_T_RANGE INDEX L_IDX
    Thanks a lot
    Ana

  • How to do multi select for the oracle forms textfields using openscript

    hi
    my scenario is to record  by selecting 3 order number same time and do copy of that in the oracle order management module.
    can anybody help me in to select the 3 order numbers and execute.
    thanks
    sudhiir

    hi Deepu,
    the code you have given is not working.
    Below is the code i have written
    Robot robot = new Robot();
    robot.keyPress(KeyEvent.VK_SHIFT);
    FORMS.TEXTFIELD(ORDER_NUMBER_0).CLICK
    FORMS.TEXTFIELD(ORDER_NUMBER_1).CLICK
    FORMS.TEXTFIELD(ORDER_NUMBER_2).CLICK
    robot.keyRelease(KeyEvent.VK_SHIFT);
    even after adding the above code it is clicking on the each text field instead of selecting all the three text field which is my requirement.
    i think their is some defect in openscript or my code is wrong.
    thanks
    sudhiir

  • Max file size of input schedule

    Hello experts,
    We are using BPC 7.5 NW sp4
    I've created input schedule and it's size about 6MB. I tried to save this input schedule, but system returns error.
    Currently the biggest file I've managed to save is 2MB
    Does anybody know max allowed size of file for input schedules and reports? And How we can change this parameter
    Best regards,
    Evgen Chadiuk

    Hi Evgen,
    BPC doesn't handle upload of large files through the Excel interface very well. If you go into UJFS (in BW) and find the input schedules for your application, you should be able to upload the input schedule through that interface.
    A good way to "compress" reports and input schedules is to delete all data from them before saving. I don't know if this will work in your case, but maybe it's another option.
    Ethan

  • How to build an EVDRE input schedule with more than 3 dimensions?

    Hello experts,
    can anybody tell me, how to build an EVDRE input schedule with more than 3 dimensions?
    How must the parameter configuration (expansion 1, 2, 3, 4) and range configuration (ColKeyRange, RowKeyRange, PageKeyRange) look like? If anybody could post an example, how such an input schedule could look like, I would be very thankful.
    Best regards,
    Stefan

    Well, posting an example might be quite difficult.  But there is no right-or-wrong approach.  Since Inputs are made at the lowest or base level members of all dimensions, the key is to determine which dimensions you want in your expansion, to be able to gather the input.  Otherwise, you may only need a couple of nested dimensions.  But if you open BPC for Excel, open a blank workbook and in any cell type [ =EVDRE() ], then press refresh, the DRE wizard will allow you to select your nested row and columns for the report, and then build a basic report for your foundation. 
    I personally like to NOT expand my columns, and only nest 2 or 3 row member sets, depending on the details we need for input.  SOmetimes, the whole input schedule is without any expansions, and just refreshes based on the CV changes, such as entity, category, time etc.
    If you need more details, keep posting what you are trying to accomplish and we will try to help.

  • Retrieve data from a report or database to an input schedule in BPC for exc

    Hi,
    I am using BPC for excel ( v 5.1).
    I've created an Input Schedule(Input-1) using BPC for excel and sent data to the dB.
    I need this (Input-1) data to use it in a new Input Schedule(Input-2), for further manipulation.
    I need this data to be dumped in a sheet for further calculations in (Input-2).
    How can i bring this data?
    I created an input schedule(Input-2) and tried building an evdre in an excel macro to get it as a report of the 1st Input. But i was unsuccessful. I faced an error "ERR: Invaled KeyRange Header".
    Am i thinking in the correct way? Do we 've any other options to retrieve this data?
    Need your help to proceed....
    (Pretty soon, the environment is going to be with version 7.0)

    The macro i use to run when my workbook opens is as follows:
    Private Sub Workbook_Open()
        ActiveWorkbook.Sheets.Add
        Sheets(Sheets.Count).Name = "Dump_Sheet"
        Sheets("Dump_Sheet").Range("a1") = "Application1"
        Sheets("Dump_Sheet").Range("a2") = "=EvDRE($A$1,A14:B20)"
        Application.Run ("MNU_eANALYZE_REFRESH")
    End Sub
    Also I 've tried this too:
    Private Sub Workbook_Open()
        ActiveWorkbook.Sheets.Add
        Sheets(Sheets.Count).Name = "Dump_Sheet"
        Sheets("Dump_Sheet").Range("a1") = "=EvDRE(""Application1"",A14:B20)"
        Application.Run ("MNU_eANALYZE_REFRESH")
    End Sub
    Both of these gave me the same error code :
    #ERR : Invalid KeyRange Header

  • How do I build an expression for a multi-element in-list?

    How do I build an expression for a multi-element in-list? For example:
    SELECT * FROM employees
    WHERE (first_name, last_name, email) IN
    (('Guy', 'Himuro', 'GHIMURO'),('Karen', 'Colmenares', 'KCOLMENA'))
    Passing a Vector to Expression.in(Vector) where each element is a Vector of values itself will result in the appropriate expression for the values clause, but how to I get the columns to be considered together, that is, how do I get the "(first_name, last_name, email)" part?
    Steve

    Steve,
    I do not believe this is currently supported in the TopLink expression framework. Your best bet at this point will be to use custom SQL.
    Doug

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • How to build dynamic input schedule from version

    Hi experts,
    I want to create an input schedule based on my category selection which will allow users to enter data to budget part but changing the actual part is prohibited.
    For example I have category member which is 2010-09-1. This means I am working on 2010 Budget which has 9 periods of actual and 3 periods of forecast and 2011 Budget. In my input schedule I would have 24 months from 01.2010 to 12.2011 and I will copy actual to budget for the first 9 months but I do not want users to change first 9 months actual data from input schedule.
    What solution can you propose for this in BPC NW ?
    Regards,
    ergin

    Hi Ergin,
    From the description you have provided, I guess you will have the TIME dimension in the Column. The CATEGORY would be set to 2010-09-1, lets suppose. In this case, the first 9 columns should be locked for any changes. For this, you need to use the Data Validation technique, which is native to Excel.
    select an empty cell, lets say D1. in this cell, you should fetch the value "2010-09" from the version "2010-09-1". If the version is changed to "2010-10-1", the cell D1 will be automatically updated and will show "2010-10". In the column, in the row just above the Time dimension, write a formula to fetch the year and monthnum property of the Time member. Lets say, the time dimension members are displayed in the cells E4 to AB4 (24 columns for 24 months). In the cell E2, you can write the formula, =EVPRO("application name",E$4,"YEAR")&"-"&EVPRO("application Name",E$4,"MonthNum"). This will return 2010-01 in the cell E2 for the member 2010.JAN. Similarly, for 2010.FEB, the cell should display "2010-02". We will keep the formula in E2 only. After the expansion, the formula also will be expanded for the other cells.
    Select the first data cell of the EVDRE report. Open Data Validation. In the Settings Tab, in the Formula field, write =D1>E$2. Then go to the error alert tab and choose the style as stop and give some title and message. This would typically mean that if value of D1 (in this case 2010-09) is not greater than E2 (in this case 2010-01), then the error message will be displayed, when we try to enter values in these cells. And it will not allow to enter any value.
    Once the EVDRE is expanded, this data validation will be copied into all the other data cells. So, in this way, the enter input schedule can be kept dynamic.
    Hope this helps.

  • Input schedule: Derive key for key range from Dimension member properties

    Hey guys,
    I'm facing the problem within a input layout. There are three keys in the row key range.
    The first row key is filled by the members of a dimension. The second and third row
    should be filled by the dependencies shown in the dimension members.
    Example:
    Dimension:
    - Order number
    Properties:
    - Client (also implemented as standalone dimension where all required characteristics are maintaned)
    - Costcenter (also implemented as standalone dimension where all required characteristics are maintaned)
    Entries in dimension members of Ordern number:
    Order number, Client, Costcenter:
    1000, 10, 511
    2000, 10, 533
    3000, 12, 511
    4000, 15, 588
    Entries in dimension Members of Client:
    10,11,12,13,14,15,16,17,18,19,20
    Entries in dimension Members of Costcenter:
    511,533,555,588
    My row key range is defined as follows: Exp1: Order number, Exp2: Client, Exp3: Costcenter
    For Planning purposes i need a input schedule that schows only the valid combinations shown above
    in master data of order number. Is this possible or do I have to leverage script logic to use dependencies shown in master data for reporting oder planning purposes !
    Cheers,
    Moritz

    Hi Moritz,
    As Nilanjan said, this is not really possible with a basic EVDRE at the moment. Your best bet is probably to either build your own solution using EVEXP, EVGET, and EVSND, or to use an EVDRE based on only the Order # to get the values and an EVSND based on the Order # and the properties of the Order # in the AfterRange of the EVDRE.
    I actually like the second option a lot better (EVDRE with EVSND in the AfterRange) because for larger queries the read performance should be better and it will be more maintainable in the long run.
    Ethan

  • For Multi Selection of Whare used list

    Dear Friends,
    I have Used T-code CS-15 for whare used list of material. if any other T-code for multi selection of materials for where used list.
    Please write.
    Thanks & Regards
    Ajit Sharma

    Hi Ajit,
    As mentioned in the previous posts, it is not adviced to have a multiple selection where-used, as the runtime is very long for this report.
    But if there is a specific need, you can build a Z report by using the FM -> CS_WHERE_USED_MAT
    But do ensure that your abaper puts in some restriction criteria. In the z report which i had done in one of the projects, i had put a restriction of 10 materials as the runtime was long.
    If helpful award points
    Regards,
    Vivek

Maybe you are looking for

  • Brand new Thinkstation D10 server fails to boot, no beeps or screen display

    This server had been working fine for several weeks and today I needed to reboot it. It has been rebooted several times before so so I wasn't trying something new.   I hit the Vista Start button and it immediately shut down.  I couldn't recall if Vis

  • Where can i find a Power Adapter for the IdeaPad A2109?

    How are you? Looking for another Power adapter for the A2109.... Havnt found the original in eBay... Is anyone knows where can i find the Power adapter? If not the original - is there any generic alternative that in good  quality? Any details? please

  • [SOLVED] Cannot change the lightdm-unity-greeter background

    Hi. So I installed the lightdm-ubuntu and lightdm-unity-greeter (which needed lightdm-ubuntu) from the AUR, and when I read both the wiki and the web, they said that I needed to install the lightdm package, not lightdm-ubuntu (when I install lightdm-

  • FieldLeafRef column in List

    On SharePoint 2013 Server, "FieldLeafRef" field appears on lists as well. Is this normal? Biggest issue I have so far is on lists, I can no longer add new item on quick edit mode. When I pulled properties of this field (listed below), it show it's "R

  • Placing Image - InDesign vs InDesignServer

    I have a script that correctly places images in tagged rectangles via script in InDesign, the script then exports to PDF. All is well. When I run the same script with the same image path folder structure in InDesignServer, the exported PDF does not s