Small fine tuning is required in the calculation

Hi Gurus,
   BI PM module for the report Schedule attainment filtered for one order.
The result supposed to be Total job scheduled = 1, completed orders = 1 and No of orders completed on Schedule = 0. However, the report shows, Total job scheduled = 7, completed orders = 1 and No of orders completed on Schedule = 0.
   By this what happens is that total jobs scheduled become 930 for Plant = 2200, Planner Group = P01, Order Type = PM03 while Completed orders and Completed orders on Schedule is correct.
    ie Formulae in update routine IF( IS_INITIAL( /BIC/ZIBFDCH ), 1, 0 ).
    Please tell the small fine tuning in the calculation, points will be assigned.
Regards,
Kiran A

Answer Finded

Similar Messages

  • Batch edge sharpen or customized sharpen in RAW fine tuning

    Do you apply a mild edge sharpen to all your pictures by default or have tweaked the sharpening default default in the 1.1 RAW fine tuning to your likeness or simply stick with the default in the RAW converter and just apply different amount of edge sharpening on an image by image basis?
    Peter
    Quad G5   Mac OS X (10.4.8)   GT 7800

    Thanks William.
    My question was not primarily, whether you use the defaults for edge sharpen.
    Let's explain it a bit more detailed:
    Almost all pictures from DSLRs need sharpening to some extend. That basic sharpening usually is done in the RAW converter and can be adjusted with the RAW fine tuning since Aperture 1.1
    Since Aperture 1.5 we have the new edge sharpen tool, which is said to give much better results than the old sharpen tool. Looking at the sliders I assume, the sharpening in the RAW fine tuning is done with the same algorithm that is used in the old sharpen tool.
    So my idea was, whether it is probably better to trim down or even disable the sharpening in the RAW fine tuning and instead batch apply a small amount of edge sharpen to all my picture. Then tweak the edge sharpen on those pictures that need it.
    So far my approach is to use the sharpening in the RAW converter usually set to the Apple default and additionally apply edge sharpen for individual pictures, if I think they need it.
    Peter

  • RAW Fine Tuning Instructions

    Am I missing it somewehere? I can't fine instructions or a guide to "RAW Fine Tuning" in the Adjustments secction. There doesn't seem to be anything under the Help menu-with either guide.

    Found in a review of Aperture 1.1:
    In addition to the reworking of the algorithms for RAW conversions, Apple has provided more control over RAW conversion parameters. In the new RAW Fine Tuning Adjustments HUD are the following sliders, all of which impact the RAW conversion specifically:
    Boost - This is a simple tone curve control. When set to the far right, you get Apple’s standard conversion contrast. By moving the slider to the left, the picture becomes flatter. When the slider is all the way to the left, the tone curve is basically flat, or linear (though it appears a brightness-boosting gamma adjustment is still being applied).
    Sharpening – There are two parameters, each with its own slider: Intensity and Edges. Sharpening can also be turned off altogether, though as we noted above, the sharpening was looking pretty darned effective in our session with Apple’s Schorr.
    Chroma Blur – For controlling the level of smoothing applied to colour noise. Like Sharpening, Chroma Blur can be switched off completely by setting the single slider, Radius, all the way to the left.
    Plus, Auto Noise Compensation, a new type of noise reduction in v1.1 that factors in ISO and length of exposure. This is a checkbox, not a slider, and is therefore either on or off.

  • Copying the numbers from the calculator widget.

    Hello!
    Is it me, or it is impossible to copy the numbers from the calculator widget in 10.6.3?
    Thanks,
    Chris.

    It happened again! I don't understand!
    I did a test: I restarted the computer. I typed in the calculator. Copied, and pasted in Mail. Worked fine.
    After, I opened Illustrator CS3. Copied something from there, and pasted it in Flash. Worked fine.
    After, I went back to the calculator, copied the numbers, and when I pasted the numbers in Mail, it's Illustrator's graphics that pasted instead of the numbers.
    After, I went on the net, copied text from a site. Pasted it in Mail. Worked fine. Went back to the calculator, copied, and the pasted text was the text from the Website, and not from the calculator.
    This is very frustrating!
    Any idea on my problem?
    Thanks,
    Chris.

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • Fine Tuning The Enterprise Portal

    Hello world
    Currently i am searching about the best ways to fine tune our E Portal the below Info are the results of my search so far.
    Hope They Help You and please share any knowledge you have around this area.
    Tuning The E-Portal
    1-Tunable Parameters of SAP Web Application Server (JAVA)
    :Reducing the Network Traffic -From the Config Tool window,
    select: <instance> + services + http, and change the
    value of the following properties:
    -NeverCompressed: delete this values --> *.css, *.pdf, *.js, image,
    application/pdf, text/JavaScript
    -CacheControl: 604800
    Servlet_js p
    -EnableChunkedResponse: True
    -MinimumGZipLength:  1024
    2-SAP Web Application Server (Java) Monitoring Server
    Adjusting Log Severity Levels
    - re adjust the severty from ALL to ERROR
    3-Disabling the Distributed Statistics Service
    1.Run\usr\sap\<system_number>\JC<instance_id>\j2ee\configtool
    \offlinecfgeditor.bat
    2. Select Configurations -> cluster_data -> server -> cfg -> services->
    Propertysheet dsr-runtime -> <edit-button> -> startup-mode ->
    3. Select Custom and enter manual, and then select Apply custom .
    4. Restart the cluster.
    4- PRT Configuration
    \usr\sap\<system_id>\JC<instance_number>\j2ee\cluster\server<number>\apps\sap.com\irj
    \servlet_jsp\irj\root\WEB-INF\portal\system\properties
    SET
    -async.response.pool.size=100
    -PRT monitor  monitor.off=false
    -Log on to the portal as an administrator, and navigate to:
    System Administration -> Monitoring -> Portal
    -> Components Overview System Administration ->Monitoring ?? Portal ?? Threads Overview
      to help you identify bottlenecks in performance.
    5-Tuning the Application Server
    - Configuring JVM parameters on AS Java
    Set <-XX:SoftRefLRUPolicyMSPerMB=1000> (from default 1)
    - Avoiding session leaks - Tracing Single User Sessions
    - Tuning HTTP Provider Service
    -Enabling production mode
    6-Java Memory Analyzer Tool
    -Install Java Memory Analyzer Tool MAT
    - run performance reports using Solution Manger  // this only work if you have running solution manger on your system
    If You Have Any Tips Please Share
    Regards,
    Ahmed Salam

    Dear Ashish,
    From the Config Tool window --> Servlet_js p Tap
    -EnableChunkedResponse: True
    -MinimumGZipLength:  1024
    Read carfuly and you will find the answers
    Hope it helped
    Regards,
    Ahmed Salam.

  • To extend a clip I have `Show Fine Tuning controls' turned on in my iMovie 11 preferences, but the blue forward/backward buttons don't appear.  To get the orange handle bar, is there a hotkey?

    To extend a clip I have `Show Fine Tuning controls' turned on in my iMovie 11 preferences, but the blue forward/backward buttons don't appear.  To get the orange handle bar, is there a hotkey?

    That's a comment in the file. It has no effect at all.

  • Bottom row of the keyboard is not working in a vertical orientation on the iPhone 3Gs. the "slide to unlock" and all keys on the calculator on both orientation works fine. I can use the keyboard on horizontal orientation.

    Bottom row of the keyboard is not working in a vertical orientation on the iPhone 3Gs. the "slide to unlock" and all keys on the calculator on both orientation works fine. I can use the keyboard on horizontal orientation. The tabs on bottom of all apps also work fine.
    I have already tried holding down the power button and home button for 10 seconds, but no difference.

    I've had this problem on and off for the last few weeks (around, but not directly related, to upgrade to 6.1...can't remember if was before or after)....I'm very convinced it's a software problem (as there have been times when the bottom row works perfectly, without any need to "press" differently or anything).
    However, it seems to be a rather resilient software issue, as a full restore does not consistently fix it, and it applies to more than just the keyboard; if I open a drawing app, there's definitely a row (about 4mm up from the edge of the screen closest to home button) where I cannot draw.
    It's happened 4 times now.  Originally it went away with a restore from backup, then worked for 2 more days.  The second and third times, it went away with a full restore (although I did two full restores in between those two restores that did nothing, so restore didn't consistently fix it)....and it seemed to return in the most random of circumstances. 
    I paid very close attention to what apps I was using the last time it was working so that I could spot which app, if any, might be causing the issue.  I deleted several apps, I stopped using the games and many other apps.   I only used three apps between it working fine and starting up as a problem again: mail, safari and messages.
    I was convinced it was mail, as it happened this morning when I picked up my phone off the bedside table to respond to a new email.  It was working when I went to bed.  I picked up the phone when it buzzed, hit the email app, hit reply and started to type....**** bottom row wasn't working again.
    However, tonight I did 2 things....one of them worked because it went back to normal (sorry, I don't know which as I was exasperated and trying a number of things). 
    The two things I did between a broken keyboard and a working keyboard were:
    1) adding a second keyboard (English(Canada)), changing to this keyboard, and changing back
    2) disabling Siri...and then turning it back on...and then disabling Siri's "Raise to Speak"
    In retrospect, I wonder if it actually was the "Raise to Speak" that was putting the phone into a weird state, and might explain why the phone would just "suddenly" start behaving strangely when I picked it up.  Of note, the "raise to speak" hasn't actually triggered Siri to come on in months anyway.
    Regardless, the keyboard is back to normal now...and I'm just going to leave "Raise to Speak" off.  I've put the keyboard back to just "English" with no alternates and Siri remains on otherwise without issue.

  • Latest batch of RAW files has all the raw fine tuning options greyed out

    I shoot about 1000 images a week with my 40d and edit/organize all of them in Aperture... the latest batch (a pretty important batch at that) of 800 or so imported fine but does not allow me to use the 'Raw Fine Tuning' options as if they are JPGs. I can still go to the images i imported last week and the RAW fine tuning works fine, even some in the same album... any ideas?
    Aperture 1.5.6

    more informaion:
    today's images imported fine, so you can rule out the security patch.
    even more peculiar i exported some of the images, and imported the same masters back in and much to my suprise the RAW fine tuning works. I rebuilt the library hoping that would help but it didn't, I'm just going to go back through the library and re-tag and rate my picks from the shoot, but any idea on how to keep this from happening again? it has to be some wacky setting or something, I can export the broken image and the import it again and it works fine.
    any help would be appreciated
    mark

  • Fine tuning of the report

    Hi Friends,
    1)I have thousands of production order in my internal table list.
    2)Now for each production order I have more than 40 operations .
    3)I have to take the latest operations from this 40 operations.
    4)the latest operation and the corresponding work Center I have to take from the S022 among this 40 opearation
    5) this work center I have to pass to CRHD and take objectid (OBJID)
    6) now I have to pass this object id (OBJID) to CRCO and take the cost center
    ie the crco-kostl.
    Actually this is a specific client requirement where the same logic I have to follow. when iam running the following code the report is taking long time . I can say the situation is like report hanging.
    Iam using the following code .
    loop at list.
    if list-BWART eq '261' or list-BWART eq '262'.
    select max( VORNR )  into  bet   from S022
            where AUFNR  = list-AUFNR and
            werks = list-werks.
    SELECT SINGLE ARBPL FROM  S022  INTO ARBPL
            where AUFNR  = list-AUFNR and
            werks = list-werks
            and vornr = bet .
    select single KOSTL from CRCO into list-KOSTL where OBJID = OBJID.
    clear CARBPL.
    clear OBJID.
    modify list.
    clear list.
    clear bet.
    endif.
    endloop.
    Please help me to fine tune this scenario .

    Hi,
    IMP:  Never use select single in loop!! instead use for all entries in option using second itab and as ur data is too high process ur data in itabs using BINARY SEARCH.
    select aufnr max( vornr ) ARBPL into table itab2
    for all entries in list
    group by aufnr "(and ARBPL, this will reduce second select stmt..)
    where aufnr = list-aufnr and....
    "same for third select stmt.
    All above stmts are not in loop , now u can process itabs and get desired o/p.
    use BINARY SEARCH for read itabs.
    Abvoe logic will improve ur code perfromance..
    Jogdand M B

  • Customising the RAW fine tuning as default for importing. In Aperture 3

    RAW Fine Tuning.
    I use a Canon G11 PowerShot camera.
    I’m being unsuccessful customising the RAW fine tuning as default for importing new files, so each new RAW file imported come into Aperture 3 with the changes from the Apple default.
    All I want to do is: reduct the boost from 1.0 to 0.5 and Hue Boost from 1.0 to 0.5.
    I made the said changes by moving the sliders.
    Then from the cog wheel (in RAW fine tuning) click on save as preset ( give it a name )
    I now see it in the list , I click on it - click save as camera default - it now say camera default next to my custom settings.
    However when I import new RAW files into Aperture 3, it imports the file with the Apple settings not my custom settings that are marked with camera default.
    NB, I had not problem changing the above in Aperture 2 - I have done it before and I believe I have gone through the procedure correctly
    Can anyone please help
    Thanks Martin

    Hi Matthew
    What I'm doing is: setting the RAW fine tuning camera default ( to my custom settings) , so all new files being imported into Aperture 3 will take my custom settings as they are imported into Aperture 3.
    I did this will Aperture 2 without any trouble . now I have upgraded to Aperture 3 the RAW fine tuning camera default is Apples and I have to change it from Apples to my custom preset.
    It shows I have changed the RAW camera default to my custom settings in the drop down list but when I import files - they take the Apple preset not my custom settings ? ?
    Martin

  • Noise reduction - RAW fine tuning and the Noise Reduction tool

    Hi,
    1- If I get it right, Aperture's RAW fine tuning "Automatic noise compensation" (translated from French) option uses the camera's information to adjust the noise. Is that correct?
    2- The Noise Reduction tool is there to provide additional noise reduction, but this makes you lose some details. Is that correct?
    3- How do you use them? I often find the Noise Reduction tool a bit overkill, but that's me.
    4- This one is just out of curiosity. How does A3 compare to LR3 beta for you in that regard? In my testing, LR3 did a slightly better job (but A3 totally beats the crap out of LR2 for noise). BUT I have an old D50, and newer cameras handle noise better (especially Nikon), so does it really make a difference for a 2008 or newer camera?
    Thanks!
    Manu

    Manusnake wrote:
    pilotguy74 wrote:
    I don't even have this option/checkbox in my Raw Fine Tuning brick.
    I wonder if it's due to the type of files (Canon 7D). Do you still have those 7D files I sent you? Does the checkbox appear in Raw Fine Tuning for you with them?
    I noticed this option in the manual the other day, but forgot about it until now.
    True, it doesn't have the checkbox with the 7D files. However, it as a slider "noise suppression" (again translated) in the RAW fine tuning options (and still has the Noise suppression brick).
    If you don't have this one too, have you reprocessed your images with Aperture 3? Since it has a new raw engine, it may be the cause of it.
    I find it strange that Apple didn't tout the new RAW engine on Aperture 3 new feature, it clearly is an improvement over Digital Camera RAW 2, especially in noise suppression.
    I agree the built-in noise suppression is much better than A2, but IMHO it pales in comparison with the Noise Ninja plugin from Picturecode. The key is that you calibrate a profile for Noise Ninja by shooting a color chart full screen on your computer at varying iso settings with each of your cameras. You then feed the images back in to Aperture, and tell Noise Ninja to create a noise profile for each setting. The results are amazingly good.
    Now with a lot of new cameras, noise processing is getting less important because the high iso performance is so good....but this is what makes Noise Ninja special...even when the noise adjustment is subtle, because it is working from a profile created with your camera, at the iso the shot was made at, its effects are seamless. They just announced a 64 bit plugin for Aperture 3, so no bouncing into 32 like other plugins at the moment...
    Sincerely,
    K.J. Doyle

  • Is there anyway of overriding the d700 white balance fine tuning when importing to lightroom?

    I have imported a large number of my raw photos from my d700 into lightroom.  The white balance fine tuning setting was b4 creating a blue bias which I would like to remove.  When I copy directly from the camera to my iPad there is no bias and the photos look good however once I import into either lightroom or photoshop I must adjust each photo to remove the bias.  There must be a better way.

    My suggestion would be for you to adjust the white balance to your satisfaction along with any other adjustments that you think are consistently out of line with what you want. Then, create new defaults for that camera.

  • How to guide for Fine tuning the performance of SAP EP

    All,
    Could anyone please let me know where to locate the how to guide for fine tuning the performance of the SAP Enterprise Portal?
    thanks,
    ~L

    hi leena,
    Look into these threads...
    https://www.sdn.sap.com/irj/sdn/thread?threadID=119605
    https://www.sdn.sap.com/irj/sdn/thread?threadID=101325
    Also see,
    <a href="https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000073623&_OBJECT=011000358700001480992005E">this link</a>
    https://media.sdn.sap.com/public/eclasses/bwp04/PortalTuning_files/Default.htm
    Regs,
    jaga
    Message was edited by: jagadeep sampath

  • I have a canon 7d and my aperture version 3.4.5 is not recognizing the raw format? The Can not review any raw photo in the adjustments/raw fine tuning controls.

    I have a canon 7d and my aperture version 3.4.5 is not recognizing the raw format? The Can not review any raw photo in the adjustments/raw fine tuning controls.

    When i click on the adjustments everything is grayed out and the messages states " Image Not Found'.
    Are you seeing broken arrows or yellow warning triangles, when you enable badge overlays?
    That looks, like your original image files were missing.  Are your images referenced or managed?
    Create a smart album with the rules "Files status is missing" or "Files status is offline". This will show you any images, where the original raw files cannot be found.

Maybe you are looking for