Can 2 Dependent Value sets share 1 independent Value set?

We have shifted to 14 segment value set.
In the 14 segments we have the below 3 segments
(PC Business Unit -> Project ID -> Activity)
It is not necessary that these will contain value for each accounting entry.
But whenever Project ID is there, It is mandatory that Activity will have a value. There are number of values in Activity. And also PC Business Unit should have a value. PC Business have only 1 value.
We have created valueset_ProjectID (as independent) and Valueset_Activity dependent upon Valueset_ProjectID.
Is that possible I can create Valueset_PCBusinessUnit dependent upon Valueset_ProjectID?
Can 2 dependent Valuesets (Valueset_PCBusinessUnit, Valueset_activity) share 1 independent Valueset (Valueset_ProjectID)?

Yes they can share. But there is a trick for that the Oracle told me after 2 months.
Define the accounting flexfield structure in two steps.
1. On the Key Flexfields Segments form, you have to Save the flexfield structure after you define the segment with the independent segment (for example account).
2. Then close the form and come back.
3. Now add your dependent segment (for example subaccount).
4. You should see the dependent value set in the list of values.
Thanks Charan

Similar Messages

  • SQL dependent Value Set

    hi experts
    I want to make value set ( single value column) dependent upon select statement. How can i do that . i know how to make table dependent value set but i dont know how to make value set dependent upon select .
    Please help me out of this ..
    regards
    Anwer

    Hi Anwar
    Go to Value Set creation screen.
    Go to Value Validation Region
    Select validation type as Table
    Click Edit information and enter your table details as follows
    Name of the table
    ID and name combination ( Like if you want to create a value set in person table in LOV you would like to show Full Name but while passing parameter or storing value you will store person_id)
    Add your where clause and order by clause in the where/order by clause.
    See a seeded value set of this type (BEN_ACTN_TYP) for reference.
    For more details go through flexfield guide at following location
    http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120flexug.pdf
    Regards
    Gaurav

  • How can I read the filter dependent values in abap class implementation ?

    Hi Experts,
    I need read the filter dependent values in my Z Class implementation but I don´t know how to do it.
    In classic badi was via FT_VAL parameter.
    Now how can I do it ?
    Regars,
    Bala

    Rogerio,
    In case of badis the field flt_val gets added automatically as an import parameter when you check FILTER DEPENDENT check box. This is to restrict which implementation of the badi should be executed, if there are more than one.
    There is no such concept when you are building a class.
    If you want one of your methods to be executed on in certain cases, you need add the required logic within the method.
    If you are referring to the FILTER check box in the pic below, that is used for a different purpose. It is used to filter what is displayed on the class builder screen. F1 on the field to know more about the same.
    Thanks,
    Vikram.M

  • Samba - Can't write to a share with "unix extensions = no" set in smb.

    Hello @all!
    Unfortunately, I have a problem, writing to a samba share which I'm unable to solve.
    My /etc/samba/smb.conf :
    [global]
    workgroup = w
    server string = server
    security = user
    load printers = no
    log file = /var/log/samba/%m.log
    max log size = 50
    dns proxy = no
    printing = bsd
    printcap name = /dev/null
    disable spoolss = yes
    unix extensions = no
    # if I comment above line, I can write to /home/shareuser/writable
    follow symlinks = yes
    wide links = yes
    [writable]
    comment = test
    writable = yes
    valid users = shareuser
    path=/home/shareuser/writable
    shareuser has valid passwd and smbpasswd (-a)
    I mount the share like this:
    mount -t cifs //server/writable mountpoint/ -o username=shareuser
    With
    unix extensions = yes
    , I can write to the share.
    With
    unix extensions = no
    , I can't write to the share.
    What I try to achieve in the end, is to have a writable password protected share, which forwards file permissions to clients and also allows them to access directories and files which are symlinked into the share directory (both from linux and windows clients if that's even possible).
    PS: I also posted this on stackexchange.com (http://unix.stackexchange.com/questions … n-smb-conf)
    PPS: Since I'm using systemd without syslog I had to create the /var/log/samba directory before smbd logged anything.
    Thank you in advance for any help
    Last edited by MCH (2012-09-23 20:59:41)

    First off, don't use finalize(). It is never guaranteed to actually run.
    Just add a cleanup() method to your Account class that flushes and closes the writer; and call it before you exit main().
    Now, as for your Date problem
    java.util.Date certainly does have a no-args constructor.
    java.sql.Date does not.
    Make sure you aren't getting a name collision. (Hint: If you're doing import java.foo.* Stop Doing That. just import the classes you need)

  • I have an iMac(mid2010) running Pages v5.5.1 on OS X 10.10. Why can I not save or share documents. The error message is You can't save the file "TEST.pages" because the volume is read only.

    I have an iMac(mid2010) running Pages v5.5.1 on OS X 10.10. Why can I not save or share documents. The error message is You can’t save the file “TEST.pages” because the volume is read only.
    I get the same message when using Numbers so I presume it is a OS problem

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data before proceeding.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.

  • Dependent values list

    Hi
    this is suresh. I am new for this technology.. Please Help me to know anybody about this issue....
           The user will select the dropdown for the characteristic and it should display relevant values based on entered value from the preceding characteristic.  For example, u201Cassembly typeu201D field value u201CCabinetu201D is only displayed for TLA Family type u201CSYMM5u201D u201CSYMM6u201D or u201CSYMM7u201D values.  This is my requirement... How can i implement in core abap.
    Dependent values like...
    ASSEMBLY TYPE---->     TLA FAMILY TYPE
    ADAPTER       -
    >                   SYMM5 / SYMM6/ SYMM7
    BOARD          -
    >                CLARIION/ CONVERGED/ CELERRA SHOEBOX
    CAB/PDU/PDP -
    >     CLARIION/ CONVERGED/ CELERRA SHOEBOX
    CABINET     ->                     SYMM5 / SYMM6/ SYMM7
    CABLE - SERIALIZED.......>     CLARIION/ CONVERGED/ SYMM5 / SYMM6/ SYMM7/ CELERRA SHOEBOX
    These values coming from the table and as well as Dynamically also...(IN Both cases)
    Please tell me how to implement in core abap....is there any code available please share with me.
    Thank to ALL...

    Hi Suri,
    Well, I also agree with Craig as this may not be feasible in QM stand alone! Possibly  you can think of using selected sets for attributes as an alternative for this. I try to explain for the same case in point.
    1.     Letu2019s say we have created 2  qualitative MIC as Country and State
    2.     Create code groups under catalog 1 with states names
    3.     Create selected set as IN, GE, US for India, Germany and US respectively.
    4.     Under each one of these selected sets define country specific states.
    5.     You can assign more than 1 selected sets in MIC under catalog section.
    6.     As a result of which while carrying out result recording system will prompt you to put state name. drill down respective country folder and choose the appropriate one.
    But this wouldnu2019t depend on previous result. At lease would ensure you can input the data.
    Regards,
    Anand Rao

  • How can I do a set ?

    Hello people,
    How can I do a set ? like ... set = {1,2,3,4,5,6,7,8,9,10} I need to know that becouse in one of my programs there is a menu and the user can not choise another number .

    I don't want to give the impression of being a wise-crack - but um, that isn't a set, that's an array.
    Would this be a set containing only 2 items of value 1 and 2?
    int[] myStuff = {1,2,1,2,1,2}
    No, it would not, it would be a 6-element array containing duplicate values.
    A set can be created using the java.util.Set and related classes/interfaces.
    Depends on what you really meant.

  • Faces config exception - Can't get value from value binding expression:

    the menuItem_Department shown property takes value from userRight's session bean object userDetail.
    class UserRights{
        public boolean mDept = false;
        public boolean loggedIn = false;
        public boolean admin = false;
       //accessors
    }now, the shown property picks correct value for #{userDetail.admin} but gives erros on this. any idea how to get around this exception:
    Managedbean menuItem_Department could not be created Can't get value from value binding expression: '#{userDetail.mDept}'.
    javax.faces.FacesException: Can't get value from value binding expression: '#{userDetail.mDept}'     at com.sun.faces.config.ManagedBeanFactory.evaluateValueBindingGet(ManagedBeanFactory.java:903)
         at com.sun.faces.config.ManagedBeanFactory.setPropertiesIntoBean(ManagedBeanFactory.java:547)
         at com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:233)
         at com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:256)
    .. stack tracepointers appreciated.
    reagrds
    Rabs

    well, i figured out the problem so thought to share with all aswell.
    all i changed was the name of the variable from mDept to dept.
    java beans has its own set of rules and naming conventions which i have not read much about but this problem had to do sumthing with that!
    just changing the name simply works fine!

  • Can we assign value to a variable in PL/SQL Loop

    Hi
    Can we assign value to a variable in PL/SQL Loops?
    DECLARE
    V_Num NUMBER;
    BEGIN
    LOOP
    V_Num := 10;
    DBMS_OUTPUT.put_line(V_num);
    V_Num := V_Num - 1;
    EXIT WHEN V_Num = 0;
    END LOOP;
    END;
    In the above program, Can we assign V_num with a value 10????????
    Thanks & Regards,
    Hari Babu
    Edited by: 1004977 on Jun 5, 2013 2:40 AM

    Hi,
    1004977 wrote:
    Hi
    Can we assign value to a variable in PL/SQL Loops?
    DECLARE
    V_Num NUMBER;
    BEGIN
    LOOP
    V_Num := 10;
    DBMS_OUTPUT.put_line(V_num);
    V_Num := V_Num - 1;
    EXIT WHEN V_Num = 0;
    END LOOP;
    END;
    In the above program, Can we assign V_num with a value 10????????Yes; the example you posted does that.
    When the loop starts, the value 10 is assigned to v_num. You should see that value displayed by the put_line statement.
    After that, v_num is set to 10 - 1 = 9.
    Next, the EXIT condition is evaluated. At this point, v_num is 9, not 0, so the loop runs again. V_num is set to 10 again, and the loop continues forever (or, in some versions, until the dbms_output buffer is filled and an error occurs.)

  • Can you get values back from a stored procedure via OUTPUT parameters?

    Can you get values back from calling a stored procedure via OUTPUT parameters/variables? I call the SP via a SQL statement from a script either in a WF or DF.
    I thought I read some reference that DI could not get the values from OUTPUT parameters but I could not find it again (don't know if it is in any of the documentation or referred to in a forum.
    I did try a couple of tests but it did not reutrn any values via OUTPUT. But before I give up I thought I'd see if you could and maybe I needed to change something.

    This isn't exactly an answer to your question, but I'll point out that, given that you're resorting to a SQL script in the first place, there's no reason you can't also turn the output parameters into a regular result or record set. (The following uses T-SQL, although I think it's pretty generic.)
    declare @param1 int, param2 varchar(100), @return int;
    exec @return = proc @param1 = @param1 output, @param2 = @param2 output;
    select @param1 as param1, @param2 as param2;
    That is, to get from output parameters to a "regular" output from the SQL script isn't much of a leap...
    Jeff Prenevost
    BI Consultant
    Ann Arbor, MI

  • Can my husband and I share purchases on itunes, even if we have different apple ID's? Can we sync each other's devices to our itunes account?

    Can my husband and I share purchases on itunes, even if we have different Apple ID's? Can we sync each other's devices to our itunes accounts? Before we had it so that, he had the itunes account and synced my iphone to it as a named device, but the problem was, when I used to send imessages, it looked like it was from my husband and not me!

    You can set up Messages and Facetime separate from your husband and still use the same iTunes to sync things like music, movies, Apps, etc.
    To do this though, you need to get your own Apple ID. You then use your Apple ID to set up Messages and Facetime under your account. This way your Messages and Facetime calls will come from your account and your husbands from his.
    And you will still be able to sync the devises on the same iTunes account.

  • Can i copy values from one object to another ?

    One more help..
    How do i compare the input values with the ones in an object of another class ?
    Can i copy values of one object of a class to different object of another class ?
    Thanks,
    Sanlearns

    How do i compare the input values with the ones in an
    object of another class ?By getting and comparing them?
    Can i copy values of one object of a class to
    different object of another class ?Yes, you can. But you shouldn't, as you're breaking encapsulation all over the place. You could use setter methods (if available) to set the values.

  • Can you use a network share as location for users' home

    I am running a Mac mini with Mountain Lion and Server.app as a home server. For added storage space I have a NAS. I would like to set up the open directory network users' home share on the NAS. Is that even possible?
    I am able to mount the network share on the mini using either afp or nfs, and I can also add the NAS share as a home folder enabled share in the server.app and select that as location for a users home folder, but that only results in the user not being able to log on to his account. Is there something that I am missing or is what I am trying to accomplish simply not possible?

    It used to be officially supported to use NFS for clients to access their network home directories but with Lion (and Mountain Lion) this was no longer officially supported.
    Therefore the need as I mentioned to 're-share' the volume via AFP. As you implied this does unfortunately impose an additional network overhead as traffic has to go as follows.
    client ----> AFP ----> Server -----> NFS -----> NAS
    What you could consider to help at least a little bit is to connect the server to the NAS on a totally separate network to the network the server uses to talk to the clients on. The main network would be between the server and clients, and you would use a second Ethernet connection just link the NAS and the server. As the clients will not need to talk directly to the NAS this will not be a problem. This would at least mean that each network only gets one set of traffic either AFP or NFS but not both and means the server can use both at full speed at the same time.
    The Mac Pro still has two built-in 1Gbps Ethernet ports but you can also get either a USB3 Ethernet adaptor or a Thunderbolt to Ethernet adaptor (I have used one of these on a Mac mini server).
    If you did not already have the NAS then people starting from new would be better off either getting a Thunderbolt RAID which can be directly attached to the Mac server, or at the higher-end go the traditional route of setting up a SAN and using an FDDI connection.
    Note: You can now get Thunderbolt to FDDI interfaces.

  • Dependent Values read only or all possible values

    Hello
    I have read the following instructions.
    [How to Configure Predefined Properties with Dependent Values (NW7.0)]|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b1ec90-0201-0010-6192-d3de721f8ae4?quicklink=index&overridelayout=true]
    I need this scenario in the Portal search.
    So my question is:
    Is it possible, if Country is empty, that the field City is read only.
    In the How to guide you can see , if no city is selected the property city is a text field(not Dropdown) and you can enter a sting.
    Or it is possible, if no country is selected that the field city shows all possible cities, not restricted by countries.
    For example no country is selected and the field city shows all cities.
    or no country is selected and the field city is read only.
    The html code of dropdown list country is
    <option value="&lt;empty&gt;"><option value="Germany">Germany<option value="France">France
    Value of no selection
    &lt;empty&gt = <empty>
    If no country is selected the selected value is &lt;empty&gt or <empty>.
    I tried this:
    "dependon=Country,*=allcities,Germany=GermanyCity,France=FrenchCity" and so on.
    "dependon=Country,<empty>=allcities,Germany=GermanyCity,France=FrenchCity" and so on.
    "dependon=Country,&lt;empty&gt=allcities,Germany=GermanyCity,France=FrenchCity" and so on.
    without success
    Can some one help?
    Edited by: Dirk Wiegele on Jan 23, 2011 12:21 PM
    Edited by: Dirk Wiegele on Jan 23, 2011 12:22 PM

    Hi
    Yes, it is possible to generate an excel file in SAP. You can use any of the following FM's for the same:
    1. EXCEL_OLE_STANDARD_DAT
    2. GUI_DOWNLOAD
    3. XXL_FULL_API
    Hope it will help.
    Regards,
    Nikita

  • Can we call value of a variable in to another BPS Variable?

    Dear Team,
    We need your help in resolving the following issue:
    We have 3 different layouts that will be selected by user for different purposes of planning. We have created 3 different variables to process the display of cost elements based on the set conditions into the display of the 3 layouts. This has facilitated the  dispaly of corresponding cost elements for the user.
    However, the original Cost Element variable is being used by a bunch of planning layouts and planning functions.
    We do not want to change the layouts & functions as they are already in PRD
    Is there any way we can pass the value of the (each of the 3 ) new cost element variables to the already existing cost element variable?
    Appreciated your quick response.
    Best Regards
    Srinivas

    Hi,
    You can change the filter with the new cost element variable,Or you can assign the value of the new variable(if of same type)to old cost element ,but for that assignment again u have to change  planning function which you don't want.
    Regards,
    Indu

Maybe you are looking for

  • Post MR11 report

    Hi, Is there any report which identifies which documents were 'Maintain GR/IR clearing (MR11'd)'  in a particular period Thanks

  • How do I get a modorator to reset my target SNR

    At approx 11.30 on 3.5.11 my line continuously dropped and re-established connection for about 20-30 mins (each time synchronising at circa 4800kbps and SNR of 6.0). By 5.5.11, the (target) SNR had risen to 9db and the line was synching between 3700

  • Deleting expired application logs is key to improving mass activity performance issues

    During mass activity runs reference is made to the system's application logs during the process of line item selection. Performance based issues can be overcome by deleting old/expired application logs from the system, and rebuilding the affected tab

  • Crash whilst looping through Excel spreadsheet

    Hi Folks. I have a program unit in forms which opens an XL spreadsheet and then reads the rows into the DB. It loops though about 4800 rows and then the whole app dies and forms closes. No error is given. The code is shown below. If anyone has any su

  • Jerky playback in QT pro

    I have a 1 year old sony laptop with 1.5 gb ram and am trying to view a quicktime movie 2 gb file from QT pro. Even If I select the preload into ram option the movie refuses to run smoothly, the movie and sound are both jerky except in places where t