Qty and Date Variance using Purchasing InfoCube

Using Purchasing Cube, I want to find out the Qty Variance and Date variance,
Iu2019m calculating these using GR Posting date and Requested Delivery Date and GR Qty and Qty in UoM.
Iu2019ve the following doubts:
1.     In order to calculate the Variance, do we need to filter the data pertaining to any particular BW Transaction Key (0PROCESSKEY) since we donu2019t want Goods Issues (can be Purchase Returns or intra company Stock Transfers ), If so what are the values for the Process Key to be considered for filter.
2.     Though the Qty key figure matches the Requested Qty, the PO status is u2018Openu2019. What could be the possible reasons?
3.     The qty. and days variance for the POs already received can be calculated. But what should be done incase of POs for which Goods are not yet received? Again in that scenario, we can have two cases: Delivery Past Due and Delivery Date in Future. How to tackle these 2 cases. As per our Requirement, we have to calculate the difference between System date and Requested Delivery Date incase of Past Delivery Date so that we can have the variance as of System Date. Like If the Delivery Date is 25th Nov, if we run the Query on 28th, it should show 3 days late and if run on 29th, it has to be 4 days if still undelivered. Please give me the code to be written in Transformations.
We have not yet decided what has to be done in the second case i.e. Future Delivery Date. Please guide me what is the best option in that case.
Thanks,
Aryaman

Hi,
1. In order to calculate the Variance, do we need to filter the data pertaining to any particular BW Transaction Key (0PROCESSKEY) since we donu2019t want Goods Issues (can be Purchase Returns or intra company Stock Transfers ), If so what are the values for the Process Key to be considered for filter.
You need to add Z-Keyfigures and then write Routines based on Process Keys in Update Rules/Transformations and filter the required Process Keys, you need to find required Process Keys in ECC, SPRO-->Reference IMG an dthen search for BW Transactional Key and see it disuss with MM FUnctional COnsultant and Identify it.
2. Though the Qty key figure matches the Requested Qty, the PO status is u2018Openu2019. What could be the possible reasons?
I faced the problem with 2LIS_02_* datasources so I created new generic data source and used it.  Just take only one record with that you track in ECC. You must take MM Consultants help, they will guide you.
3. The qty. and days variance for the POs already received can be calculated. But what should be done incase of POs for which Goods are not yet received? Again in that scenario, we can have two cases: Delivery Past Due and Delivery Date in Future. How to tackle these 2 cases. As per our Requirement, we have to calculate the difference between System date and Requested Delivery Date incase of Past Delivery Date so that we can have the variance as of System Date. Like If the Delivery Date is 25th Nov, if we run the Query on 28th, it should show 3 days late and if run on 29th, it has to be 4 days if still undelivered. Please give me the code to be written in Transformations.
We have not yet decided what has to be done in the second case i.e. Future Delivery Date. Please guide me what is the best option in that case.
Once you have Qty and Dates from Transactional Data then it is easy to calculate the Date Varience and Qty varience, see the follwoing URL it is having one article How to Calculate Meterial Aging whcih will give how to calculate the differnce..
http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
Thanks
Reddy

Similar Messages

  • MRP is conflicting with Sales order requirement Qty and date

    Hi experts,
    We have below scenario:
    Material has the stock 100. It has reorder point 3 and MRP type V2 (Automatic reorder point with external requirements) and planned delivery time 10 days.
    MRP run creates purchase requisition whenever the stock falls below reorder level or/and based on customer orders requirements.
    We created first sales order for Qty 80 and delivery date 03/01/2012.  Qty 80 is confirmed against this sales order.
    We created second sales order for Qty 50 and delivery date 01/31/2012. Now remaining Qty 20 is confirmed against this order. So we have requirements of 30 Qty for this second order.
    When we run MRP, it supposes to create Purchase requisition for Qty 33 (30 + 3) including reorder point (3 Qty). As the delivery date for this order is 01/31/2012 and requirement Qty is 30, and planned delivery time is10 days, MRP run should create purchase requisition. But it is not creating.
    If I change the planned delivery time to 30 days, it is creating purchase requisition. It is considering sales order delivery date of First order (delivery date: 03/01/2012), but not for second order (delivery date: 01/31/2012).
    So MRP is conflicting with Sales order requirement Qty and date.
    Appreciate your help in this regard to resolve the issue
    Thanks,
    Srini

    Hi,
    We are using manual reorder point planning with external requirements (V1)
    Thanks,
    Srini

  • Data Mart and Data Extraction from an Infocube

    Can a data mart which is built on one Infocube in BW support delta extraction? We have two separate BW systems and are trying to extract data from one Infocube in one BW (Source) and load it to one Infocube in another BW(Target)?
    We have built a data mart on the source BW infocube and have successfully been able to extract and load the initial data load into the target BW infocube. I noticed that the field 0RECORDMODE was not on the datasource that was created to support this data mart so my gut feeling is that we will not be able to do delta data extractions from this data mart.  Any feedback or confirmation of this?

    Hi,
    The InfoCube that is used as an export-DataSource is first initialized , meaning that the current status is transferred into the target BW. When the next upload comes around only those requests will then be transferred that have come in since the time of initialization. Different target systems can also be supplied like this
    Since it is request based ..data mart on info cube supports delta.
    Hope its helpful,
    Anu.

  • Acquire, analyze and data log using statemachine technique

    I am learning state machine technique to develop code for data acquisitoin and logging. I think I have written the correct code for this purpose but I couldn't get the following done:
    All warning values(>0) should be displayed on 1d array on front panel. The code is writing only the first value.
    All values should be logged using write to spreadsheet pallete and be written on excel sheet. Code is only writing first value.
    I wonder what's the mistake. The code I've created is attached, I'd appreciate if anyone correct the code and post in reply.
    Many thanks in advance for help
    Cheers
    Solved!
    Go to Solution.
    Attachments:
    full project with acquire,analyse and logging states.vi ‏94 KB

    Hi kwaris,
    "what's the mistake": Well, you use a lot of unneccessary conversions. Really a lot of...
    Why do you convert a scalar to dynamic, then convert to array, then index an element of the array? Why do you convert to dynamic when all you needis a simple "build array" node?
    Ok, I included a shift register to store your array. It's only a simple "how to", but not the best solution for all cases. But it should give you a hint...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    full project with acquire,analyse and logging states.vi ‏12 KB

  • Upgraded and could not use purchased music any more

    I upgraded to itunes6 yesterday and everything went well until I tried to update my ipod. an error msg came up and told me that i could not add all of my music to my ipod. it said that the software was to old. the music that i lost was the music that i had purchased from itunes. i have the 4 button 15GB ipod and just wanted to know if anyone else has had this problem

    I also upgraded to the new itunes and when I went to play music I had purchased from the old Itunes I was told that I was not able to play the music because I was not authorized or some such....then of course I also am unable to connect to the Itunes store and in general the new Itunes is really poor. I also updated my quick time and I think that was another mistake. I have not tried to hook my ipod up nor will I until I can figure out mess.

  • JavaServer Faces and Data Bases - Help me!

    I am beginning in JSF and I have that to create one aplication using JSF.
    somebody could indicate me a site or send for me code samples of JSF and data base, using insert, delete and update?
    since already I am thankful!

    Serarch google for "JSF CRUD table". Also, please read SUN JDBC tutorial.

  • HT1296 was using my daughters itunes account and now have my own. If I "erase and sync" will I lose my data from my purchased games? I have transferred apps and backed up to my computer.

    was using my daughters itunes account and now have my own. If I "erase and sync" will I lose my data from my purchased games? I have transferred apps and backed up to my computer.

    One computer iTunes can support multiple Apple IDs.  One iPod can also support multiple IDs.  Don't do an "erase and sync."  Simply add your Apple ID to the computer's iTunes and to the iPod.  The only nuisance is app updating, especially if you do the updates from the computer, rather than from the iPod.

  • Load data to a modified InfoCube and ODS used in Production

    Hi,
    I have added few fields (InfoObjects) to the cube(s) and DSOs in BI 7.0. These Cubes and DSOs are BW 3.5 Objects and are in-use in Production.
    My question: After I transport this new/enhanced InfoCube and DSO from Dev/Qua to Production, how to retrieve the old data from original Cube/DSO and populate data to new fields at DSO and Cube level.
    Please advise.
    Thanks,
    ~S

    Hi Siddhartha Nayak
    As ur enhanced the IC & ODS which r 3.x objects, i guess u havn't used the remodeling tool. Then u have to follow the old procedure to enhancing the cube.
    Create a copy cube , Delete the contents of existing cube, enhance it & load the data to existing cube back from copy cube.
    Same thing u have to follow in ur case also.
    Regards,
    Shaiksha.

  • Report for date variances between delivery and goods receipt date

    dear guru ,
    i search a standard report for date variances between delivery date in the purchase order and the goods receipt date.
    Do you help me ?
    Thanks

    Hi,
    Use Report ME80FN and here check the delivery schedule option in output screen.

  • Open Qty and Received Qty for Open Purchase Order.

    How to Fetch the open qty and received Qty of every Open purchase orders in EKPO table where ELIKZ = SPACE OR LOEKZ = SPACE. What are the table and field used? Kindly help me.

    Hello Senthilramkumar,
    Use ME2L/ME2N/ME2M with selection parameter WE101.
    Hope this will help.

  • PO report showing PO date and qty deliverd date

    Hi ,
    Do we have any standated report for MM which show the Po no, Po date, material, description, delivered qty and delivery date..
    regards
    rajesh

    Hi Pankaj,
    Thanks a lot for your prompt reply. As you said in ME2M / ME2L in delivery schedule we can see the delivery date, but the delivery date is the one which we are maintaining in the purchase order, i would like to know the (Delivered date ) exact date on which the qty has been deliverred to us .
    Regards
    rajesh

  • Woes of the Z10, and now i want to use it as a backup phone for my contacts and data. Can I?

    Ok, this has been a real nightmare. I am an extensive user of BB since OS4. Wanted to try the new Z10, so I got myself a spanking new one. With my prior experience in switching devices, it would be a cinch. Transfer device over via blackberry desktop software, change the emails via BIS, and I'm all sorted out. 
    OMG dear blackberry. You made me jump through so many hoops I felt like a circus dog.
    Blacberry desktop doesn't work with the Z10. No one told me. I had to find out the hard way after not being able to detect the phone. wasted half an hour of my life. Downloaded Blackberry link. Transferred my contacts and everything over, couldn't be happier.
    Hurrah, thought the nightmare was done. It was just starting.
    Micro sim. Not everyone has a microsim cutter lying around. Great. Troop off to the shop. Figured after I get the sim cut, I could also transfer the emails via BIS server. So that's what I did. (oh by the way, having to buy a micro SD card was also a pain in the A but still acceptable). The BIS server detected the change in device so it disabled my emails. No problem. Until the technician told me at the store-sorry-BIS DOESNT WORK WITH Z10. Whaaaaat? Come on blackberry! Now its just normal emails, similar to that of iphone and samsung. Emails were your best feature. Ok, this I can stomach. What I cannot stomach is...blackberrry, you just killed your frequent traveller who needs international roaming. BIS emails and BBM was wonderful. I could get by travelling from country to country on 50mb a month unlimited. Apparently not anymore. I need a full fledged international roaming plan that will cost me an arm and a leg. This is insane. 
    Finally I had the Z10 working. I manually entered all my emails. ( i have 9 emails. Thank god they are all gmail based, especially for work, if not I would have ripped all my hair out). For the whole 2 hours, I looked at it and hated it. It was hard to use, I had to keep swiping up and to the right, sometimes it wouldn't swipe well, sometimes I couldn't tell if it was swiping or not. Neither did it help that Whatsapp hasn't even been sorted out on the Z10. Whatsapp is my life. My family's on it. My friends are on it. My suppliers and my customers are on it. Oh wait. Z10-well, you can download it from the appworld, but it doesn't install. Thinking it was a problem with the downloads, I kept at it..only to have the technician tell me, "sorry, Whatsapp not working on Z10, too bad"...anyway I made up my mind to go back to the Torch. So thinking it would be as simple as changing the hub ID on the Z10 and then reactivating the Torch. All will be well. Wrong. 
    I had to run to another tel shop to beg for a spare sim shell so I could stick the micro sim into it and have it back as a normal sim. Another 2 hours of my life later, I realise-changing the hub ID on the Z10 doesn't change anything. It doesn't mean you can just use the original hub Id and all systems are go on the first phone. Changing the hub ID means changing the original one. Argh. This was so frustrating especially when the BIS server refused to switch back to the old device. Ever clicked on detect device 200 times? Well that would be me. Eventually I figured it out. Change back to the old hub ID, security wipe the horrible thing, log in with the original hub ID and reset the device via BIS server. Finally, order is restored.
    Which leads me to my question. I am thinking of porting over my contact list and data to the Z10, and using it as another phone in another country. However I want to use a different Id from my Torch since it is considered a different device but with the same data. Will blackberry link allow me to do this, or will it only switch the data provided the hub ID is the same?
    Blackberry, hand over heart, I'll use the Torch till it dies ( I just changed out the nav pad cause it was completely worn out and would act wonky in sunlight- I call it the blackberry vampire version) and after that I'm off to another smart phone platform. You've made my life miserable. It was great while it lasted, but I'm going to be migrating to another platform eventually. Thanks for the memories.

    Hello,
    BlackBerry 10 has always been advertised as a revolutionary change from prior...not an evolution. And you have both now learned the hard way just how detailed that change is. As with so many things, the assumptions made from past experience with BB are not useful for this very significant change. Rather, research done prior to purchase is the most useful activity one can undertake.
    For BB10, BIS is not required. Indeed, on some carriers, having BIS on the account actually impedes some services for BB10. BB10 uses a full on-device ActiveSync client for email now. BIS-handled email is gone...as are "hosted" email accounts (though you can get 1-year of forwarding).
    Migrating of data from old to new involves many choices before beginning. For example, if you are not afraid of placing your Calendar and Contact data "into the cloud", the Z10 can excellently synchronize that against many different providers (many more than BIS ever could). Done correctly, one can attain full end-to-end OTA synchronization of Calendar/Contact data between Outlook desktop client (and perhaps others, though I've not tested), a Z10, a PlayBook, and more (for me, I've got 2 Outlook client instances, one Z10, one PB, and one Droid...all working beautifully OTA).
    Traveling is no more challenging than in the past...your specific device must be able to function on the networks upon which you wish to roam...this is no different from before (e.g., a GSM-only device simply cannot roam on a CDMA network). To compare specifics, I've found this useful:
    http://www.bbin.in/en/2013/03/03/4-types-blackberry-z10-models-fits-better/?utm_campaign=4-types-of-...
    There are many other differences...but please try to let go of what was before, for pretty much none of it applies anymore. BB10 is revolutionarily different from before.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Hi I'm Mohammed abwane from Saudi Arabia. I purchased my me I phone  5 last march 2013. One week ago I try to restore this phone but when I arrive to activation point, this ask for apple Id and password. Unfortunately I forget the password and email I use

    Hi I’m Mohammed abwane from Saudi Arabia. I purchased my me I phone  5 last march 2013. One week ago I try to restore this phone but when I arrive to activation point, this ask for apple Id and password. Unfortunately I forget the password and email I used for opening my account.
    Then I send it to the suppler  where purchased  this phone  they told me  there is no way  to fix this unless I give  them the Id and password  .know I don’t know  where I can go  because in my Location nobody know how to fix this problem.
    At less I don’t know what I can do to fix this problem because I use this phone for my work and All my data and phone number in side this phone
    Notes :- I have  all the document    ( invoice and box  for this phone )which say that I phone for me .
    I hope to get any answer from  your good site other whys this phone will be useless for me   
    Thanks .
    <Email Edited By Host>

    If you can't remember your apple id or password then sadly that phone has been bricked, without that infomation te activation lock cannot be removed by apple or anyone else.

  • HT203167 My iTunes library on laptop is correct/up to date with recent purchases and downloads; however, our desktop computer does not have any of these when logged into Itunes.... how do I add these so both computers have current info?

    The iTunes library on our laptop is correct and up to date with recent purchases and downloads; however, our desktop does not have any of these when using it.  Home sharing is turned "ON" with both computers. Why is the desktop not showing the same content and how do I resolve this?

    From your OLD computer...
    Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Full Details Here  >  http://support.apple.com/kb/HT1751
    Also see this migrate iTunes library post by turingtest2

  • TS4036 I purchased an iphone for my daughter and we are using the same account and she deleted some contacts from her phone and they were deleted off of my contacts as well. Is there a way to use icloud backup to reinstall the contacts to my phone?

    I purchased an iphone for my daughter and we are using the same account and she deleted some contacts from her phone and they were deleted off of my contacts as well. Is there a way to use icloud backup to reinstall the contacts to my phone?

    Welcome to the Apple community.
    You can only restore them from a Computer backup. This has occurred because you are sharing an iCloud account. ideally you should each have your own iCloud account, that way you can each manage your own mail, contacts, calendars, documents etc and avoid unintentional deletions and unwanted editing. If there is information you wish to share between you, this can be done with a secondary account.
    Having separate iCloud accounts, doesn't mean you have to have separate iTunes accounts, so whilst you keep your personal data separate, you can continue to share music, apps, books, TV shows, movies etc.

Maybe you are looking for