*REC  NOADD

I use the next sintaxis in a scriptlogic:
*WHEN CATEGORY
     *IS  ESTIM
           *REC(EXPRESSION=LOOKUP(JUNIO),TIME=2009.JUN)
     *ENDWHEN
I get the  data using loouk up but it's added several times depending inputs in the report.
In BPC Microsoft, I would use:  *REC(EXPRESSION=LOOKUP(JUNIO),TIME=2009.JUN, NOADD) but  in BPC NW  It's not working.
Any solution?
Thanks

Hye, G.Vijaya
I tried it but It doesn´t work.
Also I tried the next but I get resull added severals times (sames time than inputs in my report):
*LOOKUP FACT2
     *DIM  CATEGORY="ACTUAL"
     *DIM MEASURES="PERIODIC"
     *DIM P_ACCT="4300"
     *DIM ENTITY= "Z1"
            *DIM JUNIO:TIME="2008.FEB"
*ENDLOOKUP
*WHEN ENTITY
     *IS "Z1"
        *REC( FACTOR=0,TIME=2009.JAN)
//      *REC( TIME=2009.JAN,EXPRESSION=%VALUE%-%VALUE%)
*ENDWHEN
*COMMIT
*WHEN ENTITY
     *IS "Z1"
//    *REC( FACTOR=0,TIME=2009.JAN)
      *REC( TIME=2009.JAN,EXPRESSION=LOOKUP(JUNIO))  
  *ENDWHEN
*COMMIT
Any solutions?
Thanks

Similar Messages

  • HT5012 I am having difficulty XMIT/REC text messages to family members using Android phones?  I have a 3GB data plan and all switches and buttons are set properly.  Any suggestions?

    I am having difficulty XMIT/REC text messages to family members using Android phones?  I have a 3GB data plan and all switches and buttons are set properly.  Any suggestions?

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • HOW CAN U CORRECT THE DATA IN UR FILE WHICH CONTAINS 1 LAKSH RECS

    Hai Frnds,
    i Attend an interview they asked this questions can u know the answeres . tell me .
    In File to file scenario how can we reprocess records which failed records.
    HOW CAN U CORRECT THE DATA IN UR FILE WHICH CONTAINS 1 LAKSH RECS
    Thanks in advance
    thahir

    Hi,
    Refer these links:
    this might help you
    Generic Approach for Validating Incoming Flat File in SAP XI - Part 1
    Generic Approach for Validating Incoming Flat File in SAP XI - Part 1
    validating against schema file for the output XML file
    Informing the sender about bad records
    Regards,
    Nithiyanandam

  • Rec guitar in logic 8

    Hi there............ how can i connect my guitar * gibson les p.)in logic 8, and rec it ? do i need a specific item ? thanks ,,,, see ya

    You'll need one of this: http://www.monstercable.com/productdisplay.asp?pin=2440
    But an audio interface will do a better job.
    cheers
    rob

  • TS3694 Why did I rec'd error 9006 when trying to restore my ipad 1 in iTunes

    When I turned on my ipad 1 today after using it 2 days ago with no problems.  I had a black scree with the itunes logo, photo of the white USB charging cable and a white arrow pointing to the itunes logo.  So I plugged the ipad into my iMac computer whichi is the computer I always use to update, synce my ipad.  The computer did recognize the ipad, but not my the name/ID that usually appears.  The message showed that computer recognized an ipad in recovery mode and only gave me the option to restore which would erase all data etc. But that was ok as I have a backup on that computer. However when it tried to restore, the message said my ipad was up to date, but yet it started looking for an update and then restore. It showed it was downloading an update and said once that was done, it would restore my ipad, then I would have the option to restore some of my data from a previous backup, but after 20 min, I rec'd a message that
    "There was a problem downloading the software for the iPad, an unknown error occurred (9006).
    What would have caused this and how to I get my iPad working again?  I have done a hard reset, I have tried to turn the computer off, I can't even get the red slider bar to turn it off to come up.....
    thanks for ANY help
    PKNewman

    Hello penel2907,
    This could be due to a hardware issue. You may try using a different USB port on your computer.
    Check for hardware issues
    Related errors: 1, 3, 10-47, 1002, 1011, 1012, 1014, 1000-1020, 1669.
    Try to restore your iOS device two more times while connected with a cable, computer, and network you know are good. Also, confirm your security software and settings are allowing communication between your device and update servers. If you still see the error message when you update or restore, contact Apple support.
    Resolve specific iTunes update and restore errors
    http://support.apple.com/kb/TS3694
    Cheers,
    Allen

  • How to find total recs in a local table for a particular condition

    Hi,
    How to find total recs in a local table for a particular condition?
    Thanks,
    CD

    Well, you may want to try this as well, and compare to the LOOP way.  Not sure what kind of overhead you may get doing this way. Here ITAB is our main internal table, and ITAB_TMP is a copy of it.  Again I think there may be some overhead in doing the copy.  Next, delete out all records which are the reverse of your condition.  Then whatever is left is the rows that you want to count.  Then simply do a LINES operator on the internal table, passing the number of lines to LV_COUNT.
    data: itab type table of ttab.
    data: itab_tmp type table of ttab.
    itab_tmp[] = itab[].
    delete table itab_tmp where fld1 <> 'A'.
    lv_count = lines( itab_tmp ).
    Regards,
    Rich Heilman

  • Can we change customer rec. account after transaction

    Dear Sap Guru,
    Is it possible for us to change the customer rec. account which we set in company code data. Once we perform transaction from the customer account then later we thought of changing the customer rec account?
    Waiting for positve reply. Points will be ..........
    nikhil

    Dear Sir,
    What about my old data base? Is there any impact on that? Weather I have to change the customer code or in the same I can change the rec. account? If u can provide me the procedure it will be helpful to me.
    I have n number of transaction on the customer account and I should be able to see the old history.
    Nikhil

  • How to use dimension property in REC statement?

    Hi,
    In dimension ACCOUNT I have created additional property ZACC where I store "alternative" account numbers.
    After I load actuals from BW to "regular" accounts I want to copy values to "alternative" accounts.
    Regular accounts are hierarchy nodes and alternative are base members.
    ACCOUNT dim values looks like that:
    ID     ZACC
    A1     A.1
    A2     A.2
    A.1
    A.2
    etc.
    I wrote code below for that but when I validate I get message:
    UJK_VALIDATION_EXCEPTION:Invalid dimension "ACCOUNT].[ZACC" in model ZXC
    *XDIM_MEMBERSET TIME=2012.01
    *XDIM_MEMBERSET ZKEYFIGURE=ZBALANCE
    *SELECT(%ACC%,"[ID]",ACCOUNT,"[ZACC]<>' '")
    *FOR %AC%=%ACC%
    *WHEN ACCOUNT
    *IS BAS(%AC%)
    *REC(ACCOUNT=[ACCOUNT].[ZACC])
    *ENDWHEN
    *NEXT
    Can you suggest me how to fix my code?
    Thanks,
    Andrzej
    Message was edited by: A Ksik

    Hi Andzej,
    I will try to explain in details. If we are talking about target member override in REC like:
    *REC(EXPRESSION=%VALUE%,SOMEDIM=TARGETMEMBER,...)
    TARGETMEMBER can be:
    1. Some fixed single member
    2. Variable like %VAR%, but this %VAR% will get the value from FOR/NEXT loop (simply duplicating lines of code).
    Something like:
    *WHEN SOMEDIM
    *FOR %VAR%=MEM1,MEM2,MEM3 //lines between FOR and NEXT are duplicated
    *IS %VAR%
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIX%VAR%SUFFIX)
    *NEXT
    *ENDWHEN
    Where PREFIX%VAR%SUFFIX - is the target containing fixed prefix or suffix and contents of %VAR%
    The result of code processing this code will be evaluated to:
    *WHEN SOMEDIM
    *IS MEM1
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM1SUFFIX)
    *ENDWHEN
    *WHEN SOMEDIM
    *IS MEM2
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM2SUFFIX)
    *ENDWHEN
    *WHEN SOMEDIM
    *IS MEM3
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM3SUFFIX)
    *ENDWHEN
    This code is VERY slow and ineffective!
    In you case the code can be:
    *FOR %AC%=%ACC% //list of nodes
    //or *XDIM_MEMBERSET ACCOUNT=BAS(%AC%)
    *WHEN ACCOUNT
    *IS BAS(%AC%) //or * if XDIM
    *REC(EXPRESSION=%VALUE%,ACCOUNT="PREFIX%AC%")
    *ENDWHEN
    *NEXT
    but you will need special coding for target to support PREFIX
    3. Member property containing correct member ID, like
    SOMEDIM.SOMEPROPERTY
    In this case the member property of the current record of WHEN/ENDWHEN loop will be used as a target.
    Hope it's clear!
    B.R. Vadim

  • Med Rec medrec tutorial 10 deployments-- EJB Modules EJB is not shown

    This note adds missing steps in the Med Rec (medrec) Tutorial 10
    The tutorial shows how to use EJBGEN to generate EJB classes (incl java source) from .ejb files.
    Unfortunately it is missing a few key details. These are described below.
    Many thanks to Chris Wall for supplying the answers and hints.
    Q: The tutorial includes deploying the manually generated physSessionEjb’s. After doing the step that generates the PhysSession*.java files, onefinds that when trying to deploy that there are no class files – nothing has been built. Are the class files supposed to be generated by the ejbgen step?
    [Chris] No, EJBGen just generates the local and remote interfaces and descriptors only. An additional step should be added to explain how to build the newly generated EJBs. I believe you are correct in calling “src/physicianEar$ ant –f build.xml build”.
    Q: Manually built the class files using ‘ant –f build.xml build’ in the physicianEar src dir – but that failed in the acc.split.dir step with class not found /org/apache/struts/action/ActionForm.
    Obviously did not get the struts jars on the classpath. But as much of the build as completed did include creating the class files.
    [Chris] Yes, it looks like struts.jar is not in the classpath. Is this the “build.split.dir” or “appc.split.dir” target? In either case, wlcompile and wlappc should recognized all libs in "${app-inf.dest.lib}" and append them to the compile/appc classpath automatically. The libs should have been copied during the “prepare” target. Can you make sure that struts.jar exists in c:/medrec_tutorial/build/physicianEar/APP-INF/lib? If not, re-run the target with verbose: “src/physicianEar$ ant -verbose -f build.xml build”, and make sure that the libs are copied in the “prepare” target.
    Q: When doing the deploy step, we get no errors but on the console window and do not see the tutorial_deployment item under DeploymentsàEJB Modules. There is something under Deployments-->Applications --> tutorial_deployment. It appears the deploy failed since there’s nothing under Deployments --> EJB Modules, and what is there is ‘left over’ from deploying the jar (the ear?) that contains the stuff deployed by the deploy step at the start of tutorial 10.
    [Chris] Once the build is successful, you must deploy the EAR. This is done by executing : “src/physicianEar$ ant -f build.xml redeploy.physician.ear”. Again, a step that was left out. Yes, you should be looking at Deployments--> Applications--> tutorial_deployment. So, to summarize: generated the local and remote and descriptors for the EJB, compile the EJB and package the EAR, deploy the EAR, and then view the deployment in the console.

    This note adds missing steps in the Med Rec (medrec) Tutorial 10
    The tutorial shows how to use EJBGEN to generate EJB classes (incl java source) from .ejb files.
    Unfortunately it is missing a few key details. These are described below.
    Many thanks to Chris Wall for supplying the answers and hints.
    Q: The tutorial includes deploying the manually generated physSessionEjb’s. After doing the step that generates the PhysSession*.java files, onefinds that when trying to deploy that there are no class files – nothing has been built. Are the class files supposed to be generated by the ejbgen step?
    [Chris] No, EJBGen just generates the local and remote interfaces and descriptors only. An additional step should be added to explain how to build the newly generated EJBs. I believe you are correct in calling “src/physicianEar$ ant –f build.xml build”.
    Q: Manually built the class files using ‘ant –f build.xml build’ in the physicianEar src dir – but that failed in the acc.split.dir step with class not found /org/apache/struts/action/ActionForm.
    Obviously did not get the struts jars on the classpath. But as much of the build as completed did include creating the class files.
    [Chris] Yes, it looks like struts.jar is not in the classpath. Is this the “build.split.dir” or “appc.split.dir” target? In either case, wlcompile and wlappc should recognized all libs in "${app-inf.dest.lib}" and append them to the compile/appc classpath automatically. The libs should have been copied during the “prepare” target. Can you make sure that struts.jar exists in c:/medrec_tutorial/build/physicianEar/APP-INF/lib? If not, re-run the target with verbose: “src/physicianEar$ ant -verbose -f build.xml build”, and make sure that the libs are copied in the “prepare” target.
    Q: When doing the deploy step, we get no errors but on the console window and do not see the tutorial_deployment item under DeploymentsàEJB Modules. There is something under Deployments-->Applications --> tutorial_deployment. It appears the deploy failed since there’s nothing under Deployments --> EJB Modules, and what is there is ‘left over’ from deploying the jar (the ear?) that contains the stuff deployed by the deploy step at the start of tutorial 10.
    [Chris] Once the build is successful, you must deploy the EAR. This is done by executing : “src/physicianEar$ ant -f build.xml redeploy.physician.ear”. Again, a step that was left out. Yes, you should be looking at Deployments--> Applications--> tutorial_deployment. So, to summarize: generated the local and remote and descriptors for the EJB, compile the EJB and package the EAR, deploy the EAR, and then view the deployment in the console.

  • Start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period

    is there an app for iphone which can be set to start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period. basically someone is vandalising my vehicle and i really really want to catch the mongrel
    thanks for any suggestions

    Nope.

  • 'cycle region' wont work properly/erases previously rec. notes

    roger said:
    "Use the 'cycle region' facility:
    http://docs.info.apple.com/article.html?path=garageband/3.0/en/df1028.html
    i wasnt aware of this, but i did it as usual, as the yellow cycle is always "on"
    in my songs.
    so, whenever i press record and record some notes with my apple keyboard,
    Gb3 will erase the previously recorded notes when i play rec. a second time or third.. and so on.
    i think i make a simple mistake, yes?
    i cant figure out which...

    ah. i guessed sth. like that. thats a pitty.
    is that a GB3 limitation, is this maybe possible in
    Logic express?
    It's a GB(any version) limitation). I don't know about Le
    Your guess at a workaround is close to correct. Once you've created all the tracks you want, select all the regions and use the Join menuItem to consolidate them into a single track. 
    <hr width="250" align="left">
    HangTime [Will Compute for Food] B-)>
    ♪♫ The Bullets and Bones Band ♫♪
    Disclaimer<hr width="250" align="left">

  • Delete recant call or missed call one at a time

    why is it you can only delete all Recant or Missed call in one go you should be able to delete one at a time this would give you more privacy can apple please fix
    Thanks

    This is a user forum.
    You can submit feedback to Apple: http://www.apple.com/feedback/iphone.html.

  • Script Logic: Using a property in MDX *REC statement (BPC NW)

    Hi,
    Is it possible to use a Property in an MDX statement without using  *LOOKUP() function? I have script successfully working but it takes 15 minutes to execute and would like to speed it up.
    I understand that [DIMENSION].[MEMBER].Property is not valid syntax, and do not believe NW has any other functions to resolve the issue, except *LOOKUP which takes a long time.
    Specific Example is below:
    I have a piece of script that successfully splits JV Expense by customers. A Profit Share planning driver determines the percentage that each customer is entitled to. Typically this will be 100%, but could be 50% between two customers.
    The PROFIT SHARE planning drivers records, and PARTNER_INCOME transactional records are below:
    ACCOUNT
    ENTITY
    PARTNER
    SIGNED DATA
    PROFIT_SHARE
    UK_001
    PARTNER_A
    0.5
    PROFIT_SHARE
    UK_001
    PARTNER_B
    0.5
    PROFIT_SHARE
    UK_002_PLANNING_DRIVERS
    PARTNER_B
    1.00
    PARTNER_INCOME
    UK_001
    NO_PARTNER
    $5,000
    PARTNER_INCOME
    UK_002
    NO_PARTNER
    $5,000
    UK_001 has two partners that are each entitled to 50% of the $5,000 NET PROFIT.
    For UK_002, one one single Partner is entitled to 100% of the $5,000 NET PROFIT.
    Using script logic, you can scope the Profit Share account (PROFIT_SHARE) - , and use a *REC statement to multiply this by the driver. It would look like:
    *XDIM_MEMBERSET ACCOUNT = PROFIT_SHARE
    *WHEN ACCOUNT
    IS *
    *REC (EXPRESSION = %VALUE% * ([ACCOUNT].[PROFIT_SHARE],[PARTNER].[NO_PARTNER]), ACCOUNT = PARTNER_PROFIT_SHARE)
    *ENDWHEN
    This wouldn't be a problem if the Planning Driver is always stored on the same Entity that the Income is stored on, but for UK_002, the planning driver is stored on another Entity - which is stored in a the PLAN_DRIVER_REF property of the entity. It should use UK_002_PLAN_DRIVERS
    ID (Entity)
    PLAN_DRIVER_REF
    UK_001
    UK_002
    UK_002_PLAN_DRIVERS
    UK_002_PLANNING_DRIVERS
    In this scenario, we need to switch out the Entity used in the MDX, however I do not believe you can use a property in MDX - can anyone confirm?
    I have currently implemented the *LOOKUP functionality to loop through, changing each *LOOKUP partner for each loop.
    Lookup:
    *LOOKUP PLANNING_JV_US
    *FOR %LOOP_ASLS% = %ASL_LOOKUP_LOOP_VARIABLE%        
      *DIM LOOK_%LOOP_PARTNERS%:ACCOUNT = "PROFIT_SHARE"
      *DIM LOOK_%LOOP_PARTNERS%:PARTNER= %LOOP_PARTNERS%
    *NEXT
    *DIM ENTITY = ENTITY.PLAN_DRIVER_REF                   //   Use PLAN_DRIVER_REF Property of Entity
    *ENDLOOKUP
    Scope and *REC:
    *XDIM_MEMBERSET ACCOUNT = PROFIT_SHARE
    *WHEN ACCOUNT
    IS *
    *FOR %LOOP_PARTNERS% = %PARTNER_LOOKUP_LOOP_VARIABLE%      // 1000 Partners
    *REC(EXPRESSION = %VALUE% * LOOKUP(LOOK_%LOOP_PARTNERS%), PARTNER= %LOOP_PARTNERS%, ACCOUNT = TCOJVSHAR_CALC, AUDIT_ID = PP_EXPENSE_BY_PARTNER)
    *NEXT
    *ENDWHEN
    The problem with the above, is that because the Lookup is being generated for every single Partner, there are significant numbers of loops.
    Does anyone know of another way this can be implemented in Script Logic? Otherwise we'll need to explore BAdI route.
    Thanks,
    Nick

    Hi Nick,
    Use property in LOOKUP - will dramatically speed up the calculation without FOR/NEXT.
    Vadim

  • Transaction mmpv incorrect period in control rec

    transaction mmpv close period for material master record
    i enter company code 4000 period 07 fy 2004
    check and close period
    i get specified year is not the current year when i execute
    in the log i get
    incorrect period in control rec cocd 4000current period of the control record is 07 2004.
    what am i doing wrong?

    Hi Janice,
    Check this thread.. It has ur answer..
    Quarry in Posting period
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • I rec'd an iPod Nano and can't get it to sync with playlist. I also have Windows 8. I need help!

    I have rec'd an iPod Nano and can't get it to sync with my existing playlist. I am using a Windows 8 Dell laptop. Any suggestions?

    One iCloud account has one user name (a .mac or .me email name) and password.  If you have set up multiple accounts in the past then you must choose one and stay with it.  If you don't know the user name, then you have a problem.  If you haven't really begun using iCloud (but you mention trying to get mail, so I'm assuming you have used iCloud before), then use a .mac or .me account you know you have or just sign up for a new account - and be sure to write down the name and password for future use.
    If you want to use the account to sync your contacts, email, calendars, etc, then each of your ios devices need to use the same account, otherwise they will be independent of one another.

Maybe you are looking for

  • Weather icon (just a dummy icon?????)

    Why doesn't the weather icon show an actual temp??? The calendar shows the actual date???

  • ANN: Oracle JDeveloper 10g is Production

    Oracle is proud to announce the immediate availability of Oracle JDeveloper 10g (9.0.5.1). This new version is focused on making J2EE development simpler by providing a visual and declarative development approach using the innovative Oracle Applicati

  • Acrobat Toolbars gone haywire

    It seems my Acrobat toolbars in Word have developed a life of their own. the acrobat and the acrobat and acrobat meeting (never saw this one before) toolbars appear below my other toolbars everytime I bring a word window to the front. I can go into t

  • HT4623 recovering deleted data from iphone

    How can you recover deleted data from iphone 4, my phone was compromised and data was delted pictures text messages and emails.

  • Enhancement request? ...or bug?

    I think this has been brought up before, but I couldn't find it on a search. As I was bringing some sample data up into apex.oracle.com, I ran into some "wierd functionality". First, I copied all the SQL statements to create my tables, indexes, views