Putting calculated value into another application

Hi,
I have an HCM application with the following simple HRAccount dimension.
ALL_HR_ACC
     |___SALARY
     |___BONUS
     |___OT
I want to put the value of ALL_HR_ACC into TstAccount.HRExp, which is in another application called TstFinance. This can be perfectly done by the following code.
*DESTINATION_APP=TstFinance
*SKIPDIM=Employee
*RENAME_DIM HRAccount=TstAccount
*WHEN HRAccount
   *IS SALARY,BONUS,OT
       *REC(FACTOR=1,HRAccount="HRExp")
*ENDWHEN
However, if I change the IS statement to the following, nothing will happen.
   *IS ALL_HR_ACC
In this simple example, I don't mind putting all 3 HR accounts SALARY,BONUS,OT. However, in many situations, SALARY and other HR accounts are derived from other accounts as well. It could be very cumbersome to put the whole bunch of calculation into the script for just transferring the single value of ALL_HR_ACC into another application.
Anyone could give me any advice on this? Somebody told me using EVGTS could easily do the trick. However, such functions or formulas will disappear when I expand the worksheet.
Thank you!
Sunny

Sunny,
The script behavior is correct.  Script logic basically only works with the base memebrs, unless you utilize the statement called Calc Dummy Org.  This statement acts like a variable and aggregates the values into a "parent" type value to be passed on or used in a REC statement.  But, the process you used for the purpose you have is the best, fastest method, even if it is a scope of 50 base accounts from a select statement.
As for using an input template or excel; if you have an evdre expansion input template, and wish to send the values to a different cube, just add another EVDRE, but remove all the expansions.  Make the page key range fixed or based on the other EVDRE statement.  Use excel to relate to the account to be sent  to the parent account. It should be quite simple to send the total values to a summary cube from the same template that is used for the input process.  However, the logic you wrote accomplished the same effect.
Hope this helps.

