BW ESTIMATION

Hi Gurus!
I have to make an estimation for creating 2 standard cubes and this is my first estimation.
I think the steps I have to report are:
1) Activate data sources in RSA5 (R/3)
2) Verify them in RSA6 (R/3)
3) Go go Business Content in BW, drag the data sources to the right side selecting "only necessary objects" (to take also the complete data flow objects)
4) RSA1 and replicate the data source
5) Testing of data upload
6) Create queries (they will be very simple).
Can anybody tell me if there's any step that I have skipped?
A part of this, I would like to know a way to calculate an approximate stimation. I have one standard cube with 2 extractors, and one multicube with 2 cubes and 3 extractors.
Many many thanks in advance!!!

Hi Jorditorras
Your steps are perfect but only if the requierement is "Activate the xxx standard infocube and create those two queries".
But I'm sure that the user requierement could be something like:
1) We need a sales report in which we can see the informacion summarized by  xxx, and bla bla ...
So the first task that you need to perform is understand the requierement, check if you have an standar data model that support those requierement and finally check if you have standard queries or not.
So if you need to develop some personalized data model the task that you mentioned will change.
Another topics in scope are:
1) Autorizations
2) Testing
3) Data loads
Regards

Similar Messages

  • Cardinality estimator 2014 is off with OR in where clause

    Here is my test setup on SQL Server 2014.
    -- Create big table
    CREATE TABLE [dbo].[Store](
    Id int IDENTITY(1,1) NOT NULL,
    City int NOT NULL,
    Size int NOT NULL,
    Name varchar(max) NULL,
    CONSTRAINT [PK_Store] PRIMARY KEY CLUSTERED ([Id] ASC)
    GO
    CREATE NONCLUSTERED INDEX [IX_Store] ON [dbo].[Store] (City ASC, Size ASC)
    GO
    -- Fill with 100k rows
    INSERT Store
    SELECT i % 101, i % 11, 'Store ' + CAST(i AS VARCHAR)
    FROM
    (SELECT TOP 100000 ROW_NUMBER() OVER (ORDER BY s1.[object_id]) AS i
    FROM sys.all_objects s1, sys.all_objects s2) numbers
    GO
    -- Create small table
    CREATE TABLE #StoreRequest (City int NOT NULL, Size int NOT NULL)
    GO
    INSERT #StoreRequest values (55, 1)
    INSERT #StoreRequest values (66, 2)
    Now I execute the following query (I force the index to show statistics estimates)
    SELECT s.City
    FROM #StoreRequest AS r
    INNER JOIN Store AS s WITH(INDEX(IX_Store), FORCESEEK)
    ON s.City = r.City AND s.Size = r.Size
    WHERE s.Size <> 1 OR r.City <> 55
    Here are the estimates that I get (I'm not allowed to upload pictures):
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 50000
    Fixing WHERE clause to use one table not two makes the estimate perfect:
    SELECT s.City
    FROM #StoreRequest AS r
    INNER JOIN Store AS s WITH(INDEX(IX_Store), FORCESEEK)
    ON s.City = r.City AND s.Size = r.Size
    WHERE s.Size <> 1 OR s.City <> 55
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 89.74
    Switching to 2012 compatibility mode gives estimate of 1 in both cases:
    Index Seek IX_Store
    Actual Number of Rows: 90
    Estimated Number of Rows: 1
    Could anyone explain the first result? I'm a bit worried about it. The fix in this case is trivial, but this problem gave us quite some headache in more complex real life queries with multiple joins.
    Thank you!

    But not full statistics on a field basis, just sometimes some default stats like total row count that some plans will build.  Even your StoreRequest table only has one two-field index that will have a full histogram.
    But I've seen SQL Server make massively bad plans on two-field indexes.
    I've seen SQL Server go wrong one-column indexes, so that is not a very relevant point.
    Temp tables or not, the estimate here is clearly incorrect. SQL Server knows the density of Size and City. It knows the cardinality of the temp table. The density information gives how many rows the the join will produce. The WHERE clause will then remove
    a certain number of rows. With no statistics for the temp table, it does not now how many, but it will apply some standard guess.
    50000 is a completely bogus number, because the join cannot produce that many rows, and SQL Server is able to compute the join with out the WHERE clause decently. (Well, it estimates 90, when the number is 180.) No, this is obviously a case of the cardinality
    estimator giving up completely.
    It is worth noting that both these WHERE clauses gives reasonable estimates:
     WHERE r.Size <> 11 OR r.City <> 550
     WHERE s.Size <> 11 OR s.City <> 550
    Whereas these two gives the spooky 50000:
     WHERE s.Size <> 11 OR r.City <> 550
     WHERE r.Size <> 11 OR s.City <> 550
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I created an iCloud account and also had to get more space after I have done the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help

    I created an iCloud account and also had to get more space so after I have made the purchase, I am unable to backup my phone! I have a stable wifi connection at home and all I see for hours and hours is "Backing Up .. Estimating time remaining"!!!!! Plz help I'm unable to make the backup as I need to transfer all my data on my new iPhone 5S

    This may be caused by a corrupt existing backup that needs to be deleted, or by data on your device that is causing the backup to fail.  To troubleshoot these, try deleting your last iCloud backup (if you have one) by turning off iCloud Backup in Settings>iCloud>Storage & Backup, then tap Manage Storage, tap your device under Backups, then tap Delete Backup.  Then go back and turn iCloud Backup back on and try backing up again.
    If it still won't back up, you may have an app or something in your camera roll that is causing the backup to fail.  To locate which one, go to Settings>iCloud>Storage & Backup>Manage Storage, tap the name of your device under Backups, under Backup Options tap Show All Apps, then turn them all to Off (including camera roll) and try backing up again.  If the backup is successful, then the camera roll and/or one of your apps is causing the backup to fail and you'll have to located by process of elimination. Turn the camera roll On and try backing up again.  If it succeeds, turn some of your apps to On and try backing up again.  If it succeeds again, turn some more apps to On then try again; repeat this process until it fails.  Eventually you'll be able to locate the problem app and exclude it from your backup.
    In the meantime you can back up your phone to your computer by connect it, opening iTunes and going to File>Devices>Back Up.  Also be sure to transfer your purchases (File>Devices>Transfer Purchases).  Then set up your new phone and when given the option, choose Restore from iTunes Backup and follow the prompts to restore this backup to your new phone.  This will be much faster than using iCloud anyway.

  • Standard  report(for open PO order items) with estimated Delivery dates

    hi friends
    i would like to know if there is any standard  report(for open PO order items) with estimated Delivery dates on it.
    thanks
    alahari

    ME2M (by material)
    ME2L (by vendor)
    ME2N (by number)
    Use selection parameter WE101 for open GR
    and scope of list EINT (scheduling lines)

  • Estimated costs from PM order in PS report

    Hi,
    In PS we have configured a reports stating. budget (wbs), planned cost (PM order), actual (Pm order). Due to the fact that the PM order is linked to the WBS code, we can see all values. Some are on WBS level, some on PM order level.
    A user is requesting to have another collum stating the estimated costs that can be entered in a PM order (header level). In CJE5 you can configure the report, but can anyone of you tell me how i can configure a collum showing estimated costs on the PM order.
    Thanks in advance for your help.
    Kind regards,
    Peter

    Hi,
    If you do an F1 on the estimated costs field in the order it says that this cannot be evaluated in reports and also the availability control is also not possible. So not sure whetehr you can bring this in CJE5. On the other hand the value in this fields is stored in AUFK table. So if you are using any custom reports, then you can think of pulling in this data there.
    Regards
    Sreekanth

  • Installed Yosemite, now my MacBook Pro is running slow and the FileVault keeps saying estimating time remaining.

    I installed Yosemite and since then the system has been running slow.  I chose to use FileVault and it says it's encrypting but keeps saying estimating time remaining.  I've tried repair permission and restarting my computer.  Saw some other threads with similar problem and ran diskutil cs list which showed 80% the first time and now says failed.  I also did an Entre Check and here are the results. 
    Problem description:
    Mac running slow after installing Yosemite
    EtreCheck version: 2.0.6 (91)
    Report generated October 26, 2014 at 12:18:37 AM PDT
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Early 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2 GHz Intel Core i7 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 384 MB
      AMD Radeon HD 6490M - VRAM: 256 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2 days 2:31:27
    Disk Information: ℹ️
      ST9500325ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (360.91 GB free)
      Encrypted AES-XTS UnlockedFailed
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-898 disk2 : (510.3 MB)
      S.M.A.R.T. Status: Verified
      disk2s1 (disk2s1) <not mounted> : 11 MB
      disk2s2 (disk2s2) <not mounted> : 15 MB
      disk2s3 (disk2s3) <not mounted> : 11 MB
      disk2s4 (disk2s4) <not mounted> : 12 MB
      disk2s5 (disk2s5) <not mounted> : 8 MB
      disk2s6 (disk2s6) <not mounted> : 11 MB
      disk2s7 (disk2s7) <not mounted> : 13 MB
      disk2s8 (disk2s8) <not mounted> : 14 MB
      disk2s9 (disk2s9) <not mounted> : 14 MB
      disk2s10 (disk2s10) <not mounted> : 15 MB
      disk2s11 (disk2s11) <not mounted> : 8 MB
      disk2s12 (disk2s12) <not mounted> : 9 MB
      disk2s13 (disk2s13) <not mounted> : 27 MB
      disk2s14 (disk2s14) <not mounted> : 16 MB
      disk2s15 (disk2s15) <not mounted> : 23 MB
      disk2s16 (disk2s16) <not mounted> : 12 MB
      disk2s17 (disk2s17) <not mounted> : 11 MB
      disk2s18 (disk2s18) <not mounted> : 24 MB
      disk2s19 (disk2s19) <not mounted> : 14 MB
      disk2s20 (disk2s20) <not mounted> : 18 MB
      disk2s21 (disk2s21) <not mounted> : 10 MB
      disk2s22 (disk2s22) <not mounted> : 36 MB
      disk2s23 (disk2s23) <not mounted> : 17 MB
      disk2s24 (disk2s24) <not mounted> : 20 MB
      disk2s25 (disk2s25) <not mounted> : 18 MB
      disk2s26 (disk2s26) <not mounted> : 42 MB
      disk2s27 (disk2s27) <not mounted> : 33 MB
      disk2s28 (disk2s28) <not mounted> : 29 MB
      disk2s29 (disk2s29) <not mounted> : 12 MB
      disk2s30 (disk2s30) <not mounted> : 6 MB
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/MacKeeper/AntiVirus.app
      [not loaded] net.kromtech.kext.AVKauth (2.3.7 - SDK 10.9) Support
      [not loaded] net.kromtech.kext.Firewall (2.3.7 - SDK 10.9) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
    Problem System Launch Agents: ℹ️
      [failed] com.apple.AirPlayUIAgent.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cloudd.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.recentsd.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.secd.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.AssetCacheLocatorService.plist
      [failed] com.apple.awdd.plist
      [failed] com.apple.corestorage.corestoragehelperd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.GSSCred.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.nsurlsessiond.plist
      [failed] com.apple.periodic-daily.plist
      [failed] com.apple.softwareupdate_download_service.plist
      [failed] com.apple.systemstats.analysis.plist
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
    Launch Agents: ℹ️
      [invalid?] com.sophos.uiserver.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.sophos.intercheck.plist Support
      [invalid?] com.sophos.notification.plist Support
      [running] com.zeobit.MacKeeper.AntiVirus.plist Support
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.plexapp.helper.plist Support
      [running] com.zeobit.MacKeeper.Helper.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWNHidden (missing value)
      Microsoft AU Daemon Application (/Applications/Microsoft AutoUpdate.app/Contents/MacOS/Microsoft AU Daemon.app)
      Canon IJ Network Scanner Selector2 ApplicationHidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
      Canon IJ Network Scan Utility Application (/Library/Printers/Canon/BJPrinter/Utilities/Canon IJ Network Scan Utility.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins: ℹ️
      Move_Media_Player: Version: npmnqmp 071505000006 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Destinations:
      GoFlex Home Backup [Network]
      Total size: 3 TB
      Total number of backups: 70
      Oldest backup: 2013-07-21 16:39:58 +0000
      Last backup: 2014-10-17 01:49:13 +0000
      Size of backup disk: Excellent
      Backup size 3 TB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          5% WindowServer
          1% diskimages-helper
          0% backupd
          0% AppleSpell
          0% fontd
    Top Processes by Memory: ℹ️
      172 MB com.apple.WebKit.WebContent
      116 MB backupd
      77 MB Dock
      52 MB Finder
      47 MB com.apple.WebKit.Networking
    Virtual Memory Information: ℹ️
      48 MB Free RAM
      1.08 GB Active RAM
      1.04 GB Inactive RAM
      1.19 GB Wired RAM
      33.41 GB Page-ins
      1.26 GB Page-outs

    Please answer as many of the following questions as you can. You may already have answered some of them; in that case, there's no need to repeat the answers.
    Restart the router and the broadband device, if they're separate. Any change?
    Run Software Update and install all available updates for OS X or the computer's firmware. Any change?
    Are you connected to Ethernet as well as Wi-Fi? If so, disconnect the Ethernet cable or adapter and test.
    If possible, connect to the router with an Ethernet cable and turn off Wi-Fi. Any difference?
    If you can connect to more than one network, are they all the same?
    Are all network applications affected, or only some? If only some, which ones?
    Is networking always the same, or is the problem intermittent?
    Disconnect all other devices from the network. Any change?
    If you're running a MacBook with the lid closed, open the lid. Any difference?
    Start up in safe mode and test. Any difference?
    Start up in Recovery mode. From the OS X Utilities screen, select Get Help Online. A clean copy of Safari will launch. No plugins, such as Flash, will be available. Any difference?
    If possible, turn off Bluetooth and disconnect any USB 3 devices. Any difference?

  • HT204247 Why is my iPhone Backup WAY larger than estimated? Pics incl.

    Thank you for reading!
    I have an iPhone 5S 16 GB running ios 8.1.3. My iPhone is being backed up to iCloud. Currently the backup is estimated at nearly 600 MB. I am utilizing iCloud photostream. I do not have photos saved locally. The largest app under the estimate (when clicking "manage more storage" is only 12 mB.
    Why is the backup SO large?!

    You are welcome for reading. 600 MB backup is not large, by all means. I have no imessages, about 60 photos and my backup is over 1 Gig. You just don't realize what happens with files. If you were to create smallest file possible by using notepad on your computer and typing one letter, it would still have more then 20 kbytes. We are talking apps that require bigger files for even smallest stuff. So you can pursue that avenue - why or why or just be happy that yet you don't have to pay for storage over 5 gigs. Your poison.

  • I dropped my iPhone 4s and the back cracked and it now will not turn on. I was wondering if anyone could give me an estimated price to fix it. Thanks. And I do have insurance on it with best buy. I'm with Verizon so I don't know what way would be cheaper

    I dropped my iPhone 4s and the back cracked and it now will not turn on. I was wondering if anyone could give me an estimated price to fix it. And I do have insurance on it with best buy. I'm on Verizon's phone plan so I don't know if it would be cheaper to have it fixed with Best Buy or Verizon. I cracked my iPod a little bit ago and got a refurbished one for free with the insurance on it but I don't now if it would be different because it is a phone. I don't know really anything about this stuff so any information that could possibly help me is greatly appreciated. Thanks.

    That's only for the iPhone 5. On the 4 and 4S, they can repair the back glass in store for $30. They will not replace the display on a 4 or 4S. They must replace the entire phone. Replacing the display on them requires disassembling the entire phone, which they will not do in store.

  • How can i see my printer's estimated ink level

    How can I see the estimated ink level on my printer and how to acssess cleaning properties of printer?

    Hi,
    Please use the following methods:
       http://h20564.www2.hp.com/hpsc/doc/public/display?​docId=emr_na-c02466762
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Error while doing Std.cost estimation.

    Hallo gurus,
    I am facing one problem while doing Std.Cost estimation.
    Let me explain in detailed..
    I am doing costing estimation for a Product. This product contains both Bought out Material and Customer Supplied Products.But both are coming as Material class as Raw material.
    But Overheads to be calculated differently for those means for Bought out product - 1.5% and for Customer supplied Products-5%.
    So i have created one Overhead Key and the same is attached to Overhead
    Group and this overhead group is attached to a respective material.
    In Costing sheet for overhead i have selected Dependency D010 and maintained the same along with Overhead key..
    But while executing CK11N, system is not calculating the same.
    Pls through some light on this....
    Advance Thanks..
    Regds,
    Janardhan.

    Did you attached the costing sheet in costing variant?

  • Error: no product cost estimation possible, at the releasing for accounting

    Hi Guru,
    while releasing for account in billing document for the finished product.Shows Error as:"no product cost estimation not allowed". Thou I cheked configuration checking of costing key in COPA and costing variant of relevant one looks fine. Plz guide me further more configuration and basic settings needed in to solve this task.
    Thanking u in advance
    Murali.

    Pawan,
    Thanks for your quick reply.
    I have done those change also, still it is coming same as " No Product cost estimate was found". check  you costing key 100 in COPA configuration. i have checked costing key configuration , in that costing varinat PPC1, Costing Version 1, Period/Indicator as "Current Standard cost estimate Acc. to entry in Material Master" .
    How to fix this, guide me
    Sateesh

  • Displying wrong data after entering estimated cost while creating travel request.

    Hi Team,
    We are facing an issue while creating travel request from portal.
    When we are entering estimated cost and after clicking on save and send button we are getting data is saved as correct.But after clicking on display form button the data is showing as different.
    But after clicking on display form it is showing as 298900(adding two zeros at end for every cost).
    Please help on this.
    Thanks & Regards,
    Kumar.

    Hi Shankar,
    Thanks For the reply. Can you please let me know what settings need to be there in SU3. This issue is effecting for all the users belongs to that country. Can you please suggest me!!
    Thanks in advance.
    BR,
    Kumar.

  • I tries to backed up and storage on iCloud but its just shows down below "Estimating time remaining" but theres no time remaining !!! And i connect to the Wifi already and i buy a storage capacity !!! But its not backing so what should i do in that case !

    I tries to backed up and storage on iCloud but its just shows down below "Estimating time remaining" but theres no time remaining !!! And i connect to the Wifi already and i buy a storage capacity !!! But its not backing so what should i do in that case !!!?    

    Welcome to the Apple Community.
    First check that your device is correctly connected to the wifi/internet (settings > wifi)
    If your back up continually fails, you might try turning off back up on your mobile device (settings > iCloud > storage & backup) and then deleting the backup file from iCloud by swiping the backup file on the mobile device (settings > iCloud > storage & backup > manage…) and then turning back up on again.
    If this doesn't help, try turning off some items for back up in a pattern to try to establish if your problem is being caused by specific data on your device.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.

  • Next upcoming expert day Looking forward to the next Expert Day any estimated date of the event

    next upcoming expert day Looking forward to the next Expert Day any estimated date of the event
    it‘s great to be able to post in the forum and obtain help
    my gratitude and appreciation is certainly provided; may I inquire
    as to any estimate Is there another
    Upcoming Expert Day Event
    Since the designated Expert Day is stated as the event has now concluded for
    Expert Day in English (Consumer) - April 18-19, 2012
    Hopefully before September
    Thanks  
    Respectfully

    However if it is Sep I’ll gladly wait and that is still excellent the designated Expert Day’s are great
    my gratitude and appreciation is certainly provided..

  • Estimated recalc flag not set when option value changed

    Hi,
    Here is the problem.
    when i change the option value using front end and ran the procedure in dev, one for exprecalc and the other for estm recalc,then estimated flag & expense flag changed to 25964.which is correct.
    when i repeated the same process in UAT,only expense is changing 25964
    but not estimated,it remains 26040.
    only one record is there.
    for '03/14/2003', i changed the option value
    select estm_reclcn_c,exps_reclcn_c from grn
    where grn_d=to_date('03/14/2003','mm/dd/yyyy')
    and org_grp_i=44;
    what might be the reason.Any clue
    Thanks in advance.

    Hello 511111,
    You haven't given us much to go on but it sounds like there are differences in either the software (PL/SQL, SQL etc) or the data between your dev and uat environments that is causing the differing behaviour.
    Cheers,
    Colin

  • Estimated Start time in notification based on Time defined in Work center

    Hi,
    Following Satish post- I am trying to find solution to the same  problem so i will appreciate any advise.
    When the notification is created ,the estimated start time should be based on priority .This in iteslf is pretty straight & simple. However if the reported time is after work hours or towards the end of work hours or weekends , the estimated start time should be reflected accordingly based on factory calender & work center time schedule.
    In other words the estimated start time should fall within the window of work hours available.
    Example:
    Presume the the working hours for the Organization are 8:00AM to 5:00 PM & a call comes for service at 4:00 PM. Also say , for high priority the defined response time is 5 hours. In such a instance the estimated start date should be set to next day at 11:00 AM.
    Appreciate your help for the configuration that need to be done
    Shirly

    Hi,
          I think ur talking about notification malfunction start time .. currently it just takes the system date and time by default .. and if you need work center timings i believe first u need the eqpt /F.loc to get the work center data in notificaiton ...
    I think u can get these dates can be modified while saving by using user exit  : QQMA0014 QM/PM/SM: Checks before saving a notification or BADI   IF_EX_NOTIF_EVENT_SAVE , but at the same time the eqpt or F.loc have work center details in master record ...or work center needs to be entered manually in notification ..., pls check up ..
    regrds
    pushpa

Maybe you are looking for

  • Just Got MiFi2200 and can't connect

    I just got the ipad and mifi2200. the ipad sees it but will not connect?

  • Attachments fail in Gmail

    I can no longer attach anything to my Gmail messages. No problems in IE, but Firefox is my browser of choice!

  • I Cant play burn DVD due to no support of superdrive??

    I tried to turn on the iDVD application and had the following comment pop-up "Your Macintosh doe snot have a supported Superdrive. Please note that while you will be able to work with iDVD projects, you will not be able to burn a DVD disc" This is cr

  • How to make "show all menu items" permanent?

    Does anyone know a preference setting in CS4 to make "show all menu items" enabled all the time?  I use certain menu items regularly which require the extra step of chosing "show all menu items" before they will appear in the menu.  I would love to c

  • IPhoto update problem accessing files

    I installed the iLife 06 on my computer today, and when I launch iPhoto, it prompts me to upgrade. When I do so, it runs its course loading photos, but at the end, I get the following dialogue: "There is a problem accessing one or more files in your