Keeping no of days less than 15 in field DELTIMESTof BWOM_SETTINGS table

Hello Experts,
Is it possible to keep no of days less than 15 in field DELTIMEST of BWOM_SETTINGS table so as to keep data in BWFI_AEDAT only for 2 days.
Also I tried but its not working,it still keeping data of last 15 days.
Regards,
Ankush Sharma

Hi Ankush,
DELTIMEST is the minimum retention period of time stamp tables.
As per SAP logic, the minimum retention period for entries in the time stamp table is 15 days. So if you decrease the parameter value less than 15, SAP will automatically take the minimum value as 15 and ignore the settings. That is why you are not able to delete the entries less than 15 days.
Ideally, when entries are deleted from table BWOM2_TIMEST, the corresponding entries for the changed line items are deleted simultaneously from log table BWFI_AEDAT, BWFI_AEDA2 and BWFI_AEDA3.
BWFI_AEDAT table contains list of changed documents with the change date and the document number which helps in the delta extraction. SAP has recommended DELTIMEST value to be >= 60.
Refer the below SAP note: (check BWOM_SETTINGS part in solution)
1012874 - FAQ extractors 0FI_AP_* 0FI_AR_* 0FI_GL_*(except 10)
Let me know if there are any questions.
Thanks
Amit

Similar Messages

  • Date data from Crystal Report one day less than Date from Source

    Hi,
    I am creating a Crystal Report 4.0 for Enterprise Users (Client Version only) based on a BEx query. I have a field called 'Date' that I am bringing over from the BEx query. It has a format of MM/DD/YYYY. When I view the 'Date' in Crystal Reports, it is displaying as 1 day less from the actual data. For example, in the BEx Query, 'Date' = 11/01/2011.  In Crystal Reports, it is showing up as 10/31/2011, which is one day behind.  I'm not sure what's going on.
    Please help!

    Well, this is as weird as it gets!
    Here are the observations on SP02:
    1) The Date Characteristic is a day off in the report while the 'Key' shows correct date
    2) It displays in the '30.01.2011' (DD.MM.YYYY)format
    3) When you right-click this field to change the date format, the date option is missing
    4) You create a formula to see if this is a date and it returns True. The formula you can try is :
    isdate(). It returns False for any other function like isnumeric() etc
    5) So, this is a date filed, or CR4E thinks this is a date field, however doesn't let us change the format
    6) You cannot use this field with date functions like cdate(); weird!
    7) The only way you can show it the way you want is to write this formula:
    *mid(,4,2)&"/"&left(,2)&"/"&Right(,4)*
    This is still a string field, however displays as MM/DD/YYYY.
    In Crystal Reports 2011, however, the following formula on the same date field returns a date value, meaning you can further right-click this formula field to change the date format like a normal date field:
    cdate(tonumber(Right(,4)),tonumber(mid(,4,2)),tonumber(left(,2)))*
    The same formula, however, throws a 'String is non-numeric error in CR4E and I found that it doesn't like this:
    *tonumber(Right(,4)) ; same error
    I've tried a lot of combinations to make this a date field in CR4E, however none works!
    So, the only option is to use the formula that I mentioned above.
    P.S: If you install Patch 2.10, you'll notice that the Characteristic value shows the correct date. For some reason though, it is in the same format as the 'Key' and if we wish to change the date format, the only possible workaround is to extract the numbers and join like I suggested above.
    Hope this helps!
    -Abhilash

  • Slow exporting slide show as video.  4 days less than 10%

    I am exporting a timelapse of 1900 Small Raw slide show images as video.  It can run for 4 days and not much seems to happen. I had done 1500 images in less than an hour before and they were larger files.  What can I do?

    I am exporting a timelapse of 1900 Small Raw slide show images as video.  It can run for 4 days and not much seems to happen. I had done 1500 images in less than an hour before and they were larger files.  What can I do?

  • I am trying to use boot camp but it keeps saying i have less than 10 gbs of free space when i have 20, How do i fix this?

    My computer shows i have 24 gigs(image 1)but, it wont let me do the boot camp because it says i hve less than 10(image 2).

    buy a bigger hard drive.
    you can't take away so much from Mac volume as to leave it with less than 20%/20GB and have a functional OS.
    And you can't install Windows 7 with just 24GB.
    you can't use free space that is fragmented and not contiguous.
    you would have to get a larger SSD - OWC Macsales has SSD for the Air - or off load as much as possible to free up an add'l 40GB, at a minimum.
    SSDs need free space of their own to function and allow for degradation, provisioning, garbage collection.
    You have what OX Lion needs, maybe, but none to spare for another OS.
    You might be able to run Windows in a VM like VirtualBox or Parallels and try to "get away" with it, but not natively.

  • How to get 1 day less than user entered date

    Hi
    There is a user entry for date. If the user enters 20060427 then the report should run for 20060426. I tried giving 'LT' in the CMOD code. But it gives an error. Can anyone pls help. Is there a function module for this?
    Thanks
    Suja

    Hi Suja,
    You can use Less Than and Greater than for a user entry variable as follows: When you right click > restrict the char, then in the pop up box there is a drop down for Selection. Choose Value Hange here. Then in the drop down to the right you will have values ike Between, Less Than, Greater than...you can select as required.
    Hope this helps...

  • Search Help on Table Control - Fill more than one field in the table?

    Hey everyone,
    I have built a screen with a Table Control on it... the fields of the table control are linked to an internal table...  The internal table has the line type of a structure I've defined in the data dictionary.  Within that structure in the data dictionary, I've linked some fields to search helps (For example, a MATNR and CUSTOMER search help)...  I've defined in the structure definition which fields from the search help are to be returned to which fields in the structure.
    The problem is, even though I have the search help set to export both the customer number and location when using the search help on the customer field, it still does not fill the location field within the table.  Is this a limitation of using search helps within table controls?
    I'm also finding that by defining the search help through the structure, instead of directly within the screen, the search help round button does not show up on the field, yet I can still press F4 to bring up the search help.  Is there a reason why it's not showing the search help clickable button even though it works fine using F4?
    For doing search helps in Table Controls, is it better to just build the search help, attach it directly to the field in the table, and then after the user picks the single field, use the PAI to run a select and fill the rest of the fields required?
    Thanks,
    Dallas

    Hi Dallas,
    (1)
    What  i understood is that you added a search help by defining it in the internal table type for a field customer number..in the search help you have 2 fields customer number and location...user press the search help ..then you need to fill 2 different fields or 1 field?
    if you need to fill the customer location or location (only one) then you need to set the "import" in the search help for whichever is required.....
    if you need to fill 2 or more different fields..then you can use the technique you have mentioned last , to do a select in PAI and fill the fields....but this you can use if the combination for the fields is unique...eg: u have customer number and location..if customer X can be mapped to location X and location Y..when a select statement is done there are 2 options..so in such cases it is better to leave the option to the user otherwise if there is a clear mapping like customer X can be mapped only to location X then you can use the select..
    (2)
    usually when you define it as a type in the internal table the icon doesn't show up..but you can do alternative like mentioned..go to the table,find the search help for the required field if present or create a new one if required and place the search help mentioned in the screen itself..so as to see the icon...sometimes users are adamant that they need the search help icon to be seen..so it depends on if your user
    (3)
    as in the example of customer number and location mentioned we can provide them different search helps and do the needful processing in PAI to fill the fields
    Table controls may be used for different purposes and requirements....even a checkbox,push button can be placed as a field in table control and used,but yes most of the time requirements are like what is mentioned in your case...
    Regards
    Byju

  • Why does my NEW ipod keep shutting off in less than 30 seconds of play time

    Rcv'd ipod at Christmas; was setup in spanish when I first turned on & thought that was weird; had issues trying to download version 10 of itunes but after two days it finally went through successfully; charged for two days; used for first time today and it keeps shutting off after 30-90 seconds of playtime; is this a common issue or do I need to send back?

    No, push the headphones firmly all the way in. The headphone jack on new nanos is very tight, make sure the plastic on the headset jack is flush with the body of the nano.

  • Broadband keeps slowing down to LESS than dialup s...

    Hi, Ive noticed a problem intermittently with my broadband (in addition to the disconnects Im still experiencing on the pc as detailed in another thread) where the speed of it will drop to 20-30BPS (note NOT kbps or Mbps but BYTES) which then forces me to reset the router.
    I do NOT have a homehub as even though I was never issued with one at all (had the old voyager 205 which broke) and am using a belkin router.
    This has happened twice today, both times in order to restore the speed to my internet and the various devices that run it, Ive had to pull the cable out the back of the router to reset it as during this period, I cannot even load the wholesale speed checker let alone the speedtest.net one on the pc. I manage to initiate a speedtest.net speed check on my tablet via the app but this never comes to fruition during this period because the speed is far to slow to even finish the test.
    Ive tried leaving the router alone for over an hour when this happens, and it still makes no difference, the speed steadfastly refuses to rise unless the router is reset.
    Is this likely a router issue (it is a fairly ageing 8 years old now) and am I better to just replace the thing.
    Current router stats having just been forced to reset it again due to absolutely NOTHING loading, not even google after a 10 minute wait.
    ADSL Status Information:
    Status
    Data Rate Information
    Defect/Failure Indication
    Statistics
    Status:
    Configured
    Current
    Line Status
    SHOWTIME
    Link Type
    Fast Path
    [Go Top]
    Data Rate:
    Stream Type
    Actual Data Rate
    Up Stream
    1147 (Kbps.)
    Down Stream
    18231 (Kbps.)
    [Go Top]
    Operation Data / Defect Indication:
    Operation Data
    Operation Data
    Upstream
    Downstream
    Noise Margin
    3 dB
    6 dB
    Attenuation
    0 dB
    --- dB
    Defect Indication
    Indicator Name
    Near End Indicator
    Far End Indicator
    Fast Path FEC Correction
    0
    0
    Interleaved Path FEC Correc
    0
    0
    Fast Path CRC Error
    0
    0
    Interleaved Path CRC Error
    0
    0
    Loss of Signal Defect
    0
    0
    Fast Path HEC Error
    0
    0
    Interleaved Path HEC Error
    0
    0
    [Go Top]
    Statistics:
    Received Cells
    21386
    Transmitted Cells
    23239
    What is interesting to note, is even after 5-6 days uptime on the router, it no longer reports any errors at all and since the exchange was upgraded to the 21CN lines from the old capped adsl lines, and since then, its also stopped reporting my attenuation.

    The contract with BT was renewed at the very late end of 2012 when they moved our line up to ADSLmax after a long fight to get my capped 2meg connection changed, and it was the sales team who told me then that I would have to pay for a homehub if I wanted one, and they quoted a price which was somewhere around £35 if I recall correctly.
    If I was to go to say Currys/Argos tomorrow and get a new router (probably faster than trying to negotiate a home hub with BT) would something like this one be the right one to get for example (in terms of connection to phone line rather than a cable line) http://www.currys.co.uk/gbuk/computing-accessories/networking/bt-wireless-routers/netgear-dgn2200-n3... (would also need a LOT of ethernet ports as those are my preferred connections for what I use my internet for which is Xbox360/online gaming). The only things that currently use the wireless facility in the house are the Samsung Galaxy Tab 2 and a Samsung ace Smartphone and on odd occasions, a blackberry, everything else is connected via ethernet.
    *edit* realised I had linked the Cable version of the router not the Phone line one.

  • How to get data occured on less than 12 months gap, please

    Hello Good Afternoon,
    How can i get ssns that are occured in less than 12 month period
    create table #mytemp (SSN varchar(9), planID vcarchar(8), period varchar(7))
    Insert Into #mytemp values ('123456789', '200R1','2013-04')
    Insert Into #mytemp values ('123456789', '200R5','2014-09')
    Insert Into #mytemp values ('123456789', '200R1','2012-05')
    Insert Into #mytemp values ('123456789', '200R3','2013-11')
    Insert Into #mytemp values ('123456789', '200R1','2014-01')
    Insert Into #mytemp values ('213456789', '400R1','2014-04')
    Insert Into #mytemp values ('213456789', '400R5','2014-09')
    Insert Into #mytemp values ('213456789', '400R1','2013-05')
    Insert Into #mytemp values ('213456786', '700R5','2014-05')
    Insert Into #mytemp values ('213456786', '400R1','2013-05')
    Insert Into #mytemp values ('215556786', '400P1','2013-05')
    i am trying to get the below two results
    1) How to find out the duplicate SSN's that were having period of less than 12 month difference
    2) How to find out the duplicate SSN's that were having period of less than 12 month difference with same planID
    Please Help me
    expected results for Query 1
    create table #ans1 (SSN varchar(9))
    Insert Into #ans1 values ('123456789')  --- had more than one record in 12 month span
    Insert Into #ans1 values ('213456789')  --  had more than one record in 12 month span
    expected results for Query 2
    create table #ans2 (SSN varchar(9))
    Insert Into #ans2 values ('123456789')  --- had more than one record in 12 month span for plan 200R1
    Please help me here with your valuable advise
    Thank you in Advance
    Milan

    1) How to find out the duplicate SSN's that were having period of less than 12 month difference
    2) How to find out the duplicate SSN's that were having period of less than 12 month difference with same planID
    Below is one method.  The second query also returns '213456789' because your sample data has more than one row for planID 400R1 within 12 months.
    SELECT DISTINCT
    a.SSN
    FROM #mytemp AS a
    WHERE EXISTS ( SELECT *
    FROM #mytemp AS b
    WHERE b.SSN = a.SSN
    AND CAST(b.period + '-01' AS date) > CAST(a.period
    + '-01' AS date)
    AND CAST(b.period + '-01' AS date) < DATEADD(YEAR, 1,
    CAST(a.period
    + '-01' AS date)) );
    SELECT DISTINCT
    a.SSN
    FROM #mytemp AS a
    WHERE EXISTS ( SELECT *
    FROM #mytemp AS b
    WHERE b.SSN = a.SSN
    AND b.planID = a.planID
    AND CAST(b.period + '-01' AS date) > CAST(a.period
    + '-01' AS date)
    AND CAST(b.period + '-01' AS date) < DATEADD(YEAR, 1,
    CAST(a.period
    + '-01' AS date)) );
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • I have anew iMac, less than 3 months old -  over the past few days i notice my wireless mouse keeps looksing contact with the mac. why is this?  anything i can do ?

    I have a new iMac, less than 3 months old -  over the past few days i notice my wireless mouse keeps loosing contact with the mac. why is this?  anything i can do ?

    thanks.   battery level is ok.  have just reinstalled the mouse.....  as to whether the problem continues, i'll have to see over next few days......thanks for your help

  • I have problem with my iphone 4s my battery is not keeping charge. how can I get help with this one. it is less than a year that I purchased this cell.

    I have problem with my iphone 4s my battery is not keeping charge. how can I get help with this one? it is less than a year that I purchased this cell.

    I would like to know the answer to that one.  I realized this was happening just after upgradeing my iOS to 6.  Then when I looked up my purchase date, I was about 5 days past my one year warranty.  So I'm dead in the water.  Apple will replace the battery, but it will be about $80+.  I took it to the Apple store, and they checked a bunch of stuff, but said that it seemed ok.  I'm debating getting a battery for a more reasonable price off of ebay.  But if it's the iOS thats draining the battery, then I'm not going to be able to help it.  I wish I knew a better way to tell if its the battery, the phone, or the iOS.

  • How is it I purchased a brand new phone less than 30 days ago and when defective I'm given a used phone and find a replacement sent slow mail?

    I opened an account with added lines with Verizon about Nov 14th. Not 30 days has passed and yesterday in the middle of using my fully charged HTC One M8 Windows phone the screen went dark. I can hear incoming service but of course the phone is useless.
    I was promised a replacement and told by the tier 2 support person last night that the replacement would be out overnight. I checked earlier and no status was available, and I checked now after waiting today for the phone, and now I see the phone was not sent overnight, and further that I will be sent a "like new" used replacement. I paid a substantial down payment and will be continuing to pay the new phone price, but now I am being given a used phone though still paying for new.
    I am really unhappy about how this less than 30 day customer who is not going to a discount carrier is getting treated. Someone credited me for the few days service I am out...but that still does not resolve the used phone issue. Is this something I need to take up with the BBB?

    Sucks, but it is in the contract you signed. Within 14 days, return the phone and get a new one, after 14 days, it is a used phone and gets replaced with a used phone. I had this happen to me, felt a bit cheated, but you know what, that phone lasted the entire rest of the contract without issues and continued to work when I passed it on to family.
    The only alternative would be to work directly with HTC, the manufacturer of the phone and try to get a new replacement. However, almost every company does exactly what Verizon does in this situation. Since Verizon is keeping to the terms of the agreement you both agreed to, the BBB will not see any problem and not have any reason to act.

  • Range of Coverage with less than a day

    Hi PP Gurus
    Kindly suggest if anyone of you had this issue and how it is handled? Is there any OSS related to this.
    The coverage profile field in the MRP-2 view of Material Master is based on Min, Target and Max coverages defined in days.
    This is leading business to maintain more inventory than needed which does not serve any purpose by using the dynamic safety stock.
    What business needs is the Min, Target and Max coverages are all to be defined in terms of less than a day. So that inventories are maintained at the optimal level.
    SAP has come up with safety time period profile with option of safety time less than a day. The way it works is based on time not by quantity. It simply moves the planning of the material by the amount
    of time specified.
    Other than this do we have any OSS which can fix this issue.
    To use the repetetive mfg planning table and to see the target stock, coverage profiles need to be defined for all materials. This target stock is needed for business to make a decision on how much quantity to run the production for each SKU.
    Can anyone suggest how can we proceed on this.
    I hope I am clear in presenting my issue.
    Thanks
    Sunil

    Thank you Mario,
    I have already tested with safety time period profile; but the way it works is it moves the ordering dates ahead by the amount of time we define in safety time and safety time % fields in the period profile.
    Also with this set up when we come to planning table(MF50) we cannot see the target stock. For these materials the system calculates the actual range of coverage but not target stock.
    In our business scenario; we need target stock value in deciding on the production quantity.
    Regarding MRP resolution - did you mean we can run MRP only once in a day?
    Regards
    Sunil

  • My MacBookPro is less than 3 months old and for the last few days, it has been  itslow to load anything, especially web pages.  I get the rainbow swirl when loading or reloading.  I guess I am spoiled.  Up until now it was lightening fast!

    My MacBookPro is less than 3 months old and, for the last few days, it has been loading so slowly, mainly with webpages.  I have gotten the swirling rainbow "thinking" icon more in the last days than I have since I bought it.  I know I'm spoiled and expect it to be faster than lightening (which it has been) but I am worried that I may have been compromised in some way, or, is there anything I can do as administrator to clear out some "junk"?

    Back up your documents and everything else important to you, not that there is any reason to believe your hard disk may be failing, but the symptoms you describe may presage an impending disk failure, and you should have backups anyway.
    Given that your MacBook Pro is so new, you should certainly contact AppleCare and take advantage of the free telephone support included in its purchase price.
    Until then, if you are motivated to investigate this yourself consider the following:
    Apple Support Communities contributor etresoft wrote a very useful app to quickly gather certain system information that may help point to a cause of this problem. Go to his website, download and run EtreCheck:
    http://www.etresoft.com/etrecheck
    Etrecheck will be in your Downloads folder. Open it from there. You may see the following dialog box:
    Click Open - etresoft contributes to this forum frequently and can be considered a trustworthy developer.
    It will take a moment to run as it collects its data.
    Copy and paste its output in a reply.
    Do not be concerned about anything that says "Problem" or "failed".
    EtreCheck was designed to remove any personal information (such as your computer's name and serial numbers) but if you see anything that looks like an email address or any other personal information that should not be divulged to others, please delete or obscure that information when you post the reply.
    When you are finished with EtreCheck, quit the program. It occupies very little space, and you can keep it or drag it to the Trash as you wish.

  • How to report only quantities less than zero on a calculated field

    I do not understand why my text will not work when it comes to reporting only 'Missing POs' less than zero, I assume it is because I am using 'int' on some fields?
    Any advice?
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '[%0]%' and 'Missing POs' < 0
    ORDER BY
    'Missing POs' asc, t0.father, t0.code
    Many thanks,
    Robin (I will be awarding points on all my outstanding questions shorlty - management time pressure at mo!)

    Try this:
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '%0%' and (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) < 0
    ORDER BY
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int),t0.father, t0.code

Maybe you are looking for

  • Lync 2013 for iPad & Windows Mobile Sign in Issue

    Hi, I hope someone can help with a very frustrating issue I'm having with Lync 2013 on iOS & Windows Mobile - it won't sign in with an error message saying 'We can't sign you in. Please check your account info and try again' I know my account info is

  • How do I restore my Mac from an external recovery drive?

    I cannot repair my main HD and is showing as gray in Disk utility. I have installed the OS and backed up my data on an external hard drive. How do I reformat my HD using disk utility and restore the OS and my files from the external HD?

  • Does it have video

    Is the headphone jack a full A/V jack or is it just headphones. I can not find the answer anywhere in the specs.

  • Some Itunes questions

    Itunes is not new to me, but I do have a few questions. 1. I use my moms Itunes account but now have my own. How do I move the music and apps from her account to mine on a different computer. 2. Is there a way to sync content from another account if

  • Key repeat issues when renaming files

    I am having trouble with the cursor arrow key repeating when renaming files. When I press and hold the left or right arrows while renaming in Cover Flow view, it starts scrolling through the files instead of moving the cursor through the filename. Th