BAPI_GOODSMVT_CREATE Error - The material does not exist or is not activatd

Scenario is to make a Goods Receipt on a material which is being imported from external sources.
There is a purchase order created for this already in SAP.
From MII we are using standard BAPI - BAPI_GOODSMVT_CREATE and passing the fields below:
GM_Code - 01 since it is a goods receipt
Psting_date - current date
Material - material code given by SAP
Plant - Plant code on which GR takes place.
Move_type - 101 because it is a GR
Entry_Qnt - 1
PO_number - Purchase order which is created in SAP
When I pass these details to the standard BAPI I get a return message - " The material 10xxxxxxxx does not exist or is not activated"
Not sure where I am going wrong.
Any help is highly appreciated.

Thanks for your reply Vinod...
Well.. I am calling this BAPI from Netweaver MII and I just see the request and response tags to which I pass the required values to BAPI request fields.
I am not sure how to call this FM which you are refering to, can you please elobrate a bit or is there any guide I am refer to?

Similar Messages

  • The material does not exist in plant or flagged for deletion

    Hi All,
    I have done the integration of R3 back end with SRM system (SRM 5.0) Classic scenario is working fine.
    In the direct Material Procurement I get an error message that "the material does not exist in plant or flagged for deletion".
    I checked R/3 side material is active only and I have assigned plant in extend attributes.
    Can you please help me to resolve this problem..
    Thanks
    Ravi

    Hi Ravi
    check you validit date from and to for that material in comm_product table.* if it is valid you can do shopping or else you cant.
    regards
    Muthu

  • Error: The user does not exist or is not unique - when setting permission programmatically

    Hi,
    I am custom Sequential workflow in which I am breaking the permission and setting permission to list item.
    I have used the below code for setting Permission:
    SPRoleDefinition oSPRoleDefinition = oSPWeb.RoleDefinitions["RoleName"];
    //Grant permission to Manager
    SPRoleAssignment oSPRoleAssignmentManager = new SPRoleAssignment(strManagerLanID, strManagerEmail, "", "");
    oSPRoleAssignmentManager.RoleDefinitionBindings.Add(oSPRoleDefinition);
    CurrentListItem.RoleAssignments.Add(oSPRoleAssignmentManager);
    I am getting the error as :
    Error: The user does not exist or is not unique.
    How to fix this?
    Thanks

    I think you misunderstood the solution proposed by frederic, what he is suggesting is that the error doesn't come from your code but from the user account
    have you tried with another account ? (maybe the one you are using to log to your environment)
    With this information, it will help us to know if the problem comes from your code or from the user account
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • Mysite Error - The site does not contain a default keywords termstore

    I know this error has to do with the Managed Metadata Service. I recently had to delete my User Profile Service and Search Service, and then recreate new ones. Do I need to connect them to the existing Managed Metadata Service somehow?
    I get this error when trying to change certain user profile columns in Mysites.

    Go to the list of shared services in Central admin, highlight the Managed Metadata Service Proxy and select the properties button from the Ribbon.  You'll see four checkboxes.  Make sure the one labeled  'This service application is the default
    storage location for Keywords' is checked.  Depending on the order of installation of services or if the Managed Metadata service is deleted and recreated this sometimes doesn't happen.
    http://social.technet.microsoft.com/Forums/en-US/3cba2f1a-c1c7-4aed-b46e-6247f6a14e88/after-setting-everything-up-successfully-error-the-site-does-not-contain-a-default-keywords?forum=sharepointadminlegacy
    http://technet.microsoft.com/en-us/library/gg750250%28v=office.14%29.aspx
    http://donalconlon.wordpress.com/2010/06/30/managed-metadata-setting-the-default-termstore/
    http://www.deliveron.com/blog/post/Define-the-default-Term-store-for-New-keywords-in-SharePoint-2010.aspx

  • Uploading AIR for IOS thru Application Loader I get the following error - The package does not contain an Info.plist.

    I'm publishing an .fla in AIR for IOS.
    I'm in CC 2014 so first I need to know which AIR should I publish in?
    newest is AIR 14.0.0.178 for IOS
    IOS deployment type is App Store
    publishes with no error.
    I see the following files included .swf and app.xml
    I convert the .ipa to a zip file
    Upload that thru the Application Loader I get the following error
    The package does not contain an Info.plist.
    Where is the infoplist for this and do I convert the .ipa and the info to a zip file?
    I converted the .ipa to a .zip and the intoplist file is NOT THERE  how do I generate this?
    Any help here?

    Ok this is becoming very very frustrating as I have been at this for hours now. So the only way to explain this is to write what I did step by step as I have to be doing something wrong, just to recap:
    I was publishing from Flash CC 2014 using AIR 14.0 and getting Digital Certificate is not valid message.
    Was instructed to download new AIR 17 , I did this installed into Flash and used to publish.
    I used my previous p12, app ID and distribution certificates all generated properly.
    The file worked ONCE but I got an app ID error ( I understood I used the wrong app ID)
    I changed it to the right app ID and the very next time and after 10 attempts I got the same error  Digital Certificate is not valid
    SO I then downloaded AIR 16.0
    RE DID ALL MY CERTIFICATES AND P12'S
    went to publish and I STILL GET THE SAME MESSAGE   Digital Certificate is not valid

  • Xslt error: the expression does not evaluate to a node-set

    hi guys - i'm really down because i cannot find / understand my xsl error and i have to finish my work very very soon
    the error message (by using xalan to create from the xml file my html output) is the following:
    xslt error: the expression does not evaluate to a node-set
    and the code fragement is:
    <xsl:template name="getNext">
    <xsl:param name="currentKnoten" />
    <xsl:for-each select="$currentKnoten"> //error is in this line
    </xsl:for-each>
    </xsl:template>please... help me....

    ok thanks!!! this saved me some time ;-)
    now i go back to the origin problem... my main idea is the following xsl code... may u can see here the problem with the node site.. but i think u need the xml file or?
    however this is my relevant xsl code:
    <xsl:template match="DATA">
              <xsl:element name="process">
                   <xsl:attribute name="name">
                        <xsl:value-of select="@name" />
                   </xsl:attribute>
                   <xsl:apply-templates select="INSTANCE"/>
              </xsl:element>
         </xsl:template>
    <xsl:template match="INSTANCE[@class='Data']">
              <xsl:element name="node">
                   <xsl:attribute name="name">
                        <xsl:value-of select="@name" />
                   </xsl:attribute>
                   <xsl:attribute name="class">
                        <xsl:value-of select="@class" />
                   </xsl:attribute>
                   <xsl:call-template name="copyAttributes" />
                   <xsl:variable name="nextNodes">
                        <xsl:value-of select="key('keyGetData', key('keyFrom', @name)/../TO/@instance)" />
                   </xsl:variable>
                   <xsl:call-template name="getNext">
                        <xsl:with-param name="currentNode" select="$nextNodes" />
                   </xsl:call-template>
              </xsl:element>
    </xsl:template>     
    <xsl:template name="getNext">
              <xsl:param name="currentNode"/>
              <xsl:for-each select="$currentNode">
                   <xsl:element name="node">
                        <xsl:attribute name="name"><xsl:value-of select="@name"/></xsl:attribute>
                        <xsl:attribute name="class"><xsl:value-of select="@class"/></xsl:attribute>
                        <xsl:variable name="nextNodes">
                             <xsl:value-of select="key('keyGetData', key('keyFrom', @name)/../TO/@instance)"/>
                        </xsl:variable>
                        <xsl:call-template name="copyAttributes"/>
                        <xsl:call-template name="getNext">
                             <xsl:with-param name="currentNode" select="$nextNodes"/>
                        </xsl:call-template>
                   </xsl:element>
              </xsl:for-each>
         </xsl:template>
         <xsl:template name="copyAttributes">
              <xsl:for-each select="descendant::*">
                   <xsl:copy>
                        <xsl:copy-of select="@*|node()"/>
                   </xsl:copy>
              </xsl:for-each>
         </xsl:template>
         <xsl:template match="@*|node()">
              <xsl:apply-templates/>
         </xsl:template>

  • [290x] MSI Gaming App error "The platform does not support this application."

    Using the latest AMD Omega drivers, I am unable to launch the Gaming App and am presented with this error -  "The platform does not support this application."
    I have tried downloading Gaming APP 3.0.0.16.zip from another post on the topic but I am receiving the same error. The only other thing I've seen as a 'solution' is to install the drivers from the MSI support page for my card - however this is version 14.4 and is over 3 months old, I don't really think that's a viable solution.
    Any ideas?
    Thanks!

    Quote from: JLio01 on 07-January-15, 11:55:18
    Is your vga driver 14.12? Any other settings changed?
    Do you have any other msi or vga software installed?
    Can you do a fresh re-install OS and what's the language of your OS?
    Yes, Catalyst Omega. No other software or hardware changes.
    Yes MSI Afterburner. Have tried uninstalling and installing gaming app, have also not had it running when trying to launch MSI Gaming app. No joy there.
    No I can't, that's not really an option for a piece of software like this which worked before but doesn't since the latest AMD driver updates.
    Quote from: JLio01 on 07-January-15, 16:07:38
    Since your motherboard is not the supported gaming series mobos, there might be something detected wrong with your card. The error message shown if neither motherboard nor vga is supported in Gaming App. I suggest use AMD Catalyst Clean Uninstall Utility to totally uninstall the current driver:
    http://www.techspot.com/drivers/driver/file/information/16748/
    and re-install the latest driver 14.12. I have no problem using Gaming App 3.0.0.16 with my R9 290X, hope you too.
    I have never seen anything stating that you need a supported gaming series motherboard to use the MSI Gaming App - maybe for other features if it has any, but the gaming app I used when I got my card was a little box with a few options for the GPU on it. Tried uninstalling and reinstalling the driver already unfortunately, using both AMD CCUU and a second attempt with DDU. No change at all, the exact same error message.
    But as I've said, the fact that there is more than one person reporting this and older drivers make the gaming app work, it's definitely a software ended problem on certain configurations. I have installed driver 14.4 now and can once again use the gaming app, just as someone with a different card and different motherboard has stated in another thread. xxhttps://forum-en.msi.com/index.php?topic=251885.0xx this solution however is not really acceptable.

  • MIGO Goods Receipt error- The customer does not exist in KNA1

    Hello all MM Gurus!!!
    I am a SD consultant trying to wear other caps as well. Basically, I was trying to do a GR, using MIGO with ref to a PO ( of type NB, the standard one).
    After selecting all the line items ( OK ) by confirming the details populated from the PO, I did a Check and when it said everything is OK I tried to Post the GR.
    Then it says " The Customer does not exist in KNA1". It does not say which one.
    Can any one help me out?.
    Thanks in advance.
    JDoe

    Manish,
    Thanks for your reply.
    >
    Manish Kumar Agarwal wrote:
    > Please give the complete details of PO.
    > What is the account assignment category in to po and the PO is for external procurement or internal and what is the item category u r using in PO.
    The account assignment category is M and in the PO, the Item category field is not maintained, which in turn means "Standard".

  • Getting an error "the Application does not exist"  in FR

    user got the message to shows there is a searching error: the application doesn’t exist member
    in HFM while pulling FR report

    Hi Folks,
                  I am still noty able to get to create a customer.Following fields is being sent:
      <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:BAPI_CUSTOMER_CREATEFROMDATA1 xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
    <PI_COPYREFERENCE>
      <SALESORG></SALESORG>
      <DISTR_CHAN></DISTR_CHAN>
      <DIVISION></DIVISION>
      <REF_CUSTMR></REF_CUSTMR>
      </PI_COPYREFERENCE>
    <PI_PERSONALDATA>
      <TITLE_P></TITLE_P>
      <FIRSTNAME></FIRSTNAME>
      <LASTNAME></LASTNAME>
      <MIDDLENAME></MIDDLENAME>
      <SECONDNAME></SECONDNAME>
      <CITY></CITY>
      <DISTRICT></DISTRICT>
      <POSTL_COD1></POSTL_COD1>
      <POSTL_COD2></POSTL_COD2>
      <PO_BOX></PO_BOX>
      <PO_BOX_CIT></PO_BOX_CIT>
      <STREET></STREET>
      <HOUSE_NO></HOUSE_NO>
      <BUILDING></BUILDING>
      <FLOOR></FLOOR>
      <ROOM_NO></ROOM_NO>
      <COUNTRY></COUNTRY>
      <COUNTRYISO></COUNTRYISO>
      <REGION></REGION>
      <TEL1_NUMBR></TEL1_NUMBR>
      <TEL1_EXT></TEL1_EXT>
      <FAX_NUMBER></FAX_NUMBER>
      <FAX_EXTENS></FAX_EXTENS>
      <E_MAIL></E_MAIL>
      <LANGU_P></LANGU_P>
      <CURRENCY></CURRENCY>
      <ONLY_CHANGE_COMADDRESS></ONLY_CHANGE_COMADDRESS>
      </PI_PERSONALDATA>
      </ns0:BAPI_CUSTOMER_CREATEFROMDATA1>
    I have done the following:
    (1) Previously I was using a DIALOG user in the usid/pwd section of the receiver RFC adaptor,now I have created a communication user.
    (2) The data present in the above instance is being successfully inserted when testing thru the test tool in SAP 6 backend
    Do I have to do anything additonal?
    Regards,
    Premjit

  • Error: The folder does not contain a valid Flex Builder Project.

    HI All,
    My first Post here. I am new to Flex Hardly 10 days old. I
    want to open the flexstore project in flex builder 3 and could not
    able to do so.
    What I did: file->import->.... got the error msg as
    "The folder does not contain a valid Flex Builder Project".
    also tried file->import->general->..... same error
    msg.
    I need your Help guys
    I downloaded the sample project from
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.html
    Thanks in Advance
    SAS
    Text

    "shakeb66" <[email protected]> wrote in
    message
    news:gknbn8$av9$[email protected]..
    > HI All,
    > My first Post here. I am new to Flex Hardly 10 days old.
    I want to open
    > the
    > flexstore project in flex builder 3 and could not able
    to do so.
    > What I did: file->import->.... got the error msg
    as "The folder does not
    > contain a valid Flex Builder Project".
    > also tried file->import->general->..... same
    error msg.
    > I need your Help guys
    > I downloaded the sample project from
    >
    >
    http://examples.adobe.com/flex2/inproduct/sdk/flexstore/srcview/index.html
    Try creating a new Flex project and dragging the files from
    the zip into the
    src folder. You may find that you need to rearrange things a
    bit, depending
    on how they set up the project, but this should get you
    started.
    HTH;
    Amy

  • Error - The site does not contain a default keywords termstore

    Getting the "The site does not contain a default keywords termstore" error in mysites (SharePoint 2010). The "This service application is
    the default storage location for Keywords." box is already checked. Which from my Googling, is normally the fix.
    Any ideas on what else i can try?

    Hi,
    According to your post, my understanding is that you get an error in SharePoint 2010 My site.
    Do you have more than one managed metadata service applications set as the default for the same web application?
    If you have more than one managed metadata service applications, you can try to uncheck the “This service application is the default storage location for keywords” option for other managed metadata service applications.
    If you have only one managed metadata service applications, you can try to delete this managed metadata service application and create a new one to test if it works.
    For more information, you can refer to:
    http://donalconlon.wordpress.com/2010/06/30/managed-metadata-setting-the-default-termstore/
    http://technet.microsoft.com/en-us/library/gg750250(v=office.14).aspx
    http://technet.microsoft.com/en-us/library/ee530391(v=office.14).aspx
    Best Regards,
    Yumi Fu

  • Error: The user does not have sufficient privileges to install Adobe Flash Player

    I get an error when the system tries to install Flash Player 11. It forced me to install when running a publish in captivate.
    The user does not have sufficient privileges to install Adobe Flash Player
    I tried to the advice from http://forums.adobe.com/message/4970296 to download and install offline version. I get this error:
    A required file (C:\Windows\system32\Macromed\Flash\FlashPlayerUpdateService.exe:5) could not be written due to insufficient permissions.

    Try a clean install as described in http://forums.adobe.com/thread/928315

  • Error:The node does not contain any elements

    Hi Experts,
    I am getting this error.
      The following error text was processed in the system SR6 :  The node does not contain any elements. COMPONENTCONTROLLER.1.ROADMAP
    The error occurred on the application server server6_SR6_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
          Method: RAISEELEMENT_NOT_FOUND of program CL_WDR_CONTEXT_NODE===========CP
          Method: IF_WD_CONTEXT_NODE~SET_STATIC_ATTRIBUTES of program CL_WDR_CONTEXT_NODE_VAL=======CP
          Method: WDDOINIT of program /1BCWDY/G25NECI0LTPP66VI3KOI==CP
          Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT of program /1BCWDY/G25NECI0LTPP66VI3KOI==CP
          Method: DO_INIT of program CL_WDR_DELEGATING_COMPONENT===CP
          Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
          Method: INIT_CONTROLLER of program CL_WDR_COMPONENT==============CP
          Method: INIT of program CL_WDR_CONTROLLER=============CP
          Method: INIT of program CL_WDR_CLIENT_COMPONENT=======CP
          Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    What is the problem here?
    Thank you.
    Lalitha.

    (Assuming you have created elements for node...)
    Definitely it is cardinality problem, please check that... Try to understand below points to avoid such error.
    When a node is created in the context of a Web Dynpro component, the cardinality of the node is specified. The cardinality defines how often a node is to be instantiated at runtime u2013 that is, how many elements of this node are available at runtime.
    u2022        1u20261          Only one element is instantiated.
    u2022        0u20261          At runtime, no more than one element is instantiated, but it is also possible that no element is instantiated.
    u2022        1u2026n          n elements can be instantiated, but at least one element must be instantiated.
    u2022        0u2026n          The number of instantiated elements of the context node can vary.
    The cardinalities 0..n and 1..n correspond to the declaration of an internal table. The cardinality 1..1 corresponds to the declaration of a structure.
    Thanks,
    Swanand.

  • Script error (the object does not support the property or method of loaded0)

    I am getting a script error each time I "run" my site from Dreamweaver (F12). It says something like:
    "The object does not support the property or method of loaded0, code0, url https://apis.google.com" etc etc "Do you want to keep running the script?"
    (I just get it in a different language, so sorry for the translation). What have I done wrong here?

    I am using internet explore, with yahoo as my "startpage"
    These two have different urls, the last one is the one I got today when I didn't have Dreamweaver open. I rarely use google.

  • PRC: Generate Draft Revenue for a Single Project shows error(The project does not have a baseline revenue)

    Project Num                    Project Name                        Revenue Project Invoice     Rejection Reason                             
                                                                       Accrual Invoice Method     
                                                                       Method  Method  at Top Task
    16                             Contract Project                    Event   Event   No          The project does not have a baseline revenue
    Regards,
    Harvir

    Hi Harvir,
    Please check:
    PRC: Generate Draft Revenue for a Single Project Showing Reject Reason As the Project Does Not Have a Baseline Revenue
    Thanks &
    Best Regards,

Maybe you are looking for