Increase in PUP price in current month comparitively with perious month

Hi experts,
This is a side issue with regards to freight PPV.
i compared May actual cost vs Apr actual cost of a particular product  and noticed actual Freight cost per unit has suddenly spiked up a lot.
There could be 2 possible reasons from this increase of actual freight cost:
1          This was the result of GRIR clearing process of MR11 that was performed without allocating the freight cost to other materials in that PO back then
2          Air freight was used, which resulted to increase in freight cost from actual freight invoice received
how to prevent this?
If i go to cost components of CKM3 it is showing friegh how i can know form where it got posted?
Regards,
Lucky

Hi All
Why dont you try to go to ckm3 and in folder Receipts  try to change the view for CV - cost components.
You will be able to see what line and document has posted to the freight component.
Regards

Similar Messages

  • Query item not sold per customer for this month compare with last month

    Dear all,
    i want to make query that show information about item sold per customer last month which is not sell again this month.
    for example last month customer A buy item 1,2 and 3. This month, customer A only buy item 2. So, the query will show information item 1 and 3 which is not sell again to customer A.
    Thanks a lot

    Here's one that will show you items bought in the last 60 days but not the last 30 days.  It's not perfect but will get you on your way, some bits will also not be relevant, like the qrygroup64 part.
    select     t0.cardcode,
              t0.cardname,
              t2.slpname,
              t1.itemcode,
              t1.itemname,
              t1.onhand,
              s0.[2mthqty],
              s0.[2mthdollar],
              s1.[1mthqty],
              s1.[1mthdollar],
              s2.lastsale
    from
    (select     t0.cardcode,
              t1.itemcode,
              sum(t1.quantity) as [2mthqty],
              sum(t1.linetotal) as [2mthdollar]
    from
    oinv t0
    inner join
    inv1 t1
    on t0.docentry = t1.docentry
    where t0.docdate >= getdate()-60
    and t1.quantity > 0
    group by     t0.cardcode,
                   t1.itemcode) s0
    full outer join
    (select     t0.cardcode,
              t1.itemcode,
              sum(t1.quantity) as [1mthqty],
              sum(t1.linetotal) as [1mthdollar]
    from
    oinv t0
    inner join
    inv1 t1
    on t0.docentry = t1.docentry
    where t0.docdate >= getdate()-30
    group by     t0.cardcode,
                   t1.itemcode) s1
    on s0.cardcode = s1.cardcode and s0.itemcode = s1.itemcode
    inner join
    (select     t0.cardcode,
              t1.itemcode,
              max(t0.docdate) as lastsale
    from
    oinv t0
    inner join
    inv1 t1
    on t0.docentry = t1.docentry
    where t0.docdate >= getdate()-60
    group by     t0.cardcode,
                   t1.itemcode) s2
    on s0.cardcode = s2.cardcode and s0.itemcode = s2.itemcode
    inner join
    ocrd t0
    on s0.cardcode = t0.cardcode
    inner join
    oitm t1
    on s0.itemcode = t1.itemcode
    inner join
    oslp t2
    on t0.slpcode = t2.slpcode
    where           (s1.[1mthqty] = 0 or s1.[1mthqty] is null)
    and t0.qrygroup64 = 'N'

  • Compare - Current Data with Perious Data.

    Experts,
    We have created default report like below
    Date - Company - Product - SCode - Amt Spent - Net Amt - Calls
    12/12/2010 C1 P1 Code1 1000 1500 15
    13/12/2010 C2 P4 Code2 1500 1200 10
    12/12/2009 C1 P3 Code3 2000 1700 25
    11/12/2010 C3 P1 Code4 3000 1600 10
    11/11/2009 C2 P2 Code5 5000 3000 30
    Grand Total 12000 9000 90
    Here we are using Column selector for Date column to change the report from Date to Week (or) Month (or) Quarter (or) Year.
    My Questions
    1. I want to compare Default Date report with Perious Date, Last month Date and Last Year Date.
    2. If I select Month from Column Selector then I want to compare Month report with Last Month, Last year Month or Perious of Last year month.
    3. If I select Year from Column Selector then I want to compare Year report with Last year, or Perious of Last year and so on.
    Please help me, how can we achive the above task.
    Thanks in Advance.
    Balaa...

    Hello,
    First you have to define the new measures for last month, last year and so on. You can refer to this link:
    http://www.rittmanmead.com/2007/04/obi-ee-time-dimensions-and-time-series-calculations/
    After that, what you can do is instead of using a "Column Selector" you should use "View Selector". You can create different views, one for month, other for Year and include them into a "View Selector".
    After that you can add it in "Compound Layout".
    Regards,
    JorgeRS.

  • PuP price not changed in Material master

    Hello All experts
    I have one question about the material ledger related transaciton, I have a Material with 2+V (price deter. and price control) setting in Material master data in Accounting 1 TAB. And material ledger is active for this material, the Periodic Unit price is 1 USD in current period and stock is 0.
    One PO posted for this Material for purchase with actual price 100 USD, and 101 movement type with special stock indicator E was used in Goods receipt posting. I think these stock will be treated as valuated sales order stock. But GR posting didn't trigger any PuP price change in Material master. Is that situation normal? Pls kindly help.

    With price control V in activity-based material price determination (indicator2 in the material master), the moving average price is calculated. With price control S, the material is valuated with the standard price and the moving average price is calculated for information purposes.
    In single-/multi-level material price determination(indicator 3 in the material master), the valuation price (standard price) remains unchanged and a periodic unit price is calculated for the closed period.
    This option is only for materials with price control indicator S,and is only recommended if in addition to multiple currencies and/or valuations, you use single-/multi-level material price determination.
    In single-/multi-level material price determination, a periodic unit price is updated for information, but it can only be used for material valuation in the closed period.

  • How to calculate the number of days until your next birthday. Only using current month, day and birth month and day.

    I'm trying to calculate the number of days until your next birthday. Only using current month, day and birth month and day. I can get close but i'm way off. When i enter in the next day, the amount of days is supposed to be 364. This is where I am having problems. I know my code is way off. I just need some guidance please!
    Attachments:
    D5.7_1.vi ‏8 KB

    I just had a little fun with the Time Record...
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    D5.7_1_BD.png ‏19 KB

  • How do I change my storage plan? I'm currently being charged 79p a month for a storage plan I don't use and would like to cancel it!

    How do I change my storage plan? I'm currently being charged 79p a month for a storage plan I don't use and would like to cancel this and obtain a refund!
    Please help!

    Following has information about how to cancel (downgrade to the free 5GB plan): iCloud storage upgrades and downgrades - Apple Support

  • Changin the code of this form to include current month + the next 8 months

    Hi All,
    please i need to change the code of this BW ABAP routine to filter the data between the current month + the next 8 months
    example:
    if i execute my BW DTP (data transfer process) with this 0calmonth date 201007 i want to extract data between 201007 and 201103
    actually the code is:
    form compute_
    tables l_t_range structure rssdlrange
    changing p_subrc like sy-subrc.
    Insert source code to current selection field
    $$ begin of routine - insert your code only below this line -
    data: l_idx like sy-tabix.
    read table l_t_range with key
    fieldname = ' '.
    l_idx = sy-tabix.
    if l_idx 0.
    modify l_t_range index l_idx.
    else.
    append l_t_range.
    endif.
    p_subrc = 0.
    $$ end of routine - insert your code only before this line
    can you help me please on how should be the ABAP code.
    thanks
    Bilal

    Hi All,
    this is the right code for this routine BW:
    *&  Include           RSBC_SEL_ROUTINE_TPL
    program conversion_routine.
    Type pools used by conversion program
    type-pools: rsarc, rsarr, rssm.
    tables: rssdlrange.
    Global code used by conversion rules
    $$ begin of global - insert your declaration only below this line  -
    TABLES: ...
    DATA:   ...
    $$ end of global - insert your declaration only before this line   -
        Fieldname       = CALMONTH
        data type       = NUMC
        length          = 000006
    form compute_CALMONTH
      tables l_t_range structure rssdlrange
      changing p_subrc like sy-subrc.
          Insert source code to current selection field
    $$ begin of routine - insert your code only below this line        -
    data: l_idx like sy-tabix.
    data : v_date like sy-datum.
    data : v_new_date like sy-datum.
    v_date = sy-datum.
    read table l_t_range with key
    fieldname = 'CALMONTH'.
    l_idx = sy-tabix.
    l_t_range-iobjnm = '0CALMONTH'.
    l_t_range-FIELDNAME = 'CALMONTH'.
    l_t_range-sign = 'I'.
    L_T_RANGE-OPTION = 'BT'.
    l_t_range-low = v_date+0(6).
        CALL FUNCTION 'DATE_CREATE'
        EXPORTING
          anzahl_monate = 8
          datum_ein = v_date
        IMPORTING
          datum_aus = v_new_date.
    l_t_range-high = v_new_date+0(6).
    if l_idx <> 0.
    modify l_t_range index l_idx.
    else.
    append l_t_range.
    endif.
    p_subrc = 0.
    $$ end of routine - insert your code only before this line         -
    endform.

  • Will the price of current macbookpro 13.3" core i7 decrease once new one is announced today??

    will the price of current macbookpro 13.3" core i7 decrease once new one is announced today??

    But I'm ready...
    Clinton

  • Hi there, I have a 2009 Macbook - running on OS X V.10.6.8... but I'm looking at upgrading the Operating System to V.10.10. Will your latest version of LIghtroom (the one I can currently get a free one month trial of from your site) work with Apple's late

    Hi there, I have a 2009 Macbook - running on OS X V.10.6.8... but I'm looking at upgrading the Operating System to V.10.10. Will your latest version of LIghtroom (the one I can currently get a free one month trial of from your site) work with Apple's latest operating system - Yosemite V.10.10? Or will LR only work with V.10.7, 10.8 or 10.9?
    Thanks, Seamus

    Hey, problem solved. One of the drives was faulty. I erased the 2nd drive (which was showing up as the degraded raid slice), deleted the RAID set and restored the 2nd drive from a back-up disk image. After that, when I booted using 'option' I was presented with two boot disks but only one that worked. And when it did boot  up only the reformatted disk was showing in Diskutil so I'm guessing the second one is knackered. With it still in place the server still wouldn't boot up from a full shutdown, but the moment it was removed it booted up no probs. Wakes up from sleep as well so it seems sorted.
    So now just need to decide whether I'll bother with replacing the second drive or just use an external back-up. I have just bought a 1TB drive to back up to so will probably just go with that.
    Btw, is there anyway I can test the drive I removed to see if can be saved?
    Thanks for all your help. Your siamese twin comment was the push I need to erase the drive, I'd be holding off before that.
    Warren

  • Need a formula for 12 months data, 6 months data and 3 month

    Hi All Crystal Experts,
    In my report, data is grouped by months and I have monthly view of data. I have three prompts- Year, Startdate and Enddate. If I give 2013 as year, 1/1/2013 as start date and 05/01/2013 as end date then report shows monthly view of data for Jan-13, feb-13, Mar13, Apr-13 and May-13. Now in report, for each month, I want three additional columns, I want to show last 12month, 6 month and 3 months view. Like for Jan-13 month, in column 6 months, I want to show data for last 5 months including current month i.e. Jan-13+Dec-12+Nov-12+Oct-12+Sep-12+Aug-12 and in Column 12months view, I want to show accumulated data of last 11 months(+ current month) and in 3 months view, data for last 2 months(+ current month).
    I had tried creating Sub report for 12 months view and created Running total formula  but it is not showing any value in report. It is blank. I have created running total like this way:
    (1) "Running total formula" (which I am using and placing on group footer):
    (I) Field to summarize- @Cash_total
    (ii) Evaluate (use a formula):
    WhilePrintingRecords;
    NumberVar Cash_total_12 months;
    If Month ({@Month_PostDate}) In [(Month {?StartPostDate} - 11) to Month
    {?StartPostDate}] Then
       Cash_total_12 months :=  Cash_total_12 months + {@Cash_Total};
    (iii) Reset (use a formula):
    WhilePrintingRecords;
    NumberVar Cash_total_12 months=0;
    When I placed this formula in group footer, it is showing nothing.
    Please suggest me formula. Quick help would be much appreciated.
    Thanks,

    Hi Remi,
    Please do not post multiple threads for the same issue.
    Continue discussion on this thread:
    How to calculate last 12 months, 6 months, 3 months data in report
    -Abhilash

  • IPhoto "Last 12 months" only shows 1 month from March-April

    On August 24th I imported some film into my iPhoto. Well I finally have a chance to go edit it and it is not there. After searching for it on iPhoto and my computer and an external hard drive- all just in case- I discovered that my iPhoto will only open up photos/video from 3/20/13-4/27/13. It says that that is what I uploaded in the last 12 months...I have uploaded a lot more than that and used it to create videos and export photos from my iPhone.
    I can't find my videos anywhere and it is for a project due on Monday.
    Can anyone help?

    Wondering: what happens to photos in the Last 12 Months folder, which have not been sorted into other albums, after 12 months..? -
    Nothing happens to them. The last twelve months album is just a window, showing you a current selection of your photos.  You can access all photos in your library either from the Photos view or from the "events" view. Each photo is a member of one of the events.
    You can define your own "last xxx month" albums with a different date range by defining a smart album from the File menu.
    Format the date according to the date format in your region settings.

  • Date Functions( first day of a month that is 3 months from now....)

    I have recently written my first stored procedure.
    Its rather a bunch of SQL statements.
    I had to hard code lot of dates. most of them are first day of the current monthe or last day of current month etc.
    I thot of parametrizing all the dates, but if a business person has to include all the parameters they could go wrong and get the wrong results.
    Now, I want to use date functions to achieve these requirements:
    Can any one please throw some insght into this:....
    1) First day of current month,
    2) last day of current month.
    3) first day of previious month
    4) last day of previous month
    5) first day of a month that is 3 months from now.
    6) last day of a month that is 3 months from now.
    7).....
    Can any one please throw some light on any one of this.. I can try to work from there onwards ....
    Thanks a lot in advance,
    Ac

    Hi there,
    1) First day of current month
    select trunc(sysdate, 'MM') from dual;
    2) last day of current month.
    select trunc(add_months(sysdate, 1), 'MM') - 1 from dual;
    3) first day of previious month
    select trunc(add_months(sysdate, -1), 'MM') from dual;
    4) last day of previous month
    select trunc(sysdate, 'MM') - 1 from dual;
    5) first day of a month that is 3 months from now.
    select trunc(add_months(sysdate, 3), 'MM') from dual;
    6) last day of a month that is 3 months from now.
    select trunc(add_months(sysdate, 4), 'MM') - 1 from dual;cheers,
    Anthony

  • Hi I have the old photo shop elements 10 on my computer and want to update and was wondering what the differences between photoshop, lightroom and photoshop elements are? Also when I upgrade does it have to be with a monthly membership or can I just purch

    Hi I have the old photo shop elements 10 on my computer and want to update and was wondering what the differences between photoshop, lightroom and photoshop elements are?
    Also when I upgrade does it have to be with a monthly membership or can I just purchase the product out right like you use to be able?

    You cannot "update" from what you have to any of the applications you mention. It will have to be a straight purchase or subscription at full price.
    Photoshop is a professional level application that makes no apologies for its very long and steep learning curve.
    Lightroom is all about volume, and very light editing.
    The Photoshop Elements forum is at:
    https://forums.adobe.com/community/photoshop_elements/content
    Remember, you are not addressing Adobe here in the user forums.  You are requesting help from volunteers users just like you who give their time free of charge. No one has any obligation to answer your questions.
    I do not know where there is such a comparison table as you seek, but someone else might, or you can google.

  • How to print calendar for the year with one month a page in sharepoint 2010?

    Currently, I can print a SharePoint 2010 calendar one page at time when the month view is displayed.  Is there an easy way to print all the months at once with one month on each page?
    Thanks for any tips!

    I can't vouch for it but a useful looking CodePlex project might help with this.
    If you've permissions to install it and test, have a look at this. It does mention Calendars specifically too.
    http://spprintribbonbutton.codeplex.com/
    I'd be interested in your feedback for this one.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • I have a iMac and want to know if I can add an additional hynix memory to it? It currently has one with an open slot next two it.

    I have a iMac and want to know if I can add an additional hynix memory to it? It currently has one with an open slot next two it.

    You can install up to 6 GBs of RAM. You have two RAM slots so you could max out the machine by installing one 2 GB module and one 4 GB module. The largest supported module is 4 GBs, but you could use only one. Best memory performance would be attained by installing two 2 GB modules to provide 4 GBs of RAM. Installing two matching modules implements dual-channel memory that will provide a small increase in memory speed.
    Sorry for my memory: Good places for RAM are OWC and DataMem. You do not have to use Hynix RAM. Any RAM will be fine as long as it meets the computer's requirements which are outlined in the section of your use manual for adding memory.

Maybe you are looking for

  • How do I save an image to a canvas of JPanel

    I have an application. It takes the graphics of a JPanel and converts them into png format. I can get the image back and convert it into a bufferedimage. I know this because I use imageio and write it to png format and checked that it is saved. But I

  • Error with select fnd_web_sec.URLEncrypt('hello', 'world') from dual;

    Hi Team WE have a EBS 11.5.10.2 with DB 11.1.0,7 on HPUX 11.23. And we have a error; APP: FRM-40735: ON_ERROR trigger raised unhandled exception ORA-01001 SQL> select fnd_web_sec.URLEncrypt('hello', 'world') from dual; select fnd_web_sec.URLEncrypt('

  • FRM-40815: Form Error, using CUSTOM.pll

    Hello, I am trying to customize WIP Lot Transactions Oracle Standard Form using CUSTOM.pll. Upon navigating to one of the 3 blocks in the form(RESULTING_LOT), I am getting following error message: "FRM-40815: Variable GLOBAL.CLRREC_NOVALIDATE does no

  • Bluetooth with os x 10.8.3

    Hi, i'm French, sorry for my language after insall os x 10.8.3 i loose my bluetooth. in my mac i have: BRCM2046 id 0x8212 id 0x05ac v 0.47 but magic mouse and keyboard don't work "bluetooth not available" can you help me. in os x 10.8.2 it work perfe

  • Where is the default DnD cursor?

    Does anyone know the class name of the default DnD cursor (or how to get it from a factory)? It doesn't appear to be associated with any of the awt.Cursor contants (awt.Cursor.MOVE_CURSOR, awt.Cursor.CROSS_HAIR_CURSOR, etc.). I'd like to use it in an