Creation of Dependent Variable

Dear all
I would like to know if it is possible to create 2 variables, and the list of options for the 2nd variable is dependent on the input of the 1st variable.
E.g.
If the user choose Continent = "Asia", then the list of countries available will be the countries in Asia.
How can this be done?
Thank you.

Hi,
At a time you can not execute the query in your scenario.
In your case you have to go for Jumped queries i.e Tcode RSBBS.
Thanks

Similar Messages

  • How to locate a dependent variable?

    Hi all,
    I've been asked to document the list of variables that have been used in a dimension and then prepare another list that gives the list of dependent variables.
    Say for ex: There is this variable ZVAR_LW_LY and this variable is dependent on another variable ZVAR_250. Now how do I find out for every variable as to what its dependent variable is?
    I went to SE 37 and used the function module EXIT_SAPLRRS0_001 to find out what variable is dependent on what variable. But could not get any help from there. Please advise if there is any other way to find out.
    Thank you.
    TR.

    i can suggest workaround which seems weird ,, but it can help u ...
    say for e.g. ur infocube is xxy
    now open query designer and create a test query yyy on infocube xxy.
    now u will see all the dimensions definied in this query
    let say u have 10 dimensions
    for e.g. dimension 1
    now on left side OPEN ALL THE NODES OF DIMENSION 1
    u will be able to see CHARACTERISTIC VALUE VARIABLE &
    CHARACTERISTIC VALUES
    open the node of CHARACTERISTIC VALUE VARIABLE
    here u can see list of variables defined on ur dimension 1
    if u wish to see where they are used further
    u can select ur variable for e.g. VARIABLE 1
    then in menu hit QUERY
    then hit WHERE USED LIST
    then it will show u any connecting variable which is built on that variable and where it is used
    u can then document this one by one...
    this is tiresome way but it can be useful if u try...

  • Creation of Hierarchy Variable in BI7

    Hi all,
    anyone can explain how can create Hierarchy variable in reporting in BI7 .can u give the steps.
    Regards,
    Srinivas Reddy

    Hi,
    A hierarchy becomes variable if at least one of its elements (name, version, key date) is variable.
           1.      Select a hierarchy from the list of available hierarchies.
           2.      Choose the Variables radio button from the field on the right (name, version, key date) according to which you want to select for the hierarchy. The selection list now displays the available variables.
           3.      Select the variable you want to use.
           4.      Choose OK.
    Note that it is possible to fill the fields for version and key date, only if the characteristic has version-dependent or time-dependent hierarchies.
    You may go through this link.......
    [http://help.sap.com/saphelp_nw04/helpdata/en/ac/789b3c4d4d8d15e10000000a114084/content.htm]
    Hope it helps..

  • Creation of Multiple Variables of same type at runtime

    Hi,
    I have a requirement in which I need to create multiple variables at run time . The variables should be TRPE REF TO CL_GENIOS_VARIABLE. The number of variables required will be determined at run time based on the number of materials in a Bill of material. We are using these variables for some calculations as GENIOS is a SAP given code to solve linear equations.
    Please help me on this. If some one can let me know how I can create field symbols dynamically with different name that will also help.

    *       CLASS lcl_genios DEFINITION
    CLASS lcl_genios DEFINITION.
       PUBLIC SECTION.
         METHODS : constructor.
         METHODS : create_model
                    IMPORTING
                      i_name TYPE genios_name,
                   create_variable
                      IMPORTING
                        i_type TYPE genios_variabletype DEFAULT if_genios_model_c=>gc_var_continuous
                        i_lowerbound TYPE genios_float DEFAULT 0
                        i_upperbound TYPE genios_float OPTIONAL
                        i_name TYPE genios_name.
       PRIVATE SECTION.
         DATA : lo_enviroment TYPE REF TO cl_genios_environment,
                lo_model TYPE REF TO cl_genios_model,
                lo_variable TYPE REF TO cl_genios_variable.
    ENDCLASS.                    "lcl_genios DEFINITION
    *       CLASS lcl_genios IMPLEMENTATION
    CLASS lcl_genios IMPLEMENTATION.
       METHOD constructor.
         lo_enviroment ?= cl_genios_environment=>get_environment( ).
       ENDMETHOD.                    "constructor
       METHOD create_model.
         lo_model = lo_enviroment->create_model( 'DUMMY' ).
       ENDMETHOD.                    "create_model
       METHOD create_variable.
         lo_variable = lo_model->create_variable( iv_type       = i_type
                                                  iv_lowerbound = i_lowerbound
                                                  iv_upperbound = i_upperbound
                                                  iv_name       = i_name       ).
       ENDMETHOD.                    "create_variable
    ENDCLASS.                    "lcl_genios IMPLEMENTATION
    DATA : lo_genios TYPE REF TO lcl_genios.
    START-OF-SELECTION.
       CREATE OBJECT lo_genios.
       lo_genios->create_model( 'DUMMY' ).
       lo_genios->create_variable( i_lowerbound = 1
                                   i_upperbound = 255
                                   i_name = 'DUMMY' ).
    You can create genios_variable like this.
    and change this :
    TYPES : Begin of lst_genios, 
                       genios TYPE REF TO cl_genios_variable, 
                    End of lst_genios. 
    like this :
    TYPES : Begin of lst_genios, 
                       genios TYPE REF TO lcl_genios, 
                    End of lst_genios. 
    or you can create your table as Kartik example.

  • Creation of OLAP Variable for Master data

    Dear BW Experts,
    How to Create OLAP Variable for Master data  in SAP BW? What is the use of OLAP Variable?

    The entry column Type (Variable) on the Select Data tabpage indicates a variable time frame in which the data should be requested. The variables are not replaced by concrete values until a request is made. There are eight options:
    Variable            Data request        Description
    0
                          Yesterday
                                            (12am – 12am)
    1
                         Last week
                                            (Monday-Sunday)
    2
                           Last month
                                            (1. (First day - last day of previous month)
    3
                           Last quarter
                                           (1. (First day - last day of previous quarter)
    4
                           Last year
                                          (01. (January 1 – Dec 31 of previous year)
    5
                      User time selection
                                               See below
    6
                       ABAP routines
                                               See below
    7
                         <b>OLAP variables</b>
                                                See below
    <b>Time selections with the help of the variables 0 to 4.</b>
    The variables 0-4 only refer to date fields of the data type DATS.
    <b>User time selection</b>
    Type 5 gives you a free selection of all fields.
    If you select this variable for a field, confirm the selection, and then choose Detail for Type, an additional dialog box appears. In this dialog box you can freely limit the values of the fields and determine the next period value and the number of periods until a repetition.
    Variables are placeholders for values and are not replaced by concrete values until a data request is made. You can also use a Variable for selections when requesting data for an InfoObject, if you choose type 7, confirm the selection, and then choose Detail for Type.

  • Database creation unix envirment variable setting

    Hi,
    What're the parameters set in oraenv file for oracle database r
    Thanks
    Reena

    Hi,
    An oraenv script is provided with every Oracle installation. Run it as part of your current environment to set the necessary environment variables like ORACLE_HOME, ORACLE_SID, etc.
    Never set the Oracle Home directory explicitely in a script.
    example:
    export ORACLE_SID=ORCL;
    export ORAENV_ASK=NO
    . oraenv
    Check these parameters and values:
    SEMMSL=100,SEMMNS=1000,SEMOPM=100,SEMMNI=100,SHMMAX=2147483648
    Path:
    $ cat /proc/sys/kernel/sem
    $ cat /proc/sys/kernel/shmmax
    IN ORACLE USER PROFILE CHECK:
    ORACLE_HOME
    ORACLE_TERM
    PATH
    TMPDIR
    ORACLE_SID
    Add this script in the oracle user profile,
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    Regards,
    Nirmal([email protected])

  • Creation of OLAP  Variable

    Dear BW Experts,
    How to Create OLAP Variable for Master data  in SAP BW? What is the use of OLAP Variable?

    Hallo
    You posted this question three days ago and now again. What do you really want to now?
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    I hope this can help you.
    Close one of them
    regards
    Mike

  • Creation of dependent pop list

    Hi all,
    I am new to OAF can any body help in creating Dependent poplist in oaf.

    Please refer http://www.oraclearea51.com/oracle-technical-articles/oa-framework/oa-framework-beginners-guide/139-dependent-poplist-for-oa-framework.html
    Hope this will help.
    Regards,
    Reetesh Sharma

  • Creation of date variables

    Hi,
    i need to create 3 new date variables using an existing  date variable( cal day variable ZI_DAY2)
    need help.
    Thankyou.

    Hi Bhanu,
    here is the specs
    selection screen: CAL DAY VAR ZI_DAY2 need 3 new dates
    variables using ZI_DAY2. I already have 2 other variables that r created using ZI_DAY2 they are ZFULL1Y and ZFULL2Y. now they want me to day 3 more.
    ZFULL1Y(has 2004 TOTAL YEAR data) and ZFULL2Y (has 2003 TOTAL YEAR data).
    i have a sample document can i mail it to u? i guess its gonna be more clear then
    the requirement is that currently they are generating a report manually and they want to generate it in SAP now.
    the sample they provided me has  the CUSTOMER and underneath all the products(0PRODH4), Units and they have 5 date variables for 2000 to 2005 in the columns next to  the customers and also date variable ZI_DAY2) prior to apr 2005 in one column and apr 2005 in another column ).
    And another column the difference between( apr 2005 and prior to apr) and another column the percentage of them.
    hope i was clear i've been trying to get a solution for this first i didnt really undestand what i was to do and now i understand the problem i just gotta fix it hope someone can help me with this

  • Dependent LOV creation

    Hi,
    I have a requirement that on basis of the customer account selected from a LOV, customer acct site LOV should be populated. Can someone list me the detailed steps.
    I searched the OTN but was still confused.
    Please help.
    Thanks.

    Hi
    Step by Step Creation of Dependent Lov is given in Dev guide search for Dependent LOV in dev Guide.
    Moreover,You can check this link if it helps
    http://oraclearea51.com/component/content/article/98-oa-framework/372-dependent-lov-in-oaf.html
    Ajay
    Edited by: Ajay3107 on Jul 23, 2010 5:22 AM

  • Prevent creation of reservation for selected components on Production order

    Hello all,
    I am aware that the production order reservation creation is dependant on the order type, but is it possible to avoid the reservation creation for few components on the order ? Any techincal way? We want to issue our components to a different batch than the one reserved during the production order creation.
    Any help will be greatly apprciated.
    Thanks,
    Swetha

    Your material is get reserved for Production order as per the Order start date & Order release. What you can do is make the start date of the Production order & release it. If any other production order are already there & you can re set the ATP of that production order.
    Say there is one production order starting 2 days after & your all raw material is blocked for this production order. And the other production is having date after this now you want to give ATP from 1st order to 2nd order. For this 1st make the start date of 2nd prod order before 1st. Then Go to COMAC select both Prod Ord & GO ATP with check reset ATP. You see that ATP is passed from 1st Prd order tp 2nd.
    Regards
    Abhijit Gautam

  • Issue With OLAP Variable

    HI all,
    we have an issue with the OLAP variable. One of the  SAP olap variable(0P-perf1) is processed  as Authorisation. where it should be sap exit. When we try to change at the BEx analyzer it was in disabled status.
    My question here are :
    1) How we can change the processing type?

    Hi,
    Pls refer link
    creation of OLAP  Variable
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a55ece09411d2acb90000e829fbfe/frameset.htm
    It may help you.
    Thanks
    Edited by: npathak on Aug 4, 2010 4:09 PM

  • Text Variable not working correctly

    In CS3 I could create a TEMPLATE (.indt) with the "creation date" text variable in it and when I opened it it would have the CURRENT DATE (the date the new file was generated from the template) . In CS4 it opens with the date the TEMPLATE was MADE and not the current date (the day the new file was generated). I need the template to open with the current date (the day the template was opened). I tried using the "modification date" variable which works the FIRST time but if I open it the next day the date changes. I need the date to remain the same as the creation date. Does this make sense? Why did Adobe change the behavior of this? Please help.
    -John Streeter

    Hi Rakesh,
    Just curious what is the purpose of creating a hidden column as suggested? Anyway, I have created it but nothing changes.
    Allow me to clarify my situation again.
    I have three columns:
    1. Actual This Year
    Type: Selection
    2. Actual Last Year
    Type: Selection
    3. % of Actual This Year / Actual Last Year
    Type: Formula
    Definition: (Actual This Year) %A (Actual Last Year)
    All columns use &0T_FYEAR& as text replacement variable. As such, all title would have year text.
    The first two columns have been restricted with Fiscal Year variable, 0P_FYEAR.
    1. Actual This Year
    0P_FYEAR
    2. Actual Last Year
    0P_FYEAR - 1
    Upon executing the query, I got the first two columns displaying their titles right, but the third column does not.
    For example, let's assume I entered 2008 for 0P_FYEAR variable, the columns would display the following titles:
    1. 2008
    2. 2007
    3. &0T_FYEAR&
    I need the third column to display current fiscal year i.e. 2008 but it does not.
    Appreciate your help!

  • OLAP Variable for Filter Selections in DTP

    Hi
      In BI 7.0 DTP i am using a ZZ OLAP Variable for a Filter on Location.
      How/Where i can check the values defined for that OLAP Variable and if i want to update that selection with few new values
    Thanks

    Hi,
    Please check the threads below:
    Re: Infopackage - ABAP routine or OLAP variable
    Re: How to create OLAP Variable in DEV
    Re: Infopackage - ABAP routine or OLAP variable
    Re: creation of OLAP  Variable
    -Vikram

  • BAPI_MOSRVAPS_SAVEMULTI3 creating unwanted Dependent Demand

    We are using the BAPI function BAPI_MOSRVAPS_SAVEMULTI3
    to create Production Orders to integrate WIP from a
    legacy system. The presence of PDS for the product on which the production order is created, makes the PDS assignment to the production order. But, it is also creating a depenedent demand for the component in PDS, which inturn pegs to the supply on the component. We dont want the dependent demand to be created and peg to the supply, as the supply is already reduced in the external system.
    We tried using PLANNING_MODE_USAGE parameter, but was not able to stop the creation of dependent demand.
    Any way around this?

    Hi,
    Do you need the PDS in the planning system (APO) at all in case you don't want to see the dependant demand. The BAPI
    BAPI_MOSRVAPS_SAVEMULTI3 documentation says:
    For you to be able to create an order, a valid source of supply must exist for in-house production. This can be a production process model (PPM) of the type PP/DS or a production data structure (PDS). The source of supply is then used to generate the order. The order structure (components, operations, durations, capacity requirements, and so on) is determined based on the explosion. If a valid source of supply does not exist, a 'dummy' activity is generated and the order is created without structure and with only a main component.
    We create production orders with dummy activities and only the output component using the BAPI without having the PPMs at the supply plant.
    Regards
    Vinod
    NB: Also try 'Deactivate Dynamic Pegging' option in the product-supply location master data in  the 'Demands' tab to ensure  the dependant demand does not peg to available supplies of the component.

Maybe you are looking for

  • I cannot get my iPhone 4 to connect to iTunes

    When I plug my iPhone 4 into my computer it wont show up in iTunes at all. The first few times it said there was an unrecognized error and it couldnt connect to the iphone but now it just does nothing. Ive tried my old iphone too and it wont connect

  • Dynamic IView displaying using Table

    Hi I hava a web dynpro application .  In which i have a table with 2 columns. when i am selecting a row in the table it should display different Iviews depending on the column values. replay ASAP

  • Not receiving Apple email from Apple Corp. on any corp emails or devices.

    Not receiving Apple email from Apple Corp. on any corp emails or devices. We are not blocking anything from Apple.com. (We do block any traffic from the Far East.) Getting all email from other email providers. Not receiving any email from APPLE.COM.

  • C210 M1/M2 LSI 1064E only seeing 4 of 5 drives

    I have several UCS C210 M1 and M2s, each has 5 x drives installed (72 gb).  I interrupt the boot process via cntrl-c to configure the LSI 1064E RAID controller but it's only showing 4 of the 5 installed drives.   I can see all 5 drives via the CIMC i

  • Making quicktime movie without rendering?

    can i export a quicktime movie from my timeline, without the timeline sequence being competely rendered, or will the lack of complete rendering affect the quality of my movie? or will in fact the exporting take care of the rendering at the same time?