Similar Messages

  • How to cell register the date/time when you put a value in another cell

    Hello guys!
    How do I get a cell (eg A2) tell the date and time when I put a value in another cell (eg A1) in Numbers?
    For example, I want to register a cell to read my electricity meter.
    I write in cell A1: 45809. When placing this value in A1, I want to appear (on A2) the date and time when I did that record automatically. Is it possible?
    I hope you understood the question!
    Thank you in advance to those who try to help.

    There is not automatic time stamping of on entry of a time.  One suggestion I've seen has a cell that has the current date and time.  Everytime you cahnge any cell that cell will update.  You can then copy that cell and paste the value into your date/time cell adjacent to the meter reading:
    Create a new, plain table:
    Now in cell A1 enter the formula "=now()"  short hand for this is:
    A1=now()
    now resize the table so it is a table that is 1 cell by 1 cell by selecting any cell, then dragging the table size control in the bottom right corrner towards cell A1:
    It should look like this when you have completed this task:
    Now create another new, plain table and enter "Date" for cell A1, and "Meter Reading" for B1:
    Now you can enter a meter reading (I entered "45671").  Now select the CELL that has current date and time from the first table at the very top, and copy:
    Now select the cell in the date column where you want to put the current date and paste values by using the menu item "Edit > Paste Value":

  • How to copy one column BLOB value into another column of another database.

    How to copy one column BLOB value into another column of another database.
    BLOB value contains word document.
    I thought of copy the BLOB value into a text file and then update the new column value by the same text in textfile. Will this work?
    Is there any other better way to do this?

    You're welcome
    BLOB fields contains binary data. I don't think you can do this
    Also if I view the BLOB as text. Can I copy it and insert into the new database.
    I think your options are as I said. Datapump or CTAS
    Best Regards

  • To allow me put a value into field without coming out the tcode.

    Hi Friends,
    My requirement is when a value is entered into a field leaving the other field empty should display a error  message
    I'm making use of the below statement to display the error message
    message S000(01) display like 'E' raising error_with_message.
    But the thing is ,when trying to save it after entering value into a field leaving the other empty, its displaying the error message which i have maintianed.till here its well and good.But from here I can only come out of the tcode without allowing me to enter the value into the other field.
    want a message to be displayed on the status bar and allow me to put the value into the remaining field
    without coming out from the screen..
    Please help..

    Hi laxman,
    Are you saying like this..
    message S000(01) dispaly like 's' raising error_with_message.
          set screen 100.
          leave screen.
    The Req is "If I enter a value in field leaving the other field empty in tcode XXXX..its should display a message that this particular field is mandatory and allow me to put the value into the other field "
    I'm able to display a message when the second field is left empty..
    In the message dialog (where the message gets displayed), exit option is there.so i'm coming out of the tcode.But it should give me message and allow me to put the value in the screen without coming out of it.

  • Pasteing a value into another cell

    I have a formula from another cell in another page. I want to insert only the value into another cell. Paste Special / Value is what I used to choose from Excel?

    In Numbers,
    Menu > Edit > Paste Values.
    Regards,
    Ian.

  • After opening Firefox & getting my info, I go into another application but am unable to open Firefox without Quitting it first. I have the latest update of Firefox. How can I get back into firefox without quitting Firefox?

    After opening Firefox, I was always able to in & out of it till I shut down my computer. Now, after opening Firefox, I go to another application then back to Firefox, I have to "Quit" Firefox and reopen. How can eliminate the back & forth of starting & quitting Firefox before I shutdown my computer?

    uninstalled firefox ....deleted all files still remaining under mozilla firefox directory in program files ... to avoid having to reprogram all my settings, reisntall all addons as well .. I did not remove anything from mozilla firefox that is stored in either appdata or under the windows users directory (if any)
    ... the as suggested reinstalled the latest version of the firefox browser using the link you provided in the email ..; tested and several issues still remain present and unresolved ....
    so please this is urgent or I will have to jump browsers and start using chrome .. because we work 14 hours a day 6 (sometimes 7) days a week, to get ready for the launch of our newest venture and we cannot lose that much days on browser related issues ... so please instead of putting me through week long step process .. of do this .. do that .. can you please actually look into the issue from your end .. I use firefox for so many, many years thta I deserve this kind of support .. thnx Robert

  • How to put Variable value into Labeltext of a subcomponent WIB

    Hello
    In our Web Based Planning tool we uses Tabstrib_control component and the Label-Text is filled like 'Plan 2008'. (Our BPS = 3.5 and Web interface builder)
    I am looking for a way,how to put a variable into the Label field of the component.  I am not sure if there is a possibility to enhance the labelfield with variable values.
    Thanks a lof for any good idea.
    Best regards
    Christian
    Our BPS = 3.5 and Web interface builder

    Hello Christian,
    Maybe I have a solution for your problem.
    1. Create subcomponent "Selector variable" with your variable.
    2. Hide this new subcomponent
    3. Write in the Label-Text: <%=descr("Name of new subcomponent"/value)%>
    If the variable will be selected by the user in the web interface, put the name of this selector in the field "Update upon Change of" in the properties of the new created subcomponent.
    Hope this helps.
    Friedrich

  • How to populate the calculated value into screen field.

    I am doing one enhancement in QM.I have added one custom screen to notification transaction ( QM01/QM02/QM03) transaction tab strip control using the enhancement QQMA0001.The Details of the calling and called screens as shown bellow
    The Calling screen: SAPLIQS0
    Screen Number: 7790
    Screen Area :USER0001
    Called Screen: SAPLXQQM
    Screen Number: 0101
    I have developed the Custom Screen in screen 0101 and called in PBO of program SAPLIQS0 7790 screen.
    The Screen in calling perfectly .The Custom screen having different fields like Raw cost, Intermediate cost, Finished cost, SCAR Cost and Sales Order Cost Etc... These fields are out put filed types. No input for these screens.. I have few doubts regarding this
    How to populate the calculated values in Custom screen?
    Where we wrote the code to populate the calculated values in custom screen?
    You have any idea please guide me
    Thanks & Regards,
    Samantula

    As your screen fields should be global variables in SAPLXQQM, you may initialize them by implementing function module EXIT_SAPMIWO0_008 which also belongs to SAPLXQQM (Customer Exit: Transfer Notification Data to User Screen)

  • Can it be done (drill into another application seamlessly from dashboard)

    Is it possible to drill from a BI EE Dashboard report directly into another non-Oracle web based application? For instance, we move budget data at a summarized level into our data warehouse, which is available as a report in BI EE. If the user wants to see more granular detail, I'd like ot allow them to click a link and automatically log them into the web app by passign their ID and password in the url for the separate web application.
    Note that their ID and Password for BI EE and the web application are identical.

    Yes you can achieve by passing required parameters to underlying report through url parameters.
    Following links will help you in achieving this.
    http://download.oracle.com/docs/cd/E12096_01/books/AnyWebAdm/AnyWebAdm_APIWebIntegrate6.html
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    Thanks
    Srini

  • Passing function value into another procedure

    Hi
    From this package the value returned by the function " FIRST " needs to pass into another procedure as parameter in the same package, how could i do that in a better way.Oracle Version 8.1.7.4.0.
    CREATE OR REPLACE package body PKG_CUST_CHECK is
    FUNCTION FIRST(P_PARMS in varchar2) return varchar2 is
    l_parms varchar2(62) := P_PARMS;
    BEGIN
    SECOND(l_parms);     
         return(l_parms);     
    END;
    PROCEDURE SECOND(P_PARMS in out varchar2) is
    L_CUST Varchar2(30);
    BEGIN
    SELECT P_CUST INTO L_CUST FROM TABLE_A WHERE ROWNUM=1 ;
    THIRD(P_CUST in VARCHAR2,
    P_PARMS_VALID out VARCHAR2,
    P_OK_FOR_CUST out VARCHAR2,
    --Here the output of the above procedure will be concatinate and Return ;     
    END CUST_CHECK;
    end PKG_CUST_CHECK ;
    Thanks

    sorry for the confusion, not sure whether it will be clear enough.
    the requirement is function "FOURTH" should get the value returned
    by the function "FIRST" as in parameter value.
    [ code ] CREATE OR REPLACE package body PKG_CUST_CHECK is
    FUNCTION FIRST(P_PARMS in varchar2) return varchar2 is
    l_parms varchar2(62) := P_PARMS;
    BEGIN
    SECOND(l_parms);     
    return(l_parms); --here the value which is returning is updated one by the THIRD procedure       
    END;
    PROCEDURE SECOND(P_PARMS in out varchar2) is
    l_parms varchar2(62) := P_PARMS;
    BEGIN
    --the procedure THIRD will get the parameter values after
    --extracting the values from l_PARMS by another function EXTRACT
    THIRD(P_CUST in VARCHAR2,
    P_PARMS_VALID out VARCHAR2,
    P_OK_FOR_CUST out VARCHAR2,
    return;                    
    --Here the output of the above procedure will be concatinate and Return ;     
    END CUST_CHECK;
    FUNCTION FOURTH(P_PARMS in varchar2) return varchar2 is
    l_parms varchar2(62) := P_PARMS;
    BEGIN
    --the procedure FIFTH will get the parameter values after
    --extracting the values from l_PARMS by another function EXTRACT
    FIFTH(P_CUST in VARCHAR2,
    P_PARMS_VALID out VARCHAR2,
    P_OK_FOR_CUST out VARCHAR2,
    return;                    
    --Here the output of the above procedure will be concatinate and Return ;     
    END CUST_CHECK;
    end PKG_CUST_CHECK; [ /code ]

  • How do I get the results of 2 text fields and put the output into another ?

    I have 2 text fields that multiply off of each other.
    My question is, is there a way to get the result of this and put it into another text field? And from that result get another result? Or do I have to get the results from a textarea?

    I have 2 text fields that multiply off of each other.I assume this really means you want to have something else multiply the contents of the two text fields. When you are using an object-oriented language, it is helpful if you consider what objects are responsible for what actions. Loose descriptions lead to confusion.
    My question is, is there a way to get the result of
    this and put it into another text field? And from
    that result get another result? Or do I have to get
    the results from a textarea?Assuming that your "text field" is a Swing text component (and not, say, an HTML text field) then it has a getText() method that returns the contents as a String. If you plan to multiply this by something then you'll want to convert it to an int or a double or maybe a BigInteger or a BigDecimal object. Are we on the right track here?

  • How can I copy and paste quoted emails from Apple Mail v4.5 into another application?

    Hi,
    Having just moved from Entourage to Apple Mail on an Exchange back-end, everything is running smoothly except for one thing - when I copy emails that include quotes from replies (i.e. those coloured vertical lines down the left of the message) and paste them into other applications (Word, TextEdit, etc.) these indentations are not preserved, and instead each line starts at the left margin. This makes following interleaved conversations in the pasted document very difficult. It's as though Mail allows me to copy the view onto the message, rather than the source of the message (I believe that Mail simply reinterprets the '>' quote indentations for presentation, but retains these in the stored message).
    How can I restore copying of quote indentation in Apple Mail for pasting in other documents?
    CT

    You will need Pages or a sjmilar word processing program for this, TextEdit doesn't appear to be capable. Using Pages:
    Open your message. From the 'View' Menu choose "Message>Raw Source'.
    Copy the body of the message.
    Paste into a Pages Word Processing blank template.
    Open Find, click 'Advanced'.
    Set 'Find' to '>' (no quotes)
    Set 'Replace' to tab (select from the 'Insert' drop-down menu)
    Click 'Replace All'.
    Set 'Find' to '=20' (no quotes)
    Set 'Replace' to a single space.
    Click 'Replace all'.
    Obviously this will lose the colours which identify the level of quotes but you will have the indentation.

  • Hello - I used a Sony DVD to burn 350 songs. When I put the DVD into another computer to rip those 350 songs, the 'import songs' button never appeared in the lower right hand corner of iTunes. What's preventing songs from being ripped?

    Hello - I used a Sony DVD to burn 350 songs from my iTunes library to share with a friend. When I put the DVD into my friend's computer to rip those 350 songs, the 'import songs' button never appeared in the lower right hand corner of iTunes. Anybody know what's preventing me from ripping what's on the DVD? 

    When I put the DVD into my friend's computer to rip those 350 songs, the 'import songs' button never appeared in the lower right hand corner of iTunes.
    The import command only works with audio CDs. So if you burned the files in mp3 format, try instead using the "File > Add file to library" or "File > Add folder to library" commands.

  • Exporting pages into another application -another scheme

    Hello,
    the pages from an exported application aren't installable in my target app.
    Copying a Page between the Applications failed.
    Following Raj's hint I did the export/ import for the whole application from Workspace A into Workspace B. Workspace A is placed in a different Database Scheme than workspace B.
    On install a new AppId has been created. Former 107, it has been changed to 114.
    The Application could be started, import worked fine so far,I thought ....
    While trying to import specific pages into the target application ( ID is 119) using the import wizard my problem occcured:
    Running this HTMLDB returns 'This page has been imported from a different workspace, so it can't be installed into this application'.
    What went wrong?
    Regards
    Franz Langner

    Bernhard - I think you are describing the long-standing problem of not being able to install a page into an application other than the application from which it was exported. Raj described a procedure to deal with this situation here: Synonyms Franz was saying that he had problems even after using that procedure. So I think Franz's and your situations are different and that yours can be addressed if you use the referenced procedure.
    If I've got it wrong, please elaborate.
    Scott

  • How can I programatically use the forced values to put a value into numeric data member?

    I am extremely new at using Lookout and need a way to programmatically force a value into a numeric data member so that I can later use that value as a flag when creating a report.

    Hi,
    You can do this with an Expression similar to the following:
    Object.datamember = if(Pb1, Pot1, Object.datamember)
    Where Object.datamember is the datamember of the Object you want to write to.
    Pb1, is a PushButton -- it can be any logical condition.
    Pot1, is a Pot -- it can be any other source for your numeric data.
    The IF statement basically says, "if Pushbutton Pb1 is pressed, write the current value of Pot1 to the Object's datamember. And if it's not pressed, leave its value as-is."
    Hope this helps.
    Regards,
    Khalid

Maybe you are looking for

  • Using my MacBook Pro DVD drive to play movies on my HD TV

    I just bought an HD tv and the Apple TV.  I have a MacBook Pro OS-X and was told that I could use its DVD drive to view DVD's on my HD  TV via the Apple TV.  I haven't found a way to do this.  Is it doable?  I have been able to view photos from iPhot

  • Which monitor for accurate color management?

    I shoot digital product and food photography using a mac powerbook. I've been using a LaCie CRT (yes, I said CRT) monitor for fine tuning my photos. It has finally started acting up so I'm ready for a new monitor. Can anyone recommend a dependable mo

  • My ipod doesnt have headphones in but it says it is and i cant hear anything ive tried everything but nothing works help!!

    My ipod says theres headphones in but there isnt ive tried everything but nothing works help!!!

  • Line item settlement(Invest prof)

    Dear Experts........... I have one doubt on Settlement (INVESTMENT PROFILE) I have seen like Summary setlement. Line item settlement and list of origin. I have read in SAP HELP ,evn though im not clear can any one plaz expalin in simple words about t

  • Alert system with JEE

    Hello, I want to build an alert system with JEE. App server will listen to events in our network (snmp traps, new data in database, other servers will triger event...) and if an event ocurs it will pass it to users. My main problem is how to notify u