How to make sure what material number format is the same in SRM and R/3?

Hi all!
I faced the following problem:
"Product does not exist in plant or it has been flagged for deletion". This error message occurs during shopping cart creation or during transferring purchase requisition from R/3 to SRM. It seems like SRM carries out some material checking in R/3 before shopping cart save and can't find out appropriate R/3 material. The only reason I can assume is different material number formats in SRM and R/3. Material number length is the same in both systems.
Thanks in advance,
Alexander.

Alex-
We experienced this problem just recently.  Our situation involved trying to add a material to the cart from an internal catalog (CCM).  As mentioned earlier their is a configuration setting to indicate the number of characters the "Product" (SRM terminolgoy) or "Material" (R/3 terminology) should be.  We made our setting 18 characters (same length as field in R/3).  The important thing to understand is that the material number is actually defined as a character field, not a numerical field so the length of the material "number" is critical for the system to accurately check the material.  Do the following and see if you correct the error.
1)  Go into transaction COMMPR01 in SRM, select the search tab and choose Material in the Find box, then click start.  Choose the material you are experiencing the problem on and verify that the number of characters is the same in SRM as it is in R/3.
2)  Next, go into R/3 and look at table entries in MARC for the material.  This will show you all the different plants associated with the material.
3)  Finally, create a cart and procure the material.  If you get the error message go to the basic data of the cart and verify the location (plant) is one of the plants you found in step 2.  If not, change the location to one from step 2 and check the cart.

Similar Messages

  • How to make use of adjacent data elements within the same buffer

    Hi,
             Does anyone know how to make use of adjacent data elements within the same buffer? To make my question clearly, I would like to give you an example. In my application, I set "sample to read" as 10 which means at each loop 10 data samples will be taken into a buffer. Now, what I would like to do is to do some calculations on adjacent data samples in same buffer. I tried to use "shift register" for this, but it seemed to me that it only can deal with the calculation between data from adjacent loops. In other words, it skips 9 data elements and take the 10th one for the calculation.
             Here I also attach my VI showing what I did.
        Thank you very much in advance,
                            Suksun
    Attachments:
    wheel_encoder_1.vi ‏98 KB

    Hi Suksun,
          I hope you'll forgive me for distilling your code - mainly to understand it better.  I tried to duplicate your logic exactly - which required reversing the "derivatives"-array before concatination with the current samples array.  As in your code, the last velocity is being paired with the first position.  If first velocity is really supposed to be paired with first position, just remove the "Reverse 1D Array" node.
    cheers
    Message Edited by Dynamik on 01-07-2006 03:17 AM
    Message Edited by Dynamik on 01-07-2006 03:19 AM
    When they give imbeciles handicap-parking, I won't have so far to walk!
    Attachments:
    encoder2.GIF ‏14 KB
    encoder2.vi ‏102 KB

  • When extending my wifi network using an Extreme as my main and an Express to extend.. does it help to make sure that both devices are on the same channel or does it even make a difference if they are on different channels?

    when extending my wifi network using an Extreme as my main and an Express to extend.. does it help to make sure that both devices are on the same channel or does it even make a difference if they are on different channels?

    Have you even tried the process in which i have described in my previous post?
    Yes, many times.  If you are setup to "extend a wireless network, the screen looks like this:
    If you click the Wireless Options button, the screen looks like this:
    Where is it on this screen that you see a setting to adjust the channel?  It sounds like you are confusing "create a wireless network"....which does allow you to adjust channels.....with "exend a wireless network" which does not.
    Normally, when you extend a wireless network, AirPort Utility used to always assign the same channel to the extending device. That is no longer the case. It might be the same, or it might be different.  You have no control over this, so you have to accept what AirPort Utility thinks is best.

  • HT1430 I have reset all my settings and content of my iphone 3GS but for the last 3 hrs I am stuck at the apple logo and after sometimes its getting off and on by itself but what is coming back is the same apple logo and nothing else is happening. pls adv

    I have reset all my settings and content of my iphone 3GS but for the last 3 hrs I am stuck at the apple logo and after sometimes its getting off and on by itself but what is coming back is the same apple logo and nothing else is happening. pls advice.

    Read https://discussions.apple.com/thread/4875757?start=0&tstart

  • How do I get my ipod to quit repeating the same song over and over?

    How do I get my ipod nano to quit repeating the same song over and over again?

    The control for repeating a selection is available when the Music app is open and the iPhone is in the portrait position. There are three settings Off, repeat one song and repeat album or playlist. You change the setting by tapping the icon.
    OFF
    Repeat one song (current selection)
    Repeat album or playlist

  • How to make sure a client will reboot if the LDAP server SLAPD isn't runnin

    What do I need to do to a Solaris 8 client to make sure that if SLAPD is down and something happened and the server rebooted, that it would come up even though the LDAP server slapd isn't running?
    thanks,
    Gary

    You need to be able to see that Find My Mac is turned off. That is all you need to ensure.

  • How to make my Labview vi program run at the same time everyday?

    I have Labview vi that uses "Time Stamp Control & Indicator" on front panel to set time & date for program operation.
    But, I cannot separate the Date from the Time for Start & Stop control.
    I want pgm to run everyday (7days/week) at the same time (e.g. 8am to 630pm) - I don't care about the start & stop Date feature.
    So, everyday I have to manually open the Control & change the date to today.
    How can I make program only respond to Time start & stop?
    Thanks,
    jaceb

    Of course rather than create yet something else that is running all the time, setup your VI to only execute for the desired amount of time, If you running windows you can use the task scheduler to launch it.
    http://support.microsoft.com/kb/308569
    Puts the burden on the OS and is not dependant on you starting it everytime you reboot, or having to put it in the start menu.  there are options for it to run even if you are not logged onto the system.
    Although not absolutely certain, I am reasonably sure that mac and linux also have something similar.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • I am totally new to app development. I have to make a simple app( sort of a to-do list). I need this app to work on mac desktops and also on ipads and iphones. I need to know how to make a GUI on a mac.will the same prog. be compatible on all 3  devices?

    what will you recommend me to learn first? i am getting acquanited with objective C language(done C++ before). but no experience of gui.

    It's possible. Just create a second target of the appropriate type and then change the "Base SDK" build setting. Then make sure to add all the necessary files. If you want to build both at the same time, create an aggregate target. So my mean you have to maintain two targets one for iPhone / iPad and Mac also....... May be it helpful to you......

  • How to make sure my iPhone is not on the blacklist

    I just bought an iPhone 4 from craigslist , it was used. On the AT&amp;T network. I have been using Tmobile, I was told it can be unlocked so I can still keep Tmobile. Do I need to verify first if the phone is blacklisted , and is it really possible. To unlock phone?

    Here are AT&T's official requirements for unlocking an iPhone:
    http://www.att.com/esupport/article.jsp?sid=KB414532&cv=820#fbid=7eivX4S6I8c
    Note that they require that you be a current or former customer, so you will not, unless AT&T were to grant an exception, be able to get the iPhone unlocked yourself. You will need to contact the seller and get them to request the unlock if they have not done so already.
    As to blacklist, only the carrier would be able to tell you if any phone has been blocked.
    Regards.

  • How to make all pages in a PDF appear the same size?

    Hi, I am about to create many PDFs that show the bookmark pane and the document pane, with the document pane at 75%.
    If I create these PDFs to open as "single page continuous" and set the view at 75%, all scrolling is beautiful!
    But, if someone goes to a page by clicking a bookmark, the page views jump to a much larger size.
    How can I constrain the page view size to what I want?
    Karen

    You might also change the PDF to be full width or full page instead of a percent. If you set this in the document properties, then it should held as you move around. It may be that you are changing a particular page and then move around, meaning the new page goes back to the default set.

  • How do I get my phone to stop repeating the same song over and over?

    I have looked everywhere, including settings and itunes and I cant seem to get it off repeat and let me just play an album in the normal fashion

    The control for repeating a selection is available when the Music app is open and the iPhone is in the portrait position. There are three settings Off, repeat one song and repeat album or playlist. You change the setting by tapping the icon.
    OFF
    Repeat one song (current selection)
    Repeat album or playlist

  • IMessage detached from my phone number. How do I reattached as phone number to be the default?

    When I send. Text message to another iPhone it is sent via my email address. How would I reattach my phone number to be the default to send and receive the texts? I recently did change my Apple ID password. When accessing settings app on my phone under iMessages there is a send &amp; receive option, however I am unable to select the phone number to create as a default.

    Hi there Xjbleasdale,
    You may find the information in the article below helpful.
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/ht5538
    -Griff W.

  • How to make sure everything is saved?

    I'm about to format my computer...
    the entire C drive.. and reinstall windows... on the C:Drive is my Premiere Pro. .I have CS3..
    I wish to reinstall it after the format.. but.. it would be a catastrophe to me if my current projects were to be deleted with the format
    I have an extern harddrive..
    I need some help to know what I need to move on to that harddrive.. to be 100% sure.. I won't lose my projects..
    would it be more safe to just move the entire Adobe Premiere Pro folder too ?..

    Do not move the PPro program folder... you need to have that, with registry entries, on the C drive
    Do deactivate PPro (and all other software) before formatting, so you will be able to reactivate
    Make sure all your video assets are on your external drive, and that your project works with the files there, and then do a SAVE AS and save your project to that external drive
    Make sure that new project works, and you are good to go
    Also, make step by step backups as you reinstall everything...
    Hardware crashes or virus infections happen, so you should buy AND USE software to make a full backup of your hard drive to an external USB hard drive... plus, making step-by-step backups during a new install or major program addition makes it easy to go back a step if something doesn't work
    This backup and then restore is, of course, only to the same computer with a new drive (or the same drive as long as you don't mind writing over everything) since doing a restore to a new computer won't work due to Windows and many programs having activation information that is keyed to your hardware (which is why Windows will force you to RE-Activate if you change very much hardware)
    The product I use is at http://www.terabyteunlimited.com/image-for-linux.htm
    Image runs off of a bootable CD via Linux (the Zip you download includes a program to make the bootable CD) and it reads EVERYTHING on the drive, even the hidden registration information, so everything is restored when needed... and you may restore the image to a brand new drive in case of a crash, and not have to re-install anything
    Please note that I own no part of Image, and I don't get a referral fee (that is just a plain web link) but I use the program and it has saved me a LOT of trouble when I had a hard drive die... and I was able to restore everything and not have to re-install or re-activate a single program, from Windows on up

  • How to make sure that schema name is not included with generated sqls

    How to make sure that schema name is not included with generated sqls with tableadapter wizard.
    What should I use? Oledb, ODT.NET, where can set that I want "pure" sqls, not schemas, not ", or anything like this
    I want
    "Select a,b from t1" ,not "select "a","b" from schema.t1"
    Also schema name is put in all parameters, all over the place... What if schema name changes. (b1test to b1prod)
    . I now manually edit XML files of dataset. It works but....
    thanks

    The full hardware :
    Processor Intel core due 3.00 MHz
    RAM:1.5GB
    psu:650 Watt (but i baught i cheap one so it may be actually about 400 watt)
    HD Disk:160 GB
    But about the power supply if it not able to run the VGA card ,Is it will not show any screen or it will not able to run the computer??

  • HT4515 How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    Double tap the Home button, tap & hold the Safari icon until it starts to wiggle, tap the red minus sign to remove it from the Multi-Tasking bar. Tap the Home button when finished.

Maybe you are looking for

  • User_exit for SAPF110S

    Dear Experts, While our production system run SAPF110S got the following error message. How to find the program (user exits etc.) to look up the select statement of ZTFLOCTN? Thanks a lot. Helen Job started Step 001 started (program SAPF110S, variant

  • Landscape and portrait layout

    Um, does anyone know how to change the layout from portrait to landscape? Thanks in advance.

  • Mail - offline & online at the same time?

    Mail will not go online or offline - I don't understand? Help!

  • Dynamic display of class name

    I have already posted this problem in the "New To java" forum but then considered that it might be more complicated than I expected. Problem is I am trying to construct a toString method that displays the class name but I wish to be able to extend th

  • Lion Server - OpenDirectory migration woes

    Hi, We had a solid Snow Leopard Server but we needed to upgrade to Lion Server.  We waited for 10.7.3 and went for it as per the Apple upgrade guide.  O....M....G.  What a mess. OpenDirectory was trashed and pretty much discarded by Lion and any atte