DP Forecast transfer to R/3 for Specific Period

Hi Friends,
I have APO DP forecast ready to be transfered to R/3 demand management. When I transfer it to demand management even past forecast is transfered again. Is there anyway to restrict it so that only future forecast is transfered to R/3.
Thanks and Best Regards, Manoj

you need to use a release profile and schedule it as a mass processing job
to restrict the time you can create a data view that has only the periods you need and use that in scheduling the mass processing job created above

Similar Messages

  • New GL - Financial Statement for Specific Periods

    We are using the new GL. I am looking for a report similar to F.01. Instead of displaying reporting period, comparison period, absolute difference, and rel diff, we would like to display amounts for specific periods.
    For example, we would like to see totals for period 11 2009, period 10 2010, and period 11 2010 all in one report with columns like below.
    Ccode     Acct          11.2009          10.2010          11.2010
    ABCD     101000          7.221,53     6.482,51     5.418,92
    ABCD     102000          2.447,34     2.361,81     3.144,62
    Is there such a report? I have looked, but it appears that all the reports can only be displayed for a range of periods.
    Thanks for your help.
    Brenda

    Hi,
    define such a report using T-code FGI0.
    Best regards, Christian

  • Export data for specific period through Data Pump

    Hi,
    I've a specific requirement to take the dumps of some tables for specific time period. like between last 10 days like 01-JAN-11 to 10-JAN-11. How can I acommplish this. For Documentation what I read is that we can export the data for specific period of thie by either setting FLASHBACK_SCN or FLASHBACK_TIME parameter in expdp command but this is point in time export not for the specific time export.
    Please guide me how can export between the specific time. like between 1-JAN to 10-JAN
    Regards,
    Abbasi

    export between the specific time. like between 1-JAN to 10-JANYou need to clarify your requirements. Data is always "at a point in time". I can see data as at noon of 01-Jan. I can see data as at noon of 10-Jan. What would I mean by data "between" 01-Jan and 10-Jan ?
    Say the table has 5 rows on 01-Jan :
    ID    VALUES
    1      ABC
    2      DEF
    3      TRG
    4      MXY
    5     DEW2 Rows "6-GGG" and "7-FRD" were inserted on 02-Jan.
    2 Rows "2" and "3" were updated from "DEF" and "TRG" to "RTU" and "GTR" on 03-Jan.
    1 Row "5-DEW" was deleted on 09-Jan.
    2 Rows "8-TFE" and "9-DZN" were insereted on 09-Jan.
    Can you tell me what is the "data between 01-Jan and 10-Jan" ?
    (the above example actually happens to have an incrementing key column "ID". Your table might not even have such an identifier column at all !)
    Hemant K Chitale
    Edited by: Hemant K Chitale on Jan 10, 2011 5:23 PM

  • Oracle HR 11.5.7 -Select DateTracked Info of Employees for Specific Period

    Oracle HR 11.5.7 -Select DateTracked Info of Employees for Specific Period (From/To)
    Hi,
    We have Oracle Human Resources 11.5.7 and I would like to know which is the best way to use when need to query data for employees valid within a specific period (From/To) or at specific date.
    For example:
    Say Current Date= 25-OCT-05
    1.
    If I want to query the number of employees booked for a training event occurred as at 01-AUG-05 and one of the employees booked left as at 30-SEP-05, I would like to be included in the query.
    or 2.
    If I want to see the employees assignment details for a specific period to see the active(latest) assignment details as at that period.
    I would appreciate any feedback regarding the best way to do such queries as far as accuracy of data and performance is concerned.
    Thanking you in advance.
    Best regards,
    Elena

    Thank you for your reply..:)
    Actually I'm already using this..
    My problem is when I need to retrieve information for a specific period of time.
    For example say I want to retrieve all sickness absences for Year 2004 and want to retrieve the last employee details (people & assignment tables) that fall within this period (either with an effective date >= sysdate (ie. still active) or which was current upto 31-dec-2004 and might changed later on).
    To be more specific let's say an employee took sick leave in 2004 for total 10 days and has the following rows in per_people_f and per_assignments_f:
    per_people_f:
    start_date end_date person_id other personal details
    01-FEB-2001 - 15-MAR-2004 3808 xxxx
    16-MAR-2004 - 30-JUN-2004 3808 yyyy
    01-JUL-2004 - 17-FEB-2005 3808 zzzz
    18-FEB-2005 TO DATE 3808 www
    per_assignments_f:
    start_date end_date person_id assign_id other assignment details
    01-FEB-2001 - 15-JAN-2003 3808 1114 aaaa
    16-JAN-2003 - 30-AUG-2004 3808 1114 bbbb
    31-AUG-2004 - TO DATE 3808 1114 cccc
    What I need the query to return for the above example is:
    per_people_f:
    start_date end_date person_id other personal details
    01-JUL-2004 - 17-FEB-2005 3808 zzzz
    and
    per_assignments_f:
    start_date end_date person_id assign_id other assignment details
    31-AUG-2004 - TO DATE 3808 1114 cccc
    and sickness days =10
    (sum of duration where
    absence start_date >= 01-JAN-2004
    AND end_date<=31-DEC-2004)
    Thanking you in advance for any help on this issue.
    Regards,
    Elena

  • Pull all GL Lines for specific period

    I am in need of pulling all GL Lines for a specific period. However, the query I built is also pulling in Project Account Lines. What I want are lines that posted to an account. I've posted my query below but can someone shed light onto how I can pull al GL Lines that posted to an account for a specific period?
    thanks,
    select distinct
    cb.segment1
    ,cb.segment2
    ,cb.segment3
    ,cb.segment4
    ,cb.segment5
    ,cb.segment6
    ,cb.code_combination_id
    , fv.description acct_desc
    ,jh.posted_date
    ,jh.je_category category
    ,jh.name entry
    ,jh.description reference
    ,jh.external_reference
    ,jb.name batch
    ,jl.accounted_dr debit
    ,jl.accounted_cr credit
    ,usr.user_name last_updated_by_username
    ,usr.description last_updated_by_user
    ,cusr.user_name created_by_username
    ,cusr.description created_by_user
    ,jl.EFFECTIVE_DATE
    ,jl.je_header_id je_unique_id
    from gl_je_headers jh
    , gl_je_lines jl
    , gl_je_batches jb
    , gl_code_combinations cb
    , FND_ID_FLEX_SEGMENTS fs
    , FND_FLEX_VALUES_VL fv
    , fnd_user usr
    , fnd_user cusr
    where
    jh.je_header_id = jl.je_header_id
    and jh.je_batch_id = jb.je_batch_id
    and jl.code_combination_id = cb.code_combination_id
    and fs.flex_value_set_id = fv.flex_value_set_id
    and fv.flex_value = cb.segment1
    and jb.last_updated_by=usr.user_id
    and jb.CREATED_BY = cusr.user_id
    and jl.EFFECTIVE_DATE between '01-APR-10' and '5-APR-10'

    hi friend
    u have specify ur account segments so it will only retrive the account code u want
    u can also limit Source_Name for specifying the source of journals
    but for limiting post date u have to write the posted date u want by putting condition on "Posted_Date" in GL_JE_Headers
    bests

  • BICA import data only for specific period

    Hello,
    when using BI connector (BICA) and importing data, is it possible to set for which period (month) to import data?
    Because now I see that it deletes all the data and imports for all months, which I think is not performance wise.
    Thanks.
    Regards,
    Nerijus.

    Also, why connection between PAS and BW is kept, even after both schema and data import into PAS?
    If I break connection, I can see from logs that DAT171:Unable to do drillthrough operation is being spammed due to connection failure, so it seems it checks for connection frequently.
    Why is it needed when I have both schema and data imported?

  • Asset history for specific period

    Hi All,
    How to check the list of assets for a particular period.
    Could u plz. suggest any body immediately.
    Regs,
    Bhaskar

    Follow the path in Menu
    financial accounting->Fixed asset->Information system->Reports on Asset Accounting -> Balance Lists ->Asset Balances
    Here while pulling up the report select radio button List assets

  • How to make a loop run for specific period of time ?

    hello !
    i'm new to labview and could'nt found how to make a loop run for 2 sec for example, and then to exit.
    Solved!
    Go to Solution.

    Hi Hookso,
    You can do it using the different loops like While loop and For Loop. Roderic has already stated how to do it using a for loop. I have illustrated in the attached vi how to do it using a while loop and Elapsed Time function. Take a look.
    Regards,
    Nitzz
    (Give kudos to good Answers and Mark it as a Solution if your problem is Solved) 
    Attachments:
    Untitled 2.vi ‏36 KB

  • Limiting of sale price for specefic period and customer

    Dear Gurus,
    May you guide me if you want to give a customer specific price to specific customer for specific period. How can you limiting the quantity more than one order within a specified period without any trade deal. I did it with the change of the scale  B and then put the quantity.  i tried to create the sale order, it is working only for one order but not limiting the quantity on quantity bases bought by the customer within the period. Please give me solution.
    Regards,
    Kaleem.

    How can you limiting the quantity more than one
       order within a specified period
    Have you come across Quantity Contract ??  Explore this by searching the forum.  This will meet your requirement.
    G. Lakshmipathi

  • Production version for different periode

    Hello Expert,
    I have a requirement like below please suggest some solution
    One of my finished material having two alternative BOM  say 1 and 2 and I have a requirement in MD61 for 500 pcs in current month and another requirmnet in next month for 1000 pcs
    Now the when we run MRP I want system should take alternative bom 1 for current month requirement(500 pcs) and system need to take alternative bom 2 for next month requirement(1000 pcs)
    Any body have any idea about this solution with less master data maintenance for user
    Thanks in Advance
    Abu fathima

    Hi,
           You can resolve your issue by two ways , either using lot size procedure or using validity period.
        Case I:- Using Lot size
           You can use lot size procedure in production version in material master MRP 4 view. Kindly note that selection method should be
    3
    Selection only by production version
    1.  Lot size  0 -500 lot quantity select first BOM in production version
    2.  Lot size 501 - 9999 or 501 - 1000 quantity select second alternative BOM
    This will be used for every time production process.
         Case II:- Using Validity period
    If you are using this scenario for specific period then you can use this option of validity. Validity can be applied at different level like BOM validity or production version validity date in your case.
    a)If you have use validity start date of second BOM from next month then it will not explode in current month for MRP to achieve this use selection method in MRP4 view in material master as follows
    1
    Selection by explosion date
    b) You can also restrict selection of BOM for specific period using production version validity
    Start validity of second production version from second month to avoid selection in current month MRP.
    To achieve this use selection method in MRP4 view in material master as follows
    3
    Selection only by production version
    Hope you will get brief idea of selection correct BOM in MRP.
    Apart from this there are various different method depends on business scenarios you can adopt your best. For more details of other method see following
    Correct BOM selection in multiple BOMS for same FG Product for the same month
    Hope above explanation will help you to resolve your issue.
    Regards,
    Shyam

  • Restric materails from sales for certain period

    Dear Gurus,
    There are some materials that should be in  quality inspection for specific period and after that period it should automatically release for unrestriced use stock. Basically we want to restric some material from sales for certain period and after that period it should be automatically avoid that restriction.
    Please provide me a possible solution for this.
    Thanks,
    Regards,
    Chameendri

    usually a human changes a status with a material movement, e.g. thru usage decision if Quality module is used.
    there is nothing in customizing or master data where you can say the material becomes saleable after 3 day lying in the shelfs.
    the GR processing time can be extended to 3 days, so ATP can know that the material is not immediatly available after goods receipt.
    But this does not change a stock status from blocked to unrestricted  (or quality to unrestricted).
    If you want this, then you have to write a report that checks how long the batch is already in Q-status and then calls a BAPI for posting a goods movement to change the status. and this report can then be scheduled to run in background once a day.

  • Re: Sales forecast transfer to Demand Management

    Hi All,
    I am facing an issue regarding the Sales forecast transfer.
    Actually what is happening is When I Enter some Sales forecast in the combination of a Customer/Payer/SLoc/product /Qty. using T-Code :KEPM  & Then Further I transfer this Sales forecast by t-code KE1K.
    I am able to see the quantities in the MC95 for that particular combination of as chosen while KEPM.
    Now this happening in the right manner in the Quality client.
    But when the user is trying to do the same in PRD client what is happening is the Plan is getting distributed to three location with same quantities which makes the total Sales forecast three times the actual.
    Now I had recommended the user to input the specific data like customer/company code/Profit center & SLOC while KE1K.
    Still he is facing this issue.
    Please advice how to go for this.
    Regards,
    Vivek

    .

  • Forecast Transfer to R/3 in Daily/Weekly buckets

    Hi,
    We have 2 planning areas in DP - Weekly and daily planning area. For the first 3 weeks, the forecast will be transferred to R/3 in daily buckets and for the remaining 2 weeks, the forecast will be transferred in weekly buckets. I have created 2 separate transfer profiles - one for daily transfer from the daily planning book and another one for weekly transfer from weekly planning book. When I run the forecast transfer from the daily planning book for the first 3 weeks, the forecast gets successfully transferred to R/3 Demand management. But, when I run the forecast transfer from the weekly planning book for Weeks 4 & 5, the forecast gets released successfully although it overwrites the previous forecast in daily buckets. Please bear in mind that the time periods for daily and weekly transfer are different. The same thing happens if I run the weekly transfer first and then do the daily transfer. For another location, we release the forecast to SNP in the same way and it works fine. Does anyone has any clues about this situation? Thanks.

    Hello,
    The following are the planning book/data views that I am using to transfer forecast
    Planning book2: Background Daily Planning book
    Dataview2: Daily Forecast Transfer View
    Time bucket profile: 21 days
    Transfer profile: Daily Transfer profile (Released to active version A)
    Activity: Daily Transfer Activity
    Job: Daily Transfer Job (based on planing book2 and data view2)
    Planning book1: Background Weekly Planning book
    Dataview1: Weekly Forecast Transfer View (Offset field is set to 3 so that forecast could be transferred to weeks 4 & 5.
    Time bucket profile: 2Weeks
    Transfer profile: Weekly Transfer profile (Released to active version A)
    Activity: Weekly Transfer Activity
    Job:Weekly Transfer Job ( based on planing book1 and data view1)
    Yes, I am transferring both the daily and weekly forecast to the same active version, but different time horizons. So, in order to do this, do I need to transfer to 2 different active versions. If this is the case, can DRP be able to use forecast from 2 active versions?

  • Any kind of bandwith limiting or priority for specific network services ?

    I tried IPQoS to limit the bandwith for a ftp-service. This is very well documented in the IPQoS Administration Guide, but it seems to have no effect at all in my lan. The ftp-transfer still consumes all
    available bandwith and any other interactive traffic like ssh is slow as hell. I think this is due to the fact that i do not have a diffserv capable router. Is it correct that IPQoS in Solaris 9 only marks packages but don't do anything else ?
    My kstat output says:
    "kstat -m tokenmt"
    module: tokenmt instance: 10
    name: tokenmt statistics class: meterftp
    crtime 171043.6888275
    epackets 0
    green_bits 369888
    green_packets 196
    red_bits 205079496
    red_packets 18160
    snaptime 174628.7017885
    yellow_bits 0
    yellow_packets 0
    Nearly all packets are marked red and the target for red packets is markAF31 with dscp_map{0-63:26}.
    Strange to see that "kstat -m dscpmk" shows no results at all. This is possible a bug or not well
    documented in the IPQoS Administration Guide.
    Is there any (other) way to priorize interactive traffic or limit/shape the bandwith for specific services without additional Hardware in my network ?

    You may have already resolved your problem, but here is what I've been using -- I'm just recently (like two days ago) trying IPQoS.
    As you can see from my code I really restricted bandwith so I could see the reaction, and tested with a specific machine so it wouldn't mess with other stuff. Turn on ftp hash and watch it crawl. I've only tested outgoing so far, but will also test incoming.
    We are not using DiffServ on our routers, so I just drop 'red' packets. I'm using yellow just to play and get stats.
    Am looking for tools to read the flowacct data when I came across your post.
    good luck!
    fmt_version 1.0
    # TEST configuration
    # Monitor and gather ftp statistics from pilasvp101 (only)
    # this host: ssrv194bw (163.241.195.249)
    # this host: pilasrp101 (163.241.205.147)
    # remote hosts: pilasvp101 (163.241.195.240)
    action {
    module ipgpc
    name ipgpc.classify
    params {
    global_stats TRUE
    class {
    name ftp_traffic
    enable_stats TRUE
    next_action meter_ftp
    filter {
    name ftp_in
    sport ftp
    saddr 163.241.195.240
    direction LOCAL_IN
    ip_version V4
    class ftp_traffic
    filter {
    name ftp_data_in
    sport ftp-data
    saddr 163.241.195.240
    direction LOCAL_IN
    ip_version V4
    class ftp_traffic
    filter {
    name ftp_out
    dport ftp
    daddr 163.241.195.240
    direction LOCAL_OUT
    ip_version V4
    class ftp_traffic
    filter {
    name ftp_data_out
    dport ftp-data
    daddr 163.241.195.240
    direction LOCAL_OUT
    ip_version V4
    class ftp_traffic
    # 10 Mbps, or 10000000 bits per second.
    # 100 Mbps, or 100000000 bits per second.
    # 1000 Mbps, or 1000000000 bits per second.
    # USED BELOW:
    # committed_rate - 100000 bits per second = 0.10 Mbps.
    # committed_burst - 100000 bits per second = 0.10 Mbps.
    # peak_rate - 150000 bits per second = 0.15 Mbps.
    # peak_burst - 150000 bits per second = 0.15 Mbps.
    # committed_rate - allowable transmission rate
    # committed_burst - allowable burst size. Defines how many outgoing packets
    # of a particular class can pass onto the network at the
    # committed rate.
    # peak_rate - peak rate in bits per second
    # peak_burst - peak or excess burst size in bits. The peak burst parameter
    # grants to a traffic class a peak-burst size that exceeds
    # the committed rate.
    # color_aware - turns on color-aware mode for tokenmt, which expects the
    # bits to have already been modified for DSCP
    # color_map - defines an integer array that maps DSCP values to
    # green, yellow, or red.
    # red_action - action to take when traffic flow exceeds peak rate
    # yellow_action - the packet causes the flow to exceed its committed_rate
    # but not its peak rate (committed_burst). This must be used
    # if 'peak_rate' is defined.
    # green_action - action to take for conforming traffic flow
    # global_stats - enable metering stats for the class
    action {
    module tokenmt
    name meter_ftp
    params {
    global_stats TRUE
    committed_rate 100000
    committed_burst 100000
    peak_rate 150000
    peak_burst 150000
    red_action_name red_accounting
    yellow_action_name yellow_accounting
    green_action_name green_accounting
    color_aware FALSE
    # timer - scanning interval in milliseconds (default 15 seconds)
    # timout - a flow "times-out" when its packets are no longer seen
    # by the IPQoS system in milliseconds (default 60 seconds)
    # max_limit - maximum number of entries a flow table can contain
    action {
    module flowacct
    name red_accounting
    params {
    global_stats TRUE
    timer 10000
    timeout 10000
    max_limit 2048
    next_action drop
    action {
    module flowacct
    name yellow_accounting
    params {
    global_stats TRUE
    timer 10000
    timeout 10000
    max_limit 2048
    next_action continue
    action {
    module flowacct
    name green_accounting
    params {
    global_stats TRUE
    timer 10000
    timeout 10000
    max_limit 2048
    next_action continue
    }

  • FBL3N to BW report for specific GL's

    Dear BW Experts,
    I want to create report in BW for FBL3N for specific GL's, for open items.
    I am done with development.
    Report on standard DSO 0FIGL_O02 (0FI_GL_4)...
    Simply GL in rows, with filter for open status.
    Issue: Balance is not matching from ECC for one GL, because of one document,
    which is closed in ECC but in DSO its still open (data is upto date in BW).
    Thanks
    Arun Purohit

    I did re-load but without luck.....
    that docment is there in BSAS(closed docs table) table not in BSIS (open docs table)...still ds 0FI_GL_4 shows that item still open....

Maybe you are looking for

  • Anyone elses contacts not being recognized by the Phone and Message apps?

    Anyone elses contacts not being recognized by the Phone and Message apps? Updated to 5.0.1 on my 4S and this is what happened

  • How to attach a smartform in to an e-mail

    Hi All,     My scenario is i wants to send a quotation details to customer for acceptance for this i prepared a smartform which contains quotation details. I wants to send this information to Customer for this i created a Outgoing email activity can

  • HELP! Internet Issue iMac OSX Lion!?

    Today I turn my computer on (27 inch iMac 3.0ghz intel core 2 duo) and it won't connect to the internet. When I open airport utility and network diagnostics it tells me I'm successfully connected to my router (which is an airport extreme) and that th

  • Delete photos added from iphoto

    i added some photos to tag with contacts. that done i do not need them any longer yesterday i was able to dlete them. now i can not..either i am missing something or things changed suddenly. any advise...also sometimes the caps lock stays for several

  • C6-00 email account problems, need help please..

    Hi all. First of all, I don't experience any issues with the email accounts as referred to in other posts here. I do however have one problem and would appreciate if someone could explain a work-around for the issue. I'm desperately trying to set up