Copy level zero value member to other level zero members under a parent

Hi,
I am entering data against a dummy costcentre. I will need allocate the value to other costcentres which sit under a parent. I tried @relative("parent member",0) = '"dummy costcentre". I have this within a fix statement.
I have tried datacopy but it doesn't like the @relative. I looked at set and calc but no solution jumps out. I am sure this is possible. I would appreciate any suggestions.
I could hard code each CC i.e. dummy = CC but this would require a script update everytime a new CC was added or one removed.
Thanks,
nathan
Edited by: Acts4:12 on 06-Oct-2010 02:51

Hi,
it would help to see your FIX statement, but I would calc it in the following way (using another dimension, e.g. the scenario):
FIX (@relative("parent menber",0))
"scenario1"
"scenario1"="scenario1"->"dummy costcentre"
ENDFIX

Similar Messages

  • Connect by - find the top level by pasing in any other level

    I have a connect by loop.
    select  parent,
    child
    from parentchild
    start with parent = :passed_in_parameter
    connect by nocycle prior  child = parentThis works fine but i have an addiitional requirement to find the top level of this tree. By passing in any other level.
    i.e.
    if i have data as follows:
    parent child
    1 2
    2 3
    3 4
    4
    hierachy
    1
    2
    3
    4
    Then I need my query to always give me the value 1 (top level) even if i pass in 1, 2, 3 or 4.
    Hope this makes sense
    Thanks

    Hi,
    ngac_auk wrote:
    ... Im trying to prevent a continous loop problem (connect by error) by checking the entire tree (as there can be as many levels as they require) for the entry the user is trying to sabe and if the entry exists then prevent them from adding the new parent child entry.
    I thought the best way to do this is by first establishing the top level of the tree (hence my original question) then use another query passing the top level in, to ensure the new entry they want to put in does not already exist.
    Is this the best way of doing what i reauire or can people think of a better solution?If there is a loop, then it isn't a tree, and there won't be a top. That's exactly what a loop means: every member of the loop is the ancestor (and descendant) of every member.
    Sorry, I don't know enough (yet) about your application to answer your question.
    Whenever you have a question, post a little sample data, and the results you want from that data.
    In the case of a DML question (like this one: how to prevent DML that causes a loop) post some INSERT statements that show the table without any problems.
    For the results, post a series of DML statements (INSERT, UPDATE and or DELETE) to be executed in order, and say whether you want each one to fail or not, and why.
    Make sure your sample data resembles your real data. For example, if your real table allows children to have more than one parent, make sure your sample data has an example of that.
    There's no need to post a lot of data. If your real trees can go to 50 levels deep, you can post a tree that only goes 3 or 4 levels, and just explain that they can actually go deeper.

  • Multiprovider displays zero value for Key figure

    HI,
    Multiprovider contains 3 cubes, in which one keyfigure (YDAYS) presents in two cubes and assigned to multiprovider from two cubes. But iam getting zero value in the multiprovider level. But in the cube level getting the data. This problem iam getting in testing system.
    When i compated Develoment system and Testing system everything is correct, mapping, assignment .
    Any ideas what might be the problem
    Thanks / Venkata

    Check the report to see if it has any filters that is available in only one of the infoproviders. if thats the case then move the filter and make it restricted.
    Use RSRT to see which infoproviders are being hit when you execute the query. Look in detail. I had the same problem once and careful investigation revealed a filter that was at the report level instead of kf restriction level.

  • Content Organizer bug - PDF files does not get routed correctly if autodeclaration is on and library level default values are set

    It looks like whenever one specifies Column default values at a library level then the content organizer routing goes a bit awry SPECIFICALLY FOR NON OFFICE FILES [e.g. PDF] . Below are the observations and issues
    1. Column level default value set on a record library with auto declaration of records turned on.  The content organizer routes the document to the library but also keeps a copy of the document in the drop off library. It does not remove it from the drop
    off library. The instant we clear the default value settings at the library level of the target library the content organizer works as expected again. 
    2. If default value settings are specified on a column in the target library then the PDF file gets routed to the document library but all the metadata is blanked out. The copy of the file that remains in the drop off library has all the correct metadata but
    the target library has blanked out metadata. 
    Are the 2 observations described above by design or are they bugs? If so is there any documentation that is available that proves this because this does not make logical sense and proving this to a client in the absence of any documentation is a challenge.
    The problem goes away if we shift the default value to the site columns directly at the site collection level. It's just the library level defaults that the pdf files do not seem to agree with

    Hi Lisa,
    Thanks for responding. This can be replicated in any environment but is only replicable for a specific combination of content organizer settings . The combination of settings I am referring to can be seen in the screenshot below. If you turn off redirect
    users to the drop off library for direct uploads to libraries and if you turn on sharepoint versioning then you should be able to replicate the issue. Also we are using managed metadata site columns. I simplified this use case to a custom content content type
    with just 2 custom managed metadata columns and can still replicate the issue in several environments. Also note the issue does not occur if the default values are set at the site or site collection level. It only occurs if you set the column value default
    at a library level.  I was able to replicate this on a completely vanilla Enterprise records site collection freshly created just to test this.  Also note that the issue is not that the file does not reach the destination library. The issue is the
    document does not get removed from the drop off library after it is transfered to the destination library which technically should have gotten removed.

  • Rule to calculate ICP account value at base entity level in Partners curren

    Hello everybody,
    We are entering the ICP value in ICP account and Custom2#[None] member and we need to convert this value at partners currency and store this value in Custom2#ICPartners member to enable the user to verify the amount entered by the partner entity in partners currency.
    Is it possible to write the script to pull the exchange rate of ICP partners so that I can caculate the ICP partners value in base entity level in Partners currency?
    If possible request to help me out.
    Regards,
    Aj

    Thanks for the response.
    Can any one help me out to built the script to pull the partners currency rate. I used the following script to pull the partners rate
    "pCurrency = HS.Entity.DefCurrency(iICP)" but it is not working.
    Thanks,
    Ajaya

  • Setting the Member & data build level dynamically

    Hello, I have got a situation where i need to set the Member & data build level dynamically based on the member. The option "Build Multidimensional down to here"(OLAPMetaoutline Menu)can be used,But when we use this option i could not perform my task as i need set the Build level dynamically based on the member level.I have to set the level dynamically for the following instance.Suppose My time dimension hierarchy is as follows: BY Year BY Quarter By Month If the year is say 1995,then quarter level & month level data is not required. If the year is say 1998,then quarter level & month level data is required. Could anyone provide a solution for dynamically setting the Member & data build level? Thanks,Sathyan

    Hi CTS,
    Thanks for ur repply,
    My source side i am having BANK_BRANCH_STATUS table has BRANCH_CODE and EOC_STATUS(possible values for this column is 'N','T','F','E' & 'B').
    The source table from which data has to tranform will be having BRANCH_CODE.
    i made odiwaitfordata as 1st step in package ,in this step the code looks like this
    OdiWaitForData "-CONTEXT=GLOBAL" "-GLOBAL_ROWCOUNT=1" "-LSCHEMA=ORACLE_FCSAILS" "-POLLINT=1000" "-RESUME_KEY_OPERATOR==" "-SQLFILTER=EOC_STATUS='E'" "-TIMEOUT=0" "-TIMEOUT_WITH_ROWS_OK=YES" "-UNIT_ROWCOUNT=>=1" "-INCREMENT_DETECTION=NO" "-TABLE_NAME=BANK_BRANCH_STATUS" "-OBJECT_TYPE=T"
    In the procedure,
    Source command-select branch_CODE from BANK_BRANCH_STATUS WHERE EOC_STATUS='E'
    Target command- Execute scenario for batch with branchid as a parameter... how to put up this in code form....could u suggest me?
    3) flag those which are executed so you don't wait for them again --how to put up this in code form....could u suggest me?
    Please sugest me,
    Thanks,
    MNK

  • Adjusting the Maximum Power level Assignment Value

    I have a deployment of AIR-CAP35021 APs. They are in 2 buildings with multiple floors. They are installed in a row down the hallways. I want to increase the power levels by using the controller and not configuring the APs individually. I have set the TPC value to -50 but I still do not reach the outer walls of the floors in some areas. I need to know what to set the Max Power Level Assignment or Min Power Level Assignment to to get the APs to power up some more. If the MAX value is 30 and the default is 30 then how will it help to adjust that value?. Any help would be appreciated.

    the default on most code revs is Max at 30 and the min is -10   (note the minus sign).. If your survey was done at 25 mw with a 1252, what type of antenna was on the 1252?? if it was a stick omni it may have a higher gain than the ap's your now using. That could also be coming into play here.
    so initally I'd determine what the actual EIRP you were using during the survey and then figure out how to match that now.
    if you aren't familiar with EIRP it's basically the radiated transmit power at the antenna output. So a quick example
    If your ap is putting out 25mw or 14dBm and you are using a 6dBi antenna then your EIRP is 20dBm or 100mw
    if your ap is putting out 25mw or 14dBm and you are using a 2.2dBi antenna then your EIRP is 16.2dBm or 50mw
    I believe the 3502i's use a 2.2 dBi integrated antenna.
    this can cause a drastic change in your coverage area.
    but if all else fails change the TPC controls so that max power is either 20dBm or 30dBm and that the minimum has a value of either 14 or 17 (no minus sign).. 
    30dBm = 1 watt
    29dBm = 800mw
    26dBm = 400mw
    23dBm = 200mw
    20dBm = 100mw       TXPower Level 1
    17dBm = 50mw         TXPower Level 2
    14dBm = 25mw         TXPower Level 3
    11dBm = 12.5mw      TXPower Level 4
    etc.
    Hope this helps.

  • Not able to get the profile value set at Responsibility level

    Hi,
    I had set the value of a custom profile at Responsibility level and in CO i used the
    following code,
    String rLocation = pageContext.getProfile("XXTMG_PR_SCP_LOCATION");
    The above call returns NULL. But if i set the value of the profile at Site Level then the above code returns the correct value of the profile. I bounced the apache after the profile option was changed but no avail.
    I even tried using getOADBTransaction().getSpecificProfile() in the AM (which was
    called from CO) as below but could not get the value of the profile,
    Number lRespID = new Number(getOADBTransaction().getResponsibilityId());
    String retLoc1 = getOADBTransaction().getSpecificProfile("XXTMG_PR_SCP_LOCATION","","",
    lRespID.toString());
    Could any of you please let me know whether i have missed something in the code which results in not getting the correct value for the profile at the Responsibility level.
    Thanks, Suresh.

    Instead of passing null for the other parameters in call to getSpecificProfile, can you please set these params and try ?
    Also, please note that if a value is defined at site level, then even if a value is present at the resp level, the value at site will be returned when you use getProfile method.
    Thanks
    Tapash

  • Opening and closing balance values at storage location level

    Dear all,
    I want to know opening and closing balance values and receipts and issue values at storage location level for certain period.
    I tried with MB5B, it is not giving value at storage location level, it is giving quantities at storage location level and values at plant level. But requirement is: please see below example:
    All values are in USD          
    Storage location:      1001     1002
    Opening Balance:      2000     3000
    Receipts:                           1000      2000
    Issues:                            2000     3000
    Closing Balance:      1000     2000
    Please help in this regard (I want value of the stock only, not qty)
    Regads,
    Veerappa
    Edited by: Chinna Veerappa on Jul 27, 2010 5:27 PM
    Edited by: Chinna Veerappa on Jul 27, 2010 5:28 PM

    vlauation is at plant level (MBEW table) the storage location level does not carry values (table MARD).
    You may have to develope your own ZMB5B  program and calculate yourself what is not stored in SAP.

  • Need to display the Stock Values at storage location level - 0IC_C03

    Hi All,
    I am developing Stock Movent Report on 0IC_C03 - Material Stocks/Movements.
    I have more than one storage location for plant. Stock quantities are calculating at storage location level and Stock Values are calculating at plant level.
    I have no issues with quantities. Only problem with Values.
    2LIS_03_UM is not picking the starage location, so that the revaualtion values are falling under unassigned nodes. When i set filter on storage location these values were not showing as they are under un assigned nodes (#).
    I want to get the Stock Quantity and Stock Values at Storage location level in my report.
    I found that soulution for that is Applying SAP Note : How to Realize summarized display of stock values on storage
    I have done development as per the document. But when i run the Query it is going to debug mode first and then it saying This program cannot display the webpage
    Can any one faced the same situation, Please help me if so.
    Thanks in Advance.
    Gopal N

    Hi Sachein,
    I am getting this An exception(CX_RSR_PROPAGATE_X) occured when debugging, and then it leads to next screen saying that:
    This program cannot display the webpage
       Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
       What you can try:
         Check your Internet connection. Try visiting another website to make sure you are connected. 
         Retype the address. 
         Go back to the previous page.
         More information
    Please let me know you need any more information.
    Thanks in Advance
    Gopal N

  • Planni values at cost element group level instead of at cost element level

    Is it possible to plan values at cost element group level instead of at cost element level in BI?
    Similary I have another question for financial statements.
    Is it possible to plan values at financial statement level instead of at G/ in BPS or SEM?
    Thanks

    Hi.
    It depends on what you mean "cost element group".
    If you mean node (not leaf) in hierarchy so the answer is NO.
    If cost element group is regular characteristic so the answer is YES.
    Regards.

  • BPS-dynamic columns-single value in the planning level.

    Hello, we would like to use a compound characteristic in dynamic colums.
    Based on test and documentation we already know that we can use compound characteristics in dynamic columns only if the higher-level characteristic is restricted to a single value in the planning level.
    If we use a variable restricted to a singel value per user it does not work. Does it mean in general that a varibel cannot be used in that case and that we have to create about 30 planning packages with a fixed value for the higher level charactersictic?
    Thanks for help.

    This is solved now with support package 12

  • How to remove Leading zeros from MATNR "at Database Level"

    Hi,
    When we create a material in MM01 , we can either create material as Internal Material No. or External Material No. (By Explicitly entering a material No.)
    Our requirement is that: When we create an Internal Material , there should NOT be any Leading Zeros in MATNR.
    and for External Material No.  , Leading Zeros Should be there.  (In Database)
    1) Now , we can create the No. Range for material in such a way that it will allow only AlphaNumeric entries for Internal Material , and Only Numeric Entries for External Material No.
    This should slove the Purpose.
    But According to the Client's requirement , Material No can be Numeric OR Alphanumeric for Internal As well as External Material No.
    2) We can Add or Remove leading zeros from MATNR at application level.  i.e.  we can find some BADI / Enhancement where we will Use the Conversion FM (CONVERSION_EXIT_MATN1_OUTPUT or  CONVERSION_EXIT_ALPHA_OUTPUT) and remove Leading Zeros from MATNR. But these changes will NOT reflect at Database Level , Because in MATNR Domain , there is a conversion Routine  , That will Add Leading Zeros in MATNR While saving in the Database.
    3) While Displaying the Material In SE11 , we can also set the "Display Format" as With leading Zeros OR Without Leading Zeros.
    But we dont want to Just "Display" material with OR Without Leading Zeros.  we want to actually create materials in that way.
    What can we do , so that at Database Level our changes are Reflected.
    Thanks and Regards,
    Anand Gore
    Edited by: anandgore on May 18, 2011 3:47 PM

    That will Add Leading Zeros in MATNR While saving in the Database.
    That is because you have it configured that way.  You can configure the storage as you desire.  The default is the behavior you are describing.  You, or your functional analyst, need to review the documentation on the MM config settings for material master number storage.
    Never use CONVERSION_EXIT_ALPHA_OUTPUT for material conversion.  Also keep in mind that the MATN1 functions have their own BADI for extended formatting...

  • Need to get profile value defined at responlibility level

    Hi I have a procedure which have to get the profile value defind at responsibility level.
    I will be passing resp id as in parameter to that procedure.
    The thing here is, I will not be creating a concurrent program for this. And this procedure will be accessed by some other application by connecting to apps database and executing
    SO this is completly a procedure which is runned from back end.
    Now to get that profile value I used
    fnd_profile.value_specific('XXPROFILE',NULL,RESP_ID,NULL,NULL,NULL)
    BUt it is not getting any value.
    Please let me know for any other solutions.
    Thanks

    Hi;
    Please check below which could be helpful for your issue:
    How To Set A System Profile Value Without Logging In To The Applications [ID 364503.1]
    Script To List The Values Of A Profile Option At All Levels [ID 803587.1]
    How to Change Profile Option Value Without Forms [ID 943710.1]
    Regard
    Helios

  • How to transport a value in the same level rule

    I want to transport a value in the same level rule,but failed. Would you please give me some idea to finish it? Thank you!

    the sample about rule zz01 as the fllowing:
    zz01
           4001 deduction for absent from work
            SETIN R=3 
             SETIN A=01    'NUM=3
              ADDWTI4Z03   '4Z03=3
        4002 sick leave
                  SETIN R=3
                  SETIN A=01
                  ADDWTI4Z09    'set 4Z09=3
    I want to transport the value of NUM in wagetype 4001 to  the variable in wagetype 4002.
      Thank you!

Maybe you are looking for

  • Sharing an iTunes account

    I've read through the Apple TOS, but I just want to double-check. Is it against the TOS to share an iTunes library/I.D./account for purchases with another family member that lives in the same household? Like so we can have the same songs on our iPods

  • PR funds check report

    Dears, I need to develop 1 report to find out before raising new Purchase requisition whether funds check limitation available or not. GL natural account :: Budget value :: PO requisition made on account :: PO req status e.g Expense account :: alloca

  • Making drop down menus in server side includes

    Can drop down menus be part of a server side include? If not, how do I have drop down menus in my pages without copying the code to all the pages individually? I am working in Dreamweaver 8 on a Mac. I've made the drop down menus using the behaviors

  • Virtual WiFi

    I understand the ability to connect simultaneously to two wireless networks (via a virtual adapter) is included in Windows 7, but must be enabled with a correct driver. I have a ThinkPad T61 (6457 4UG), and the ability to do this would be extremely u

  • How to specify more than Two Tables in NATURAL JOIN

    Hi, I am using Oracle9i R-2. I want help in writing a Query using Two Tables in SQL*PLUS. I am using ANSI/ISO Standrard for table-joins: select col1, col2, descr from tab1 natural join tab2 There are two columns col1 & col2 is common between thse two