ME84 Outputs both Forecast and JIT when only Forecast is requested.

We are using ME84 to generate Forecasts and JITs for MM type LPA Scheduling Agreements.
When we generate only Forecasts (LPH1) a JIT (LPJ1) is also created, but with the same data as the Forecast.
When we generate only JITs the output is a JIT (LPJ1) with the correct data.
When we generate both, one LPH1 and two LPJ1's are created and one of them has the Forecast data instead of the JIT.
I just got here, and when I asked the Purchasing people about it they said it always does that and they just throw the erroneous JIT away.  Now we want to implement Vendor EDI and we don't want the weird "JIT with Forecast data" to go to the vendor, but we do want the correct JIT to go to the vendor.
I have gone through every Purchasing Output Control process I know of and can not figure out where this extra "JIT" is coming from.
Does anyone have any ideas?
We are on ECC 5.0.
Thanks in advance.

For anyone who seeks answers to this topic in the future:
I turned the problem over to SAP and they found the cause.
SAP Note 337750 says "In LV61BNNN ('Output requirements'), Include LV61B111 has been deleted inadvertently.".  LV61B111 is the code for "Requirement 111" which limits JIT output to be only for JIT schedules.  That code was not in LV61BNNN in the Production system  (It WAS in both the Q and D systems,  and JIT behavior did work properly in Q but not in Production).
The simple solution was to run SAP program RV80HGEN in the Production SAP System, after which the Include was there and the problem is solved.

Similar Messages

  • I have bought itunes songs on an ipad with my daughter apple id. i would like to back them up on the same computer I sync my iphone with using my apple id but they will not transfer. Both iphone and ipad have only been synced on the computer mentione

    I have bought itunes songs on an ipad with my daughter apple id. i would like to back them up on the same computer I sync my iphone with using my apple id but they will not transfer. Both iphone and ipad have only been synced on the computer mentioned since they were purchased. Is there any way to get the ipad music transferred to the computer?

    And they were definitely purchased from the iTunes store, they show on the account's purchase history (Store > View Account on a computer's iTunes, or you can view the last 90 days purchases via http://reportaproblem.apple.com) ?
    You could potentially log into the account on that computer's iTunes (Store > Sign Out to log out of your account, that will then change to a Store > Sign In option) and redownload them by clicking on the id towards the top right of the iTunes screen and Purchased on the popup :
    But that will potentially tie that computer to that account for 90 days : Manage your associated devices in iTunes - Apple Support
    Or do you have a different computer that you could redownload them on and then copy them over to that computer via a flash drive or memory card, and then add them to its iTunes via File > Add To Library ?

  • HP Laserjet CP1025nw Color Printer - printer prints two copies when only one is requested.

    pcwizard (HP) requested that I try Foxit Reader 5.1 to see if the printer will print properly.  I used the same previous document and printed it with Foxit Reader 5.1.  The printer printed two copies when only one was requested as it had done in the past.  We still have a problem.
    I am using Windows 7 (64 bit) for OS.  I have experience the issue on two different computers.
    dslledyrt
    This question was solved.
    View Solution.

    Hi dslledyrt,
    Can you install the Basic Driver for the printer on one of the computers, and let me know if you still have this issue?
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=lj-90357-1&cc=us&dlc=en&lc=en&...=
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Both Chrome and Safari interrupt online streaming to request/demand an update for a PC program that doesn't work on Macs. What is going on?

    Both Chrome and Safari interrupt online streaming to request/demand an update for a PC program that doesn't work on Macs. What is going on?

    The update alerts are fake, and are intended to dupe you into installing malware or disclosing private information so that your identity can be stolen.
    You might get the alerts when visiting a website that has been hacked. Don't visit the site again. If applicable, notify the site administrator of the problem, but don't send email to an unknown party.
    If you get the alerts when visiting more than one well-known website, such as Google, YouTube, or Facebook, then they're almost certainly the result of an attack on your router that has caused you to get false results from looking up the addresses of Internet servers. Requests sent to those sites are redirected to a server controlled by the attacker. It's possible, but less likely, that the DNS server used by your ISP has been attacked, but you should assume that the router is at fault until proven otherwise.
    The router's documentation should tell you how to reset it to the factory default state. Usually there's a pinhole switch somewhere in the back. It may be labeled "RESET." Insert the end of a straightened paper clip or a similar tool and press the button inside for perhaps 15 seconds, or as long as the instructions specify.
    After resetting the router, quit the web browser and relaunch it while holding down the shift key. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Do the equivalent if you use another browser. Open the Downloads folder and delete anything you don't recognize.
    Then go through the router's initial setup procedure. I can't be specific, because it's different for every model. The key points are these:
    1. Don't allow the router to be administered from the WAN (Internet) port, if it has that option. Most do.
    2. Set a strong password to protect the router's settings: at least ten random upper- and lower-case letters and digits. Don't use the default password or any other that could be guessed. Save the password in your keychain. Any password that you can remember is weak.
    3. If the router is wireless, or if you have a wireless access point on the network, use "WPA 2 Personal" security and set a different strong password to protect the network. If the router or access point doesn't support WPA 2, it's obsolete and must be replaced.
    During the time the router was compromised, you were redirected to bogus websites. If you ever connected to a secure site and got a warning from your browser that the identity of the server could not be verified, and you dismissed that warning in order to log in, assume that your credentials for the site have been stolen and that the attacker has control of the account. This warning also applies to all websites on which you saw the fake update alerts.
    Check the router manufacturer's website for a firmware update.
    If you downloaded and installed what you thought was a software update, ask for instructions.

  • How to access structure in VBScript both Structure and it's only member has the same name

    Hello,
    I VB Script how to access the structure's member if both the structure and the only member has the same name,
    Example,
    Structure name is User and it has only one member called "User" with the Datatype of String.
    When I call using User.User = "Some Text", it is giving me error so I couldn't assign any value to it.
    Kindly help me.
    Nallasivan

    I am using VB Script to Access SAP web Services, the sap web service has a method called user change, there are 3 mandatory parameters username, password and passwordX.
    Here username is string so I can assign value without any problem, password is a type of Bapipwd. Bapipwd is a structure and it has a member called Bapipwd. To access that from VB script I have to use
    Bapipwd.Bapipwd = "Password".
    But when I try to put the statement Bapipwd.Bapipwd = "password" it shows an error message that "Bapipwd doesnt have member called Bapipwd".
    The passwordX also a structure in SAP with the name of Bapipwdx and it has a member "Bapipwd"
    If I user Bapipwdx.Bapipwd="X" it is working fine. Because both the structure and it's member name is different. But Bapipwd.Bapipwd is not working and it gives "Bapipwd doestn't have member Bapipwd"
    I suspect this is due to both the structure and its member has the same name. Kindly help me to access the structure.

  • I keep getting asked for  username and password on both IMAP and Exchange when on 3G network but not Wifi!

    We are having serious issues with one of our Google Apps accounts. We have done everything we can think of to get it to work properly on 3G but for some reason it continually asks for the user's password no matter how many times we enter it. However, it does work on WiFi!!
    The iPhone says "Cannot get mail, the username or password for USERNAME is incorrect."
    This happens on both Exchange and on IMAP accounts. We have deleted the accounts and set them up again several times but to no avail.
    It is also worth noting that I have exactly the same settings on my identical iPhone and have no problems whatsoever so we think it may be something with the google configuration.
    Please help!!

    Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.

  • Question? Best Workflow HD/HDV and Reframing/Scaling to Export to both HD and SD when working in an HD Timeline?

    Just wondering, what is the best method for working with HD Footage both HDV 1440x1080 and HD 1920x1080
    Not long been using Adobe Premiere Pro CC, just switched over from Grass Valley EDIUS 6.08 and atempting my first Stage Show Multi Camera.
    Source is 5 HDV PAL and 1x1920x180 60fps MP4 file from a Sanyo Handy Cam.
    Final delivery is going to be DVD.
    Have done a few smaller projects prior to and normally have edited in HDV 1440x1080 50i PAL and exported to whatever format I need.
    Slightly different this time, I need to I need to crop/reframe some video from a couple of the Static locked off cameras. I know what to do but at moment though, I'm very much undecided which method to use for best results.
    Doing some testing I notice that if I import the footage and edit in my usual  HD Timeline as said above, then I go into Motion and Scale and reframe to suit, then the picture still
    looks better still Full Screen on my 2nd Monitor in the HD Timeline than if I switch the Sequence Settings to SD DV PAL.
    I am wondering how the scaler works when exporting. Say I go with the original HD Sequence, scale the Locked off Shots as I want them, then export to SD DV PAL then does the Adobe Media Encoder take into account that I am working in a HD Sequence (HDV 1440x1080 50i PAL) and then Scale to suit or does upscaling go in an HD Timeline then Exporting to SD make things worse, I am asking this as I still like to have the option to output an HD file for the Web and possible Bluray or Mobile Device later on.
    I also still prefer working in an HD Timeline as for the other Camera Angles, then it is easier to judge focus since the image is sharper, as apposed to working in an SD Sequence.
    I guess the other option I suppose is to edit in HD and then switch the Sequence Settings later on to SD before Export, but not sure that would work with the scaling? Or is that the same as working in an HD Timeline anyway and then selecting an SD Preset in the Adobe Media Encoder anyway?
    I guess what I am saying is, if I say for example, Scale a HDV source to 130% or then export to SD in the AME then, is the AME upscalling the original HDV Source to 130% Loosing Quality firstly (making less pixels that to begin with), then downscaling back again to 100% SD Resolution, loosing quality once more, or does it see that the source is HD and has more pixels to use and take that into account? If you get what I am saying. Obviously if I am exporting to any HD Format then, I understand that where will be some quality lose with any amount of HD scale.
    I also read that it is less CPU resource full working in the native resolution of the media when editing, especially on an older system.
    The other option is to work in an 720 Preset possiblely?
    At the moment I don't have a proper Preview device and am making do with the 2nd Display on my Graphics Card GTX 760.
    I was looking at getting a Blackmagic Device for preview, or possible one of the Matrox.
    It is a shame really, since I already have the Canopus HD Storm in the PC, which I was using with EDIUS for a lovely full screen preview to a 32" TV, since looked great, so since switthcing to Premiere, I can't use it and am having to make do with the GTX 760. Which isn't as good.
    Maybe there is some setting I can alter to get a better Playback Image?
    Anyway, I notice that the Full Screen Image from the GTX 760 is not as clear as it should be when editing, especially whilst playing back the image is slightly soft and more so when in the Multicam Mode it is even softer.
    I am not sure if this is because my computer is not quiet fast enough? Maybe I should post this in a seperate thread in the Hardware forum, but I thought it was worth mentioned in this post aswell.
    SYSTEM SPECS
    Gigabyte EP45-UD3LR (Socket 775) Motherboard
    8GB DDR PC-800 RAM (4x2 Sticks)
    Intel Core2 Quad CPU Q9650 @ 3.00GHz
    60GB OCZ SSD (FM-25S2S-60GBP2 ATA Device)
    2 TB 7200 Sata 300 Hard Drive - For Video (Hitachi HDS722020ALA330 ATA Device)
    Windows 7 SP1 x64
    So in short At the moment I am undecided which method is best to use

    Your Creative camera is not the best one could wish for. Open a 1280 x 720 sequence, import some Creative footage, use motion scale to fit it in and judge the quality for yourself. My guess is you will be disappointed in the quality. Then when outputting to DVD you will reduce the resolution and quality again, making it even worse.
    So, my suggestion is, don't follow that route.
    Ultimately you will end up with 720 x 576 material for your DVD. You already need to upscale your Creative footage, and change the PAR and take serious quality hits, do not increase your problems by upscaling and then downscaling again.

  • How do I get my synced messages to delete on both iPhone and iPad when they're deleted on one or the other?

    I have my text messages synced between my iPad and iPhone.  When I read them on one device and delete them they do not delete on the other.  Is there a setting I can check to make the 'delete' action sync as well?

    This should work automatically. Try turning iMessage off and back on again on both devices
    Good luck!

  • Importing Olympus Photos both jpeg and raw (ORF) only jpg is visible. Help.

    I must be dense, even though both files seem to import I can only see the jpg files. Any help would be appreciated. I can import and individual ORF file and it show as a raw file.

    See this answer:
    Re: How to see both RAW+JPEG files?
    dannyfromberlin
    Apr 9, 2015 9:03 PM
    Re: How to see both RAW+JPEG files? https://discussions.apple.com/message/28035102#28035102
    in response to Hersco
    Solved
    I have the answer! It is clumsy, but to switch between the image types, you have to enter the Edit view, then the grayed out option shows up, and you can switch the original image type.

  • Windows media plugin doesn't work at all in FF4 and both realmedia and quicktime plugins only function partially. Any idea what causes this or is there a fix in the tube?

    When trying to play embedded WMA absolutely NOTHING happens. An error message saying there's a problem with the quicktime plugin appears, when encountering embedded quicktime, but it dissapears before I can press "more".
    As for realmedia I have to reload page 2-3 times before it works.
    And all plugins are up todate

    Cycle count is on the high side, but condition is normal.
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • How can I work on a document from both work and home when....?

    I have CS4 for the Mac at home and CS5 for Windows on my work computer? I keep the work on a cloud server and need to be able to access it and work on it from either location. Any Ideas?

    [email protected] wrote:
    I have CS4 for the Mac at home and CS5 for Windows on my work computer? I keep the work on a cloud server and need to be able to access it and work on it from either location. Any Ideas?
    Does this help?
    2.5 Portable or Home Computer Use. Subject to the important restrictions set forth in Section 2.6, the
    primary user of the Computer on which the Software is installed under Section 2.2 (“Primary User”) may
    install a second copy of the Software for his or her exclusive use on either a portable Computer or a
    Computer located at his or her home, provided that the Software on the portable or home Computer is not
    used at the same time as the Software on the primary Computer.
    From: http://www.adobe.com/products/eulas/pdfs/gen_wwcombined_20091001_1604.pdf
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Firefox stutters every 30 seconds or so on both videos and even when typing in search bars, is there a solution?

    So basically firefox seems to pause every so often for a few seconds and then continue as i nothing happened.
    For example, if i am watching a video on youtube or whatever then every 30ish seconds the video will stop and then continue. Another example is whilst writing this question, every so often the screen seems to freeze and then i continue to type and a few seconds later everything i typed comes up. It is just a really annoying problem and i was hoping that there is a solution to this. Can anyone help?

    There are a few things to try. It looks like your video driver needs to be updated. We have an article with some information and instructions here - [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Also you have many add-ons, each of which uses some memory and some of your cpu resources. If the graphics driver doesn't improve the situation you should consider updating to Firefox 13 and running the Firefox reset - [[Reset Firefox – easily fix most problems]]

  • Will I have both CS6 and CC when installing

    I am just done installing CS6 and uninstalling CS5 on my computers, just in time for the CC to be released. Do I have to go through install/uninstall ones again if I do not want to versions?
    I was sort of expecting to be able to update, but this is not the case now I guess...? Will it be like this for every future updates also, meaning that it is not possible to replace the old versions?
    I read in a different post that "many features is no longer supported". where can I find what has been left out of CC compared to CS6?

    If you use Premiere Pro and Encore, be aware that there is no Encore CC
    CS6 is the final Encore http://www.adobe.com/products/encore/faq.html
    -Cloud and Encore http://forums.adobe.com/thread/1236852
    -a workaround for the Cloud http://blogs.adobe.com/davtechtable/
    -http://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html

  • Delivery report shows status of Pending for external address. Email sent to both internal and external addresses.

    We have an Exchange 2013 on-premise server and seem to have an issue with emails sent to internal and external users at the same time.
    The issue came to light because someone sent an email to 44 recipients, of which one was internal. None of the external recipients received the email. I checked the delivery report in the EAC and found the internal email marked as 'Delivered' and all of
    the external ones marked as 'Pending'. I checked the queues and there were none. I did some testing and sent an email to just one of the external addresses on the list, it arrived. I tried sending the email again to all of the recipients, the external ones
    all showed 'Pending'. I tried it again, but this time excluded the internal email address and all of the 43 external emails were immediately delivered.
    So it seems that the issue only arises when we are sending to both internal and external addresses.
    I then tried a test email to one internal address and one external address. The Delivery report says that the internal address was delivered immediately, while the external address is 'Pending' and gives more information saying: 'Message delivery is taking
    longer than expected. There may be system delays. For more information, contact your helpdesk.'. To add further mystery to this, the email was actually delivered.
    So, I have two concerns:
    First is seems that some emails sent both internally and externally are only arriving internally. This is a huge problem because I don't know how many have been affected. There may be many lost emails we don't know about.
    Second, it looks like I can't trust the delivery report. It says pending for some emails which didn't arrive, but it also says pending for some which did arrive. That is no good at all.
    For info the server is running Windows Server 2012. I have run a Microsoft Update to check if there are any to apply and the only Exchange one is a spam filter update, which I doubt has any bearing but I will apply when I get chance.

    Hi Neil,
    According to the description, I find a related KB on Exchange 2010:
    https://support.microsoft.com/kb/2694474?wa=wsignin1.0
    It has the similar situation as yours.
    This issue occurs because a function in a message tracking component tries to obtain the information for the recipient instead of the external recipient.
    Please try to upgrade to the latest Exchange update to check whether this issue can be solved.
    Also please check whether Throttling has been set.
    Please run "Get-TransportService | fl" to check the MaxOutboundConnections parameter value.
    More details to see:
    Message throttling 
    http://technet.microsoft.com/en-us/library/bb232205(v=exchg.150).aspx
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • We have 3 devices used by 3 different people under the same Apple ID, how do I stop getting my daughters texts, both sent and received?

    We have 3 devices used by 3 different people under the same Apple ID, how do I stop receiving my daughters texts? Both sent and received.

    When you use the same Apple ID on 3 devices it means you are all using the same (email, imessaging, calendar etc).  Since iCloud (MobileMe) is designed to be shared across all devices included Macs, it means all devices setup with the same ID will have access to the information.
    Text messaging is relevant only to the number you are texting.  This is done through your telecom companys lines and not on Apples.
    If you do not want to have others be able to read any of your information then it is best you each have your own account.

Maybe you are looking for