LSMW error in MM01- problem

Hello experts
plz solve my problem
I am entering material in material mASTER through MM01 t-code, I have taken the following
five fields for the material creation through LSMW
Material Number (MATNR)
Industry sector (MBRSH)
Material Type   (MTART)
Material Description (MAKTX)
Base Unit Of Measure (MEINS)
after that I have created a raw .txt file with material fields and proceed successfully
till step-13(Create Batch Input Session) and also execute the step-14(Run Batch Input Session)
after that the batch is shifted for Background processing and then execute the batch input
session from there which will be finished without any error, at last when I check the data
in MM01 I haven't get my material in there, I check LSMW when then it shows the session status with Error.
The following is the  log error for all  the transaction copied in the making og bat input session
record 21 DEF_SKIP does not exit in the table
So please Solve this problem as soon as possible this will be a great help
With Regards

Try programming the following recording:
                               T              MM01                                                                               
SAPLMGMM     0060     X                                                                               
BDC_CURSOR     RMMG1-MATNR
                                                            BDC_OKCODE     /00
                                                            RMMG1-MATNR     Yourmaterial
                                                            RMMG1-MBRSH     industry type
                                                            RMMG1-MTART     material type
SAPLMGMM     0070     X                                                                               
BDC_CURSOR     MSICHTAUSW-DYTXT(01)
                                                            BDC_OKCODE     =ENTR
                                                            MSICHTAUSW-KZSEL(01)     X
SAPLMGMM     4004     X                                                                               
BDC_OKCODE     =BU
                                                            BDC_CURSOR     MAKT-MAKTX
                                                            MAKT-MAKTX     sample material
                                                            MARA-MEINS     ea
                                                            MARA-MTPOS_MARA     NORM

Similar Messages

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • Good afternoon.I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninst

    What's error 1 in adobe photoshop elements configuration? I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninstall and reinstall. I have done this but the message continues to appear

    You haven't mentioned which version of PSE. If it is PSE 13, that requires a minimum of windows 7.

  • Tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    I tried to install iTunes 10.5 this morning but an error appeared saying "problem with windows installer package. A program required for this install to complete could not be run." Can someone please help

    Firstly, are you installing iTunes for the first time or are you updating your current version of iTunes?
    If you're installing iTunes for the first time have you tried redownloading the installer package? Perhaps the file you downloaded originally is corrupted...
    http://www.apple.com/itunes/
    If you've tried that, then try installing iTunes as your computer's administrator. To do this right-click the install package and choose "Run as administrator".
    If you're updating iTunes to the most recent version try repairing the Apple Software Update program on your computer. It's under the add/remove programs.
    1. Open the control panel
    2. Open Add/Remove programs (called "Programs and Features" in Windows 7)
    3. Navigate to "Apple Software Update" in the list and click on it
    4. Click on "Change" then select "Repair" (or just select the repair option in Windows 7)
    Once you repair this, try running iTunes and the update again.
    Fingers crossed!

  • I got this warning when i open a specific page on my website in IE : MuseJSAssert: Error calling selector function:Error: A security problem occurred.

    Hi,
    I found out when i'm in IE and go to the page 'Artists'
    and i click on a name, for example: 'Abel Equipe ELA/I Gomes'
    I get this warning :
    MuseJSAssert: Error calling selector function:Error: A security problem occurred.
    This is only in IE, not when i use Safari or Chrome
    this is the website link
    Any ideas how to solve this problem?

    There's an invalid hyperlink on the Abel Equipe ELA/I Gomes page on a bit of text that reads "with your input." You need to find this text within Muse, clear the hyperlink and enter a valid one.

  • ERROR Msg: MuseJSAsset: Error calling selector function:Error: A security problem occurred.

    ERROR Msg: MuseJSAsset: Error calling selector function:Error: A security problem occurred.
    Just launched site using 1 of my 5 CC web-hosting chips. Using Adobe's hosting: ns1, ns2 & ns3.worldsecuresystems.com
    Concerned that the "• Assign a domain name (e.g., www.mycompany.com)" keeps coming up, even tho' I've launched???????????

    Hi,
    The MuseJSAsset error usually appears if there is any conflicting script on the page. Have you added your own code to the site using Insert HTML feature? If yes, please try removing it.
    Regarding your second concern, What is your site URL?
    Regards.
    Aish

  • Exception in thread "main" java.lang.Error: Unresolved compilation problem

    The following code:
         public boolean find(MusbachJ_Person person,BstNode node)
              //p.l(person);p.l(node.intData);
              if(node.intData.compareTo(person)==0)
                   return true;
              if( node.leftNode != null ) find(person,node.leftNode );
              if( node.rightNode != null ) find( person, node.rightNode);
              else
                   return false;
         }returns the following compilation error:
    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
         This method must return a result of type boolean
         at MusbachJ_TreeNode.find(MusbachJ_TreeNode.java:32)
         at MusbachJ_PeopleTree.main(MusbachJ_PeopleTree.java:91)
    But I don't understand, the else statement is right there, what more does it want? Thanks! :)

    John_Musbach wrote:
    Exception in thread "main" java.lang.Error: Unresolved compilation problem: Unresolved compilation problem is an error that you'll only ever see if you're using an IDE. If you used the javac compiler, then you would have seen that the code doesn't even compile.
    The reason (as others have pointed out) is, that some paths through your method don't return a value.
    I'll re-write your code in the code-style that I usually use, because then it might be easier for you to see the problem:
    public boolean find(MusbachJ_Person person,BstNode node)
         if(node.intData.compareTo(person)==0) {
              return true;
         if( node.leftNode != null ) {
              find(person,node.leftNode );
         if( node.rightNode != null ) {
              find( person, node.rightNode);
         else {
              return false;
    }There are two prolbems. I'll spell out the first and let the other one for you to find:
    1.) you don't do anything with the return-values of the find-methods you are calling. What do you want to do with them?
    2.) What do you return if the current node is not the one that you want and you've got a right node?

  • In 2014, Since I upgraded my OS to Win 7, everytime I update Acrobat X Standard I get and error.  The problem seems to be with permissions for folders is there a permanent fix??

    In 2014, Since I upgraded my OS to Win 7, every time I update Acrobat X Standard I get and error.  The problem seems to be with permissions for folders is there a permanent fix??

    Is there any indication of the specific folder you are having problems with. Are you logged in as the administrator (or the same as when you installed) and have anti-virus disabled during the update? You might also try the updates from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows.

  • Hi,  We use a Mac os window. How can we get Adobe error code 16 problems in premier cs5. Before 6 da

    Hi,
    We use a Mac os window. How can we get Adobe error code 16 problems in premier cs5. Before 6 days premier does not loaded a Audio.
    please help me.

    I think you are posting to the wrong forum.  I'd post this in the Premier forum: http://forums.adobe.com/community/premiere/premierepro_current
    -Carl V.

  • Why "Export Error Codec Initialization Problem!" when I export using Adobe Media Encorder for FLV?

    I get "Export Error - Codec Initialization Problem!" when I try to export a project using Adobe Media Encoder as a Macromeida Flash Video.  Premiere Pro 2.0 goes through the rendering process but no file is created; just the Export Error message.  What does this mean, and what do I need to do to export a project as a FLV file?
    Thanks.

    Sounds weird...  You could try the standard fix for general unexplained behaviour in a document; export it to idml, open that, save as an Indesign file and try exporting again.  If that doesn't work try a few different presets, like smallest file size.  If that doesn't work try opening your image in Photoshop, resaving as a psd, placing that (delete your old one) and see if that helps.  Obviously do this on a copy....

  • Windows 7 x64, Outlook 2010 and iCloud configuration - error "Outlook configuration problem"

    I'm running Windows 7 x64
    I had iCloud 1.x working with Outlook 2007 x32.  A few months back I upgraded to Office 2010 x64, which (of course) broke the iCloud integration.  I've waited for the "fix", and have now tried to get it working again with iCloud 2.11.   I've tried repairing, I've uninstalled/reinstalled iCloud, I've set different default profiles, I've changed mail accounts...nada. 
    No matter what I do, when I get to the point of opening up the iCloud configuration and try to set up Mail, Contacts, Calendars, etc.  I immediately get the following error:
    "Outlook configuration problem.
    Setup can't continue because Outlook isn't configured to have a default profile.  Check your Outlook settings and try again."
    Any suggestions?

    Hi,
    Regarding the issue here, Please first take an attempt to repair your Outlook personal folder file (.pst) :
    How to repair your Outlook personal folder file (.pst)
    We might also take a try to reinstall the Windows Search feature:
    If your installation of Windows Search got damaged, we can remove and reinstall it in the following way.
    Control Panel-> Programs-> Turn Windows features on or off
    Deselect: Windows Search
    Press OK and wait until the installer is finished.
    Reboot your computer.
    Repeat the above steps to enable it again.
    If still have troubles with outlook search, we may need to take a look in the Event Viewer and look for any errors logged by the “Search” or “Microsoft Outlook”, And if they are not helpful to you, please post them back in together
    and we will help you troubleshoot it.
    In addition, we might consider seek help in the forum below regarding outlook issues:
    Outlook IT pro discussions
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=outlook
    Hope this may help
    Best regards
    Michael Shao
    TechNet Community Support

  • HT201272 why is it when i try to download a purchased song i get a error saying a problem downloading the artwork then it will not download why.

    why is it when i try to download a purchased song i get a error saying a problem with the artwork then will not download.

    Hello okley
    If you are having an issue with your purchased music, check out the following article to report the issue.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Trying to create an account on eprintcenter but it gives me an error regarding server problem

    I am trying to create an account on eprintcenter since one month but it gives me an error regarding server problem
    "Lo lamentamos. ¡Se acaba de producir un problema en nuestro servidor! Hemos registrado el problema y lo corregiremos en cuanto sea posible. Disculpe la molestia."
    "Sorry. There is problem on our server. He have registered the problem and solve as soon as possible. Sorry for the inconvinience"
    How can I use eprint service without a user?

    What browser are you using to access the site? I would start by trying to access the site from another browser. If that is not an option, I would clear the viewing history, cookies and cache for that browser under the settings. Then I would reboot the computer too. I hope that this helps.
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • Tried opening Firefox and got error code 502 - problem with server - how do i fix please

    i tried to open internet through Firefox as usual and got repeated error message 502 (problem with server - try again in 30 seconds) - but no joy. is there a problem with the server or is there a problem at my end somehow?
    tks Paul

    Thanks for the suggestion Rhonda. You're correct in saying this is impractical though. The fact is, I can't open a tab to keep it open. After doing some online research, I was able to locate a site where I could download a previous Firefox version (6.0). Problem solved! Google: "''How can I find a previous version of Firefox''. As I stated in my original question, Mozilla should not update w/o making certain it doesn't create these issues. I spent hours on this. I also turned off auto updates. I appreciate your suggestion. Thank you!

  • My iPhone won't stop vibrating when plugged into my Macbook.  All software is up to date.  iTunes just gives me an error.  No problems when plugged into a PC.  Why the nonstop vibrating!?

    My iPhone won't stop vibrating when plugged into my Macbook.  All software is up to date.  iTunes just gives me an error.  No problems when plugged into a PC.  Why the nonstop vibrating!?

    When I connect it to my iMac (with up-to-date OS X Yosemite 10.9.5) - it doesn't work.
    Specifically - iTunes automatically launches, but then quickly shows a dialog window that says, "iTunes could not connect to the iPhone. This device is no longer connected."
    Meanwhile - on my iPhone - in the upper right-hand corner (where the battery life is displayed) - you can see the "plugged in" icon (lightening bolt) rapidly blinking on and off.
    In other words - it seems like, when it's plugged in - it's rapidly connecting and disconnecting (several times per second).
    If I click "OK" on that dialog window on iTunes - it instantly pops back up, and continues to do so as long as I keep the iPhone plugged in.
    I have tried all and stile did not resolve my problem. I tried to restart both devices, try different cable (I have original cable). Both devices are new and software's are update it on latest versions.
    Thanks in advance for any help!

Maybe you are looking for

  • HT4436 How can I change my Apple ID for icloud on my ipad to be same as on my iPhone?

    How can I change my Apple ID for icloud on my ipad to be the same as my Apple ID for icloud on my iPhone?

  • How to execute/call an html script - paypal example

    Hi to all Can anyone help me with this. I would like to add an actionperformed listener to a jmenuItem, so that when that menu is selected the following html code is 'executed' (I am not sure 'executed' is the right term). It basically, takes the use

  • Regarding alv report edit

    hi could  u plz tell me  how to edit the values of the alv  grid display could u plz explain clearly with code

  • IPod as disk...

    Please help...I just did an update (1.1) because I kept getting an iTunes.exe corrupt file error. Now every time I plug it in, it comes up as an external disk. I tried to reset, update, retore and it still won't work. I am at my wits end with this st

  • XSLT Coding in XI

    Hi Experts, developing the new scenario for XSLT. Here i need to write the condition in XSLT. Pls let me know if you have any idea on this.... Condition : i<10 and i>1 Note : Here i need to know inplace and postion..like how to write the code in XSLT