Material Aging

Hi experts,
               I need to calculate the aging report of the Items from the date it was received/ updated in to the Inventory. This will help to find how long the stock is there in the inventory without Utilization. Also to trace dead stock.
Can you plz help me how to do it in SAP B1.
thanks
L.Manickam

Hi
Pls find the query below it will be useful
SELECT T0.[ItemCode], T0.[IntrSerial], T0.[InDate] as "InDate",T0.[WhsCode] as "Warehouse", Convert(numeric,
GetDate()) - convert(numeric, T0.InDate ) AS "No of days in warehouse",
CASE WHEN Datediff(day, T0.InDate,GETDATE())+1<45 THEN '1' END '<45 Days',
CASE WHEN DateDiff(day, T0.InDate,GETDATE())+1 >= 45 AND DateDiff(day, T0.InDate,GETDATE()) < 90 THEN '1' END '45 to 90 Days' ,
CASE WHEN Datediff(day, T0.InDate,GETDATE())+1 >= 90 THEN '1' END '>90 Days'
FROM OSRI T0 WHERE T0.[Status] = '0' AND T0.[ItemCode] = '[%0]'
Thanks,
Gopal

Similar Messages

  • Report for material aging  in stock

    Hi ,
    I need to create batchwise  material aging report availible in stock. I am fatching most of fields from mseg table and I am taking ERFMG from mseg  for stock availibility.
    Is am going in right direction. please guide me for this.
    Regards,
    Seema.
    Moderator Message: Why dont you consult your Functional Consultant on this?
    Edited by: kishan P on May 19, 2011 12:31 PM

    Re: Opening & Closing Stock in transit
    STOCK IN TRANSIT
    Re: reverse the Stock in transit
    In- transit stock

  • Material Ageing Report

    Hi
    I need the Material Ageing report as the given following requirement
    1) Material With GR Date
    2) The Ageing will be for 30, 60, 90, 180, 270, 360
    3) Material with Normal & Special Stock
    4) Material with the Split Valuation
    If any one have worked on this developement then Reply

    Hi,
    Check the report in t.codes MC.9,MC.A,MC.B & MC.C
    OR
    Go for development with  an ABAP report
    Regards,
    Biju K

  • Material Ageing Report Through ABAP( MC46 Tcode Wise)

    Hi,
    I want to develop report for Material Ageing Report which is similar to the Tcode MC46 but the problem is functional consultant told me about this tcode only and there is no such information regarding the specified tables which are to be used. I had searched in SDN also but i did not got the desired  information.
    Edited by: nav009 on Mar 11, 2010 12:31 PM

    Hi,
    After comparing the tcodes MC46 and MC50,i am able to trace out that data is coming from the MBEW table but the problem is the ageing logic works on As On Date and the data to be *picked Less Than Equal to Posting Date *.
    There is no such field present on which i can made this logic succesful.. i tried to develop the report through different tables also(BSIM,MSEG and MKPF) but the quantites and the amount is coming accurate after comparing it with the above mentioned Tcodes.
    Is there any other table through which this problm can be solved....?
    Edited by: nav009 on Mar 12, 2010 5:42 AM
    Edited by: nav009 on Mar 14, 2010 12:21 PM

  • To develope  material aging report

    hi
      i want to develope a material aging report plz tel floe for this one and tables
    thanks
    venkat
    Moderator Message: Please read the rules of Engagement. SCN is not here to your job for you Thread locked.
    Edited by: Neil Gardiner on Jun 15, 2011 3:52 PM

    Try this standard TC
    MC46 - Slow moving Items
    MC50 - Non Moving Items
    Thanks,
    Sankar M

  • How to consider internal transfer movement for material aging Z report

    Hello Expert ,
    we are developing Z repot for material ageing .
          In this we are using BSIM table  but in our case internal transfer movement such as ( 411 ,412 ,413 ,etc.) create debit credit entry in BSIM for this reason value of material getting correct but age of material get disturbed .
    we are having sale order stock (E), WBS stock(Q) , Collective stock , Vendor Stock (o) & stock transfer between stock type possible.
    For all above consideration how to calculate material Age.

    Dear experts
    i have the same issue, could you pls advise the answer?
    another question; how to unify the stock locations rather than maintaining different locations such as sales order stock, free goods, commercial stock and in the same time the margin reporting to be based on transaction/line item in sales invoice?
    thanks

  • Material aging report

    Hi everyone ,
    I have to develope material aging report, where client wants the output that they want to see is as fallows ..
    1) 12 Textbox with manual input in 6 textboxes.... i,e they have an existing local ERP report in which they will enter 6 textboxes manually
    Ex.. If they enter '0' they want 1 to be populate automatically and the data should be of 1 days back , If they enter '30'  in next textbox they want 31 to be populate automatically  and they want 1-31 days data , If they enter '48'  in next text box they want 49 to be populate automatically and they want 31-49 days data and so on .
    2..The thing is that how to give a 6 textboxes for the manual entry
    3..What are the inputs fields to be consider for the material aging will the 'LQUA' table fields work ... as i came to know there is  a standerd report  for Inventory Aging .....should i go for this.
    Thanks
    Srikanth

    Hi
    There is no standard report. z-report would be the solution.
    If you use, India Localization for subcontracting - J1IFR may help.
    Best regards
    Ramki

  • Material aging reports

    Dear All,
    Needs to knw the transaction codes for material aging standard reports.
    Thanks

    Dear,
    Check ; Re: Aging Report
    Regards,
    Syed Hussain.

  • Material Age analysis

    Dear Friends,
    I want to have a report on Material Age analysis. The age intervals are,
    0.30 days
    31 - 90 days
    91 - 120 days
    >120 days
    I know that there is no SAP standard report and have to get ABAP report developed. could anybody help me to create a logic for above requirement.
    Tks
    Sujith

    Hi,
    For material ageing analysis , you can use posting date as a base for calculating the age . so today's date( or date on selection screen ) - posting date in material doc will give you days ( age ) . so depending on days u can put in corresponding bucket ( 30, 60 ,90 ....) .

  • Histrorical Material Ageing

    Hi Experts,
    Is there a way by which I can get a report from SAP on material ageing for a historical date ( say a month back) today.
    Regards
    Milind Nair

    Hi Milind,
    u can go the tcode MC46 and MC50.
    which will give you the report for wht u r looking for.
    hope it wud have answered ur question
    reward if useful
    Aasif

  • Material Ageing

    Hi SAP Expert,
    i need to prepared functional spec for  Material Ageing Report. i'd like to have some samples for func spec (if any) ? and i would like to know if i what to prepared the functional   spec for Material Ageing Report , which table a involve ?

    Hi,
    Pl consider the following:
    MC.9  - Last Movement Date,Last GR Date,Last GI Date
    Tables -
    MSEG - Material document: item
    MARD - Material master: Storage location
    MAKT - Material Master: Description
    MKPF - Material document: Header
    MVER – Material Master: Consumption <Plant>
    Inf Structure S032.
    Regards,
    Mani

  • Material Ageing in subcontracting

    Dear Friends,
    Do u have any idea on material ageing..?
    There is a requirement that material ageing of subcontracting components send for vendor show be displayed in a report  (is there any std report)
    I have seen  reports (MBLM,MC46) but I am not able to get the details  .pls share your ideas if you know it

    Hi Jeyakanthan A,
    Thnk u for your reply
    My requirement is such a way that ,need to list out the matreials /components issued to subcontracting vendor with material ageing,i have checked MLBL & MC46 but it does not contain the
    Pls share your views isf any?
    Thnk u in Advance

  • Material aging table

    Hi experts,
    Can any one tell me what is the exact table to display "Material aging"?
    points guaranteed
    cheers
    kaki

    Hi Kaki;
       If I understand what you mean by aging, I think the tables you are looking for are MARCH, MARDH and MBEWH.  They should the history in past posting periods, if there is any for that period.
    Cheers,
    John

  • What is 'Material Aging Workflow'?

    When I am going through the 'Release Content Document' of R12 Inventory, I came across a functionality called 'Material Aging Workflow'.
    I searched for this in R12 Inventory User Guide and metalink. But I am not able to find any details about this.
    Can anybody explain me about this?
    Regards
    Merlin Rajesh
    Message was edited by:
    Merlin Rajesh

    When I am going through the 'Release Content Document' of R12 Inventory, I came across a functionality called 'Material Aging Workflow'.
    I searched for this in R12 Inventory User Guide and metalink. But I am not able to find any details about this.
    Can anybody explain me about this?
    Regards
    Merlin Rajesh
    Message was edited by:
    Merlin Rajesh

  • How to find material aging date

    Hi,
    Where can i find material receiving date.
    I want to display the materials with sy-date against receiving date...means
    sy-date to 30days,31days to 60days61days to 90days
    any suggestions pls
    points guranteed
    kaki

    Kaki,
    What do you mean by receiving date?  Are you talking about goods movement??
    Bipin

Maybe you are looking for

  • User Profile created to block the UD, if RR is not done.

    Hi Gurus, For Inspection Type Z10,the UD to be blocked,if Result Recording is not carried out. ie if open charac. exist, System should block the UD. I have created a user status coping SAP Std. STATUS PROFILE - QM_L_003 AND NAMED AS "QM_UD_BK". Syste

  • FM to get document flow of Trading Contract

    Hi, In Trading contract display transaction WB23 we can see the document flow. For a processed Trading contract (Purchase side), in document flow we can see PO, Inbound delivery, Goods reciept, Nomination etc. Is there any FM to get all this document

  • How do I stop thumbnails from opening when inserting pdf in Acrobat XI.

    Operating system is Windows 7. I just upgraded from Acrobat X. When I inserted a pdf into another pdf it was done. In Acrobat XI when I insert the thumbnails column opens up and I have to click on it to close it. This is annoying.

  • [Help !]Exporting more than 2 audio tracks impossible ?

    Hi all, I am trying to export a sequence with 6 audio tracks using *Menu->File->Export->Using Quicktime conversion...* and it seems to be impossible to export to more than 2 audio tracks ! If I use the option Export->Quicktime movie I can export my 6

  • Question about PL/SQL Function in report

    Hi all. I have a (basic) question about using a PL/SQL function in a report. In my report page I have an item (PL/SQL function) that has the following syntax: return username from t1 where username like 'Le%' I reference this item in an email process