Creating SO for Matnr in PlantA, Message says Matnr doesn't exist in PlantB

Hello,
I am trying to create a Sales Order for a Material which triggers a creation of  Auto Purchase Requistion eventually to Purchase Order.
The Material exists in Plant A and my delivering plant for the material is also Plant A.
When i create the Sales Order for the material i get a message saying Material doesn't exist in Plant B.
I am not sure why Plant B comes into picture, Note: Plant B is one of our another plants.
Can someone provide any inputs.
Best Regards,
Bharat.

Hi Guys,
We have resolved the Issue.  Just wanted to update the group what the issue was and how resolved,
We checked the Auto PO flag in the ItemCategory settings and we are using that particualar ItemCategory linked to the Item Category Group in the Material for which we are creating Sales Order.
It seems if the Auto PO flag is checked and since that flag is treated as an EDI enabled one, when a Purch. Req / PO is created is gets the Plant value from the Sales Org settings in the Enterprise Structure (SPRO).  In our systems that happened to be Plant B.
Hence when am trying to create a SO (Plant A) and eventually to a Purch. Req / PO it is saying the Material is not present in Plant B.
It took a while for me to digest, but that is what it is.
Best Regards,
Bharat.

Similar Messages

  • Error Message Says File Doesn't Exist...

    Hello. I'm trying to install a CF website on the same server
    with an ASP website which is already up and running. Both sites
    will access the same FoxPro data, which may lead to conflicts I'll
    have to work around, but first there's another problem I have to
    solve: When I try to do an SQL select statement, I'm being told by
    an error message that the table I want does not exist, which is
    false. Specifically, both the ASP site and my own site use the same
    ODBC connection, which specifies the Visual FoxPro driver and the
    path to the FoxPro tables (which is all you need to get to FoxPro
    tables through ODBC).
    It might appear that I should simply have a connection of my
    own with a different name, but that seems unlikely because I have,
    in fact, already set up a separate connection in ODBC, with a
    different DSN (obviously), and pointing to an entirely different
    directory where I have placed clones of the FoxPro tables I want to
    access. And I did not forget to change the DSN name appropriately
    in my SQL select statement. Nonetheless, I receive the same error
    message in that situation. The full error message is provided after
    the double lines below.
    I should mention that I have pointed the ColdFusion
    Adminstrator to both ODBC connections (both the one used by the ASP
    site and the one used by my clone tables), and I have clicked the
    Verify All Connections button, and received a response of 'OK' for
    both of them.
    I should also mention that my site (including the ODBC access
    to clones of the same FoxPro tables) works fine on my desktop PC at
    home, and on my laptop.
    It occurs to me as I write this that FoxPro itself is
    installed on the same directory as the one accessed via ODBC by the
    ASP site, but it is my understanding that that should not matter.
    Allegedly, all you need is the ODBC driver. Come to think of it,
    FoxPro is also on a different directory from the tables on my PC at
    home and on my laptop.
    Another point which I think should not matter is that the ASP
    site and my own are, in a sense, the same site. Different people
    will use them, and there is no transportation from one to the
    other, but both will be accessed by the same root url until such
    time as the company manager decides to get a separate domain name
    for mine. To be concrete, the ASP site is in the
    'Inetpub\wwwroot\acrc' directory while mine is in
    'Inetpub\wwwroot\Reporters'. Both are subdirectories of the Default
    web site in IIS, which is Inetpub\wwwroot, accessible by the domain
    name 'acrga2.com'. It is my understanding that things should work
    even if the ASP dnd CFM pages were were intermixed in the same
    directory.
    Any suggestions?
    =================== FULL ERROR MESSAGE BELOW ================
    Error Executing Database Query.
    [Macromedia][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Visual FoxPro Driver]File 'joblog.dbf' does
    not exist.
    The error occurred in
    C:\Inetpub\wwwroot\Reporters\ListJobs.cfm: line 6
    4 : <cfquery name='Jobs' datasource='ACRDB' debug>
    5 : select job_no, job_date, job_time, am_pm, caller_
    6 : from joblog where reporter_='#Ucase(Session.UserName)#'
    and Year(bill_date) < 2000 and Year(date_chg) < 2000
    7 : </cfquery>
    8 :
    SQLSTATE 42S02
    SQL select job_no, job_date, job_time, am_pm, caller_ from
    joblog where reporter_='MMM' and Year(bill_date) < 2000 and
    Year(date_chg) < 2000
    VENDORERRORCODE 173
    DATASOURCE ACRDB
    Resources:
    * Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    * Search the Knowledge Base to find a solution to your
    problem.
    Browser Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
    rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
    Remote Address 127.0.0.1
    Referrer
    http://localhost/Reporters/reporterlogin.cfm
    Date/Time 07-Mar-08 12:23 PM
    Stack Trace
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC Visual FoxPro Driver]File
    'joblog.dbf' does not exist.
    at
    macromedia.sequelink.ssp.Diagnostic.toSQLException(Unknown Source)
    at macromedia.sequelink.ssp.Chain.cnvDiagnostics(Unknown
    Source)
    at macromedia.sequelink.ssp.Chain.decodeDiagnostic(Unknown
    Source)
    at macromedia.sequelink.ssp.Chain.decodeBody(Unknown Source)
    at macromedia.sequelink.ssp.Chain.decode(Unknown Source)
    at macromedia.sequelink.ssp.Chain.send(Unknown Source)
    at
    macromedia.sequelink.ctxt.stmt.StatementContext.execDirect(Unknown
    Source)
    at
    macromedia.jdbc.sequelink.SequeLinkImplStatement.execute(Unknown
    Source)
    at
    macromedia.jdbc.slbase.BaseStatement.commonExecute(Unknown Source)
    at
    macromedia.jdbc.slbase.BaseStatement.executeInternal(Unknown
    Source)
    at macromedia.jdbc.slbase.BaseStatement.execute(Unknown
    Source)
    at
    coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:254)
    at
    coldfusion.sql.Executive.executeQuery(Executive.java:1196)
    at
    coldfusion.sql.Executive.executeQuery(Executive.java:1008)
    at coldfusion.sql.Executive.executeQuery(Executive.java:939)
    at coldfusion.sql.SqlImpl.execute(SqlImpl.java:325)
    at
    coldfusion.tagext.sql.QueryTag.executeQuery(QueryTag.java:831)
    at
    coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:521)
    at
    cfListJobs2ecfm1841761115.runPage(C:\Inetpub\wwwroot\Reporters\ListJobs.cfm:6)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:192)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:366)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at
    coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    I have now discovered that my site does work when it's
    accessed from outside using its full url,
    www.acrga2.com/Reporters/ReporterLogin.cfm.
    Nonetheless, it would help my understanding of the technology
    to know why I could not access it directly from the server. After
    all, the whole thing was developed working as localhost on a single
    PC. But I was not able to access it from the server I just
    installed it on, neither as localhost nor with the full url,
    www.acrga2.com/Reporters/ReporterLogin.cfm.
    Or rather, more accurately, I could access the site, but I
    could not connect to the FoxPro database via ODBC from within the
    site.
    I realize this is an arcane issue - very few people outside
    of old codgers like me still program in FoxPro - but it would be
    interesting to know why this occurs. Any ideas anyone?
    Anyway, I was really worried. My client was NOT pleased. But
    now he's happy again. Whew!

  • When downloading the new 10.7 update for itunes, an error message saying that there is an error writing to file, verify that you have access to this file comes up... what is this??

    When downloading the new 10.7 update for itunes, an error message saying that there is an error writing to file, verify that you have access to this file comes up... what is this??

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Error message saying iTunes doesn't include software for iPhone

    I get an error message saying iTunes doesn't include the software for iPhone. It says to uninstall and re-install iTunes. I have done it twice and both times I get the same error.

    There is an entire iPhone forum here
    http://discussions.apple.com/category.jspa?categoryID=201
    I don't have one - perhaps you will be better off there, where most will?
    Best of luck!

  • I'm unable to open my Office Word for Mac. The message say's check with developer to make sure Microsoft Word works with this version of Mac OS X.

    I'm unable to open my Office Word for Mac. The message say's check with developer to make sure Microsoft Word works with this version of Mac OS X.
    Orginally I downloaded OFFICE from the Apple Store App, so unable to reinstall as it suggest.

    Which version of Office, 2004, 2008 or 2011
    and
    MS Office is not available from the App Store, so where did you get it?

  • I'm trying to e-mail music scores and audios, but I receive an error message saying Preview doesn't recognize the file format, regardless whether I use .mus, .pdf, or .mp3.  I haven't come across Preview or this problem before.  Any suggestions?

    I'm trying to send music, scores and audio, as e-mail attachments, with a copy to my e-mail address.  Whether I use .mus, .pdf, or .mp3, the error message says Preview doesn't recognize the file format.  I haven't seen Preview, or had any problems, before now.  Thanks for any suggestions.

    Hi,
    Firstly, your country is detemined by several factors, including your phone's regional settings, your SIM card and your NokiaAccount settings, if you used this phone whilst abroad then you may need to check that your regional and account settings are up to date since you have arrived in Canada.
    For services like Gigs, you should also ensure that the MixRadio app has access to your phone's GPS location as well as the main location being on in the phone settings. To check this, as well as Location being turned on in the phone settings, in MixRadio itself go to Settings>Location>On:
    The concern with favourites may also be related to location, if the music from certain artists is available in Canada but not where the service might think you are, availability of content may vary from region to region.
    If all settings in both the phone, your Nokia Account and the MixRadio app are correct, we may have to investigate deeper.
    It is impossible to comment on your camera without seeing it, you cold have the phone checked by Nokia Care locally, but of course if it was supplied in Europe it will be covered by the European Limited Warranty which is not valid in Canada.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • ICloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist

    iCloud has my old Apple ID and is prompting for a password, but I want to put in the new id, I can't because it is grey and there is no edit option.  I'm prompted for a password to an account that doesn't exist.  Anyone know what I can do to fix this or why this is happening.?  I had no issue putting in my new Apple ID everywhere else, I could sign out of the old and inactive account and then sign back in using my new and proper one.  However, after the update to 7.3 it did a whole welcome to yr iPad and a set up thing and it went to set up iCloud and had my old Apple ID in grey where I can't change or edit it, it wants the password, when I put in the old password, it say yr Apple ID is incorrect but yet it won't let me change it??????? Anyone???

    Sign out and back into your apple id from Settings>iTunes and App stores>(Your apple ID)>Sign Out and then sign in again with the new address. Close app store from running in the background (or restart the phone if your unsure how to do this). If when trying to update any apps they are still asking for the old apple ID, delete and re-install those apps.

  • HT3669 Unable to run the HP All-in-One Installer for LJ 3055 -- Error message says I need to install Rosetta

    I have an HP LJ 3055 All-in-One.  Previously, I haven't used it connected to my Mac (i.e., only in 'standalone' mode).  I now want to use the unit's software for faxing and scanning purposes.
    However, when I insert the CD that includes the HP All-in-One Installer, I see an error message saying:
    "To open LaserJet AIO Installer, you need to install Rosetta.  Would you like to install it now?"
    I assume this is related to the CD's having been produced contemporaneous with Tiger, not Snow Leopard -- though I have no idea why it's prompting about Rosetta, since this is a Macintosh installation CD.
    Can anyone inform me what I need to do to install the software (i.e., to run the installer) under Snow Leopard, so that I can access the All-in-One's functions via the Mac?
    Thanks.  Replies appreciated.

    kostby wrote:
    Responding to two of your posts here...
    Thanks.  It wasn't (and still isn't) clear to my why I was getting the prompt about installing Rosetta.  While using the unit with Tiger, I never saw anything about a need for Rosetta (i.e., nothing indicating that any of the software on the CD was pre-Intel).
    Printing continues to be available from the Mac but nothing else is supported via the computer.  Scan, fax and copy are available only directly from the unit.
    Funny that this can happen with a unit that continues to work perfectly well, without a hitch.  You'd think that OS upgrades would, if anything, enhance software control of a unit -- rather than eliminate it completely.
    ★ Is there any reason to think that going the 'Rosetta' route would restore the lost functionality (in 10.6.8)? ★
    Thanks.
    The reason you were getting the prompt about installing Rosetta now is because Rosetta was automatically installed on OS X 'Tiger' 10.4 and 'Leopard' 10.5. HP didn't mention it as a requirement, because at the time, it was already there and invisible.
    Rosetta became an optional install on OS X 10.6, because (I presume) the number of programs and devices still using pre-2006 PowerPC code and thus needing Rosetta, was in steady decline. Why add extra clutter to (this is my guesstimate) 85% of the Macs running Snow Leopard that DO NOT need Rosetta?
    In my opinion, it cannot hurt to install Rosetta now.
    Only programs (your HP drivers) that REQUIRE Rosetta will even attempt to use it.
    The scan fax and copy functions don't work now with Snow Leopard, so at worst, they still won't work.
    You can always delete Rosetta again if you need the disk space.
    Message was edited by: kostby
    If I correctly understand how Rosetta worked, it created an emulation environment in which certain software (including 'multifunction printer' drivers) would work, the implication being that these software products were not specifically written for the Mac OS.
    However, wouldn't those drivers still also have to be supported by the Mac's currently-installed OS in order to work -- as they were in Tiger and Leopard (but are not in Snow Leopard)?

  • Message Cost Center doesn't exist

    Hello,
    When I look into the AFBP I see that there was one Run with an error. It says that the cost center doesn't exist at 31.05.2014. Message number: KI222
    The cost center exists and is also valid. It also says that the cost accounting circle KORE has been automatically determined from the accounting area.
    What coult be the problem? I'm not very good at solving problems at the sector accountancy 'cause I wasn't trained that until now.
    lg Carmen

    Hi Carmen.
    Please check the OSS Notes Below.
    16653 - How is the validity of the cost center checked?
    1925028 - KI222 when creating assets from posting transaction
    Kind Regards.
    Jandoval Nascimento

  • Why does PD says model doesn't exist in repository, when trying to check in

    Hi
    I have a checked out a PDM to my local directory.  I have made some changes and checked the model back into repository successfully.  Next day I had to make one more change to my local copy which i did (without doing an explicit checkout) now When i try to check it back in again, PD says model does not exist?  Is it a must that we always have to checkout before making a change ?
    attached are the screen shots of my local directory and from the repository.  How does PD determine whether or not a model exist in repository?
    thank you
    Krishna

    When a model exists in the repository, the model's metadata holds the unique identifier given to it by the repository; e.g. A89B0620-0379-482B-83C8-88B346BBF471.
    If your model is in a project, you can display the 'repository identifier' on model symbols in project diagrams, also in List Reports that contain models.
    A quick way of verifying that a model is in the repository is to look at the general tab on the model properties - it should have a 'repository' field alongside the 'version' field.
    When you check in the model, it uses this identifier to find the model in the repository. I have seen cases (in 16.5.0) where the checked-out model didn't have this identifier in the header information (visible if you open the model file in an XML editor - do NOT edit it), so it's listed as 'not in repository'.

  • Problems with outlook 2010 IMAP it says : Mailbox doesn't exist

    I have a problem with my outlook at work.
    I am currently using Outlook 2010 as IMAP (excuse me for my bad English)
    There is 1 Category "Harderwijk" where I can't take any mail in or out.
    Whenever i try to put a new mail in the map I get this error: Cannot move items Response from server was: Mailbox doesn't exist. Whenever I try to put a mail out of the Harderwijk map I get this error: Cannot move item, Cannot select map this could be a cause
    of the IMAP-Server or the map is possibly deleted or changed.
    Can someone help me with this?
    I tried to google the answer, but the only responses I saw is that people are going to other mail servers or had to make a new mail. Since this is a bussiness mail we can't afford to lose our e-mails.
    So I need a solution without losing all the mails. Thanks in advance.

    hi, you can check these two links:
    http://www.emaildiscussions.com/showthread.php?p=492312
    http://forums.mozillazine.org/viewtopic.php?f=28&t=65807
    Regards,
    Flynn

  • I am unable to use my own network with my iphone for wi-fi.The message says "unable to join the network (my network). How do I configure the info in the phone to allow me access?

    How do I configure the setting in my iphone to allow me use of my own network?

    Thanks for the responses, they have been very illuminating!
    This is very disappointing from The Carphone Warehouse. If they had mentioned this when I went into their stores, I wouldn't have completed the purchases. I bought two phones at separate outlets and neither of them told me this.
    I have been in contact with T-Mobile already as I thought they had sneakily applied a software update that locked the phone. They have denied locking it and suggest that it is something that Apple do. Their solution was a factory reset.
    I have a call logged with Apple this afternoon, so will see what they suggest. Hopefully they will give me something that I can take to The Carphone Warehouse or T-Mobile.

  • HT204053 I deleted my old Apple ID. All updates I try to apply ask for the old ID and Password. When I enter it, it say it doesn't exist. What do I do know?

    How do I download updates for apps that I downloaded with an old Apple ID that I have since deleted?

    Why would you delete your account?
    You need to enable the account.

  • Cannot use home; message says url does not exist, and firefox homepage is gone.

    When I open Firefox, I do not go to the Firefox homepage. The page that comes up has Mozilla Firefox on the top blue bar, and the navigation bar file - help. Underneath it reads "new tab" and the location bar reads "go to a website" followed by the Google search box which does drop down to reveal the other search engines. This is followed by the "home" box. When I click on home, I get an Alert box that states "The URL is not valid and cannot be loaded." I do not get the Firefox home page when I open Firefox (but it does connect me to the internet), and clicking on home does not take me to the Firefox home page either. How do I fix this problem?

    Typing in "about:home" still gets the URL not valid message. There seems to be no home to which to default, so that doesn't work. I tried to take the system back to an earlier date; it doesn't work. When I go to an earlier date and open Firefox, it crashes and needs to be reinstalled. When reinstalled, it does not give me the Firefox homepage from which to work. I generally use Google as a search engine, but do not use a google tool bar. I am at a loss as to what to do.

  • When I try to send email, I get an error message saying it doesn't allow relaying, how do I fix this

    When I try to send email from my ipad, I get a message stating it will be stored in outgoing because it was rejected due to relaying?  How do I fix this.  I don't even know what relaying is.

    Try going into Settings > Mail, Contacts, Calendars > select the account > account name , tap on SMTP (under the 'Outgoing Mail Server' heading) and then tap on your Primary Server and try entering your email account and password and see if it then works

Maybe you are looking for