Maintain serial number for total quantity" error in BAPI_GOODSMVT_CREATE

Hi!
I also encountered the error "Maintain serial number for total quantity" in using BAPI_GOODSMVT_CREATE .
In retrieving the serial number, I use this code:
Select all
        READ TABLE l_it_ser03 ASSIGNING <ser03> WITH KEY mblnr = <gm_items>-mat_doc
                                                         mjahr = <gm_items>-doc_year
                                                         zeile = <gm_items>-matdoc_itm.
        IF sy-subrc is INITIAL.
          MOVE:
            <gm_items>-matdoc_itm TO l_wa_goodsmvt_sernum-matdoc_itm,
            <ser03>-sernr         TO l_wa_goodsmvt_sernum-serialno.
            APPEND l_wa_goodsmvt_sernum TO l_it_goodsmvt_sernum.
        ENDIF.
And then i pass the l_it_goodsnvt_sernum to BAPI_GOODSMVT_CREATE.
The error shows up whenever i tried to execute a PO having the serialised parts from the Goods Issue, but if the GI has no serialized part, the program works well.
Please, please help.
Thank you.

may i know how you solve the issue ?

Similar Messages

  • 'Maintain serial numbers for total quantity error in bapi_goodsmvt_create

    HI Experts,
    I am doing a goods movement programatically by using BAPI_GOODSMVT_CREATE.
    Though I am passing the serial no. for the document item still I am getting an error: 'Maintain serial numbers for total quantity'.
    My code goes like this:
    *-- Read all the items for the item category belonging to the plant
         loop at lt_lips into lw_lips where pstyv is not initial.
    *-- Process the goods movement -  Fill the data
              lw_gmvt-material = lw_lips-matnr.
              lw_gmvt-plant = lw_cat-werks.
              lw_gmvt-stge_loc = lw_cat-lgort.
              lw_gmvt-batch = lw_lips-charg.
              lw_gmvt-move_type = lw_cat-bwlvs.
              lw_gmvt-customer = <st_xvbpa>-kunnr.
              lw_gmvt-s_ord_item = lw_lips-posnr.
              lw_gmvt-entry_qnt = lw_lips-lfimg.
              lw_gmvt-entry_uom = lw_lips-meins.
              lw_gmvt-entry_uom_iso = lw_lips-meins.
             lw_gmvt-ref_doc = xlikp-vbeln.
              lw_gmvt-quantity = lw_lips-lfimg.
              lw_gmvt-base_uom = lw_lips-meins.
              append lw_gmvt to lt_gmvt.
              clear: lw_gmvt.
    BOC for serial numbers
              if lt_ser02 is not initial and lt_objk is not initial.
                clear: lw_ser02,
                       lw_objk.
                read table lt_ser02 into lw_ser02 with key sdaufnr = cvbak-vbeln
                                                           posnr = lw_lips-posnr
                                                           sd_postyp = lw_lips-pstyv binary search.
                if sy-subrc = 0.
                  read table lt_objk into lw_objk with key obknr = lw_ser02-obknr binary search.
                  if sy-subrc = 0.
    *-- Check if serial number is populated
                  if lw_objk-sernr is not initial.
    *-- Fill the serial number table for BAPI movement
                      clear: lw_sno.
                      lw_sno-matdoc_itm = lw_lips-posnr.
                      lw_sno-serialno = lw_objk-sernr.
                      append lw_sno to lt_sno.
                  endif. "Serial number not initial
                  endif. "OBJK read
                endif. "SER02 read
              endif. "SER02 and OBJK is not initial
    EOC for serial numbers
            endif. "Category table read
            clear: lw_cat, lw_lips.
         endloop.
    *-- Execute the BAPI only if item table is filled on the above condition
         if lt_gmvt is not initial.
    *-- Fill the header details
            lw_header-pstng_date = xlikp-erdat.
            lw_code-gm_code = lc_03.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
              EXPORTING
                GOODSMVT_HEADER               = lw_header
                GOODSMVT_CODE                 = lw_code
               IMPORTING
                MATERIALDOCUMENT              = lv_mblnr
                MATDOCUMENTYEAR               = lv_mjahr
              TABLES
                GOODSMVT_ITEM                 = lt_gmvt
                GOODSMVT_SERIALNUMBER         = lt_sno
                RETURN                        = lt_return.
    Please suggest.
    Regards,
    Sangeeta.

    Hi Banerjee,
    Actually we are trying to use the same bapi from se37, we are passing all the details which is required to process the bapi_goodmvt_create. But still the bapi returning the same error what sangeeta got in the above. Can you please guide me how to achieve this.
    how the values has to pass to the Serial Number?
    What exactly meant by Counter Values ?
    Regards,
    Siva

  • Error in bapi_goodsmvmt_create: Maintain serial numbers for total quantity.

    Help!
    I am using bapi_goodsmvmt_create.
    But it always return the error message : Maintain serial numbers for total quantity.
    I passed all the required parameters as specified in the forums that i had browsed.
    Pls advise what is the cause of the error?
    Thanks and God bless.

    Hi Sridhar!
    Thank you for the very helpful link.
    That link ended solve my problem. 
    Sorry for this late reply.
    navi

  • WHERE I SHOULD MAINTAIN SERIAL NUMBER FOR F.GOODS PRODUCT

    HI
    PLEASE TELL ME WHERE I CAN MAINTAIN SERIAL NUMBERS
    HOW WE CAN DO AUTOMATIC CREATION OF SERIAL NUMBER
    PLZ GIVE SETTING I SHOULD DO.
    DON'T GIVE ME LIKE WHICH NEED USER ID AND PASSWORD, I DON'T HAVE.
    PRASAD

    Dear PRASAD
    If you want to manage an item by serial number, you should define it in Item master Data -> General tab -> Serial and Batch Numbers->Manage Item by. You could choose 'Serial Numbers' or 'Batch'. After that, another field 'Management Methodwill' be available. You could choose 'On release only' or 'On every transaction'.
    If you choose 'On every transaction', on every transaction which will receive goods (for example, GRPO)  before adding, the 'Serial Number - setup' window will pop up. Or you can open this window by putting cursor on Quantity field and use Ctrl + Tab key. Under this window, you could create Serial Numbers.
    And there is a button named 'Automatic Creation'. Using it, you could create serial numbers automaticlly.
    Before adding documents which will issue goods, the serial number selection window will pop up.
    If you choose 'On release only', when you receive goods, the serial number setup window will not pop up. After receive them, you can finish the creation of serian number.
    Inventory -> Item Management -> Serial Number -> Serial Number Management.
    If you want to create Serial number for new received goods, choose 'Complete' in Operation. In this function, you also could automaticlly create Serial Numbers.
    If you want to update Update existing serial numbers, please choose 'Update' in Operation.

  • I submitted details to retrieve serial number for education version of CS6 Design and Web premium.  Next screen after submission was Error 404.  Should I be worried?

    I submitted details to retrieve serial number for education version of CS6 Design and Web premium.  Next screen after submission was Error 404.  Should I be worried?

    I started from the Adobe Customer Support Portal. as instructed by the accompanying documentation.That took me to here:  https://www.adobe.com/cfusion/support/index.cfm?event=opencscase&loc=en_gb&issue=z015&csed utype=steI entered the details there.
          From: John T Smith <[email protected]>
    To: Jonathan May <[email protected]>
    Sent: Sunday, 28 December 2014, 2:11
    Subject:  I submitted details to retrieve serial number for education version of CS6 Design and Web premium.  Next screen after submission was Error 404.  Should I be worried?
    I submitted details to retrieve serial number for education version of CS6 Design and Web premium.  Next screen after submission was Error 404.  Should I be worried?
    created by John T Smith in Adobe Creative Cloud - View the full discussionAre you using these links to provide your proof of status?http://www.adobe.com/store/au_edu/academic_id.htmlRedemption Code https://creative.adobe.com/educardCS6 Education https://forums.adobe.com/thread/1585740 If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7046705#7046705 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7046705#7046705 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following" 
    Start a new discussion in Adobe Creative Cloud by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • I got this error message when I want to activate the CS6. The error message is "We are unable to validate this serial number for CS6 Design and web Premium. Please contact "Customer Support ""

    I got this error message when I want to activate the CS6. The error message is "We are unable to validate this serial number for CS6 Design and web Premium. Please contact "Customer Support ""

    Hi islandschool,
    Please try the suggestion given in the link:- http://helpx.adobe.com/creative-suite/kb/unable-validate-serial-number-ccm.html
    Regards,
    Sarika

  • I am trying to retrive the serial number for installation and I keep getting error codes.

    I am using theredemption code but its not working

    Hi Daniel ,
    Please refer to this link to retrieve the serial number for your product.
    https://helpx.adobe.com/x-productkb/global/find-serial-number.html
    I hope this will help.
    Let us know if you still get any error message.
    Regards
    Sukrit Dhingra

  • How do I change a serial number for FCP Studio entered in error

    I recently had to reinstall everything and I used the serial number for a co-worker's software by mistake. I have the right serial number, but when I try to re-install, the pane for entering the serial number never comes up and I end up with the same problem. I've tried deleting everything, including the p-list, before re-installing. I've also downloaded Preference Manager for that.

    look for the FINAL CUT STUDIO SYSTEM ID in your hard drive>library>Application Support>ProApps
    Drag it out of the folder into the trash and relaunch

  • Creating more than one serial number for a material upon Goods Receipt

    I am trying to configure the system to create more than one serial number automatically for a material and have the equipment record created at the same time with the same number as the serial number.  For example using MB1C, receiving a material for a quantity of 2, the Maintain Serial number pop up box appears, selecting the 'Create serial number automatically' , I receive an error message ' Number of numbers to be assigned must be 1   
        Message no. NR030        
    Can someone help me with this issue.

    I have tried MIGO and get the same error.  The  Plant data/stor 2. tab of the  material master for this particular material is set as follows
                                                                                    Serial no. profile   NS01 SerLevel   1  Keep equipment number and serial number synchronous.
    Would there be configuration missing?

  • In Purchase Order Line item Maintaining Serial Numbers for Material Codes

    Dear Gurus,
    We have a business process in legacy system for Purchase Order like in PO line item, Material code with description, Quantity, unit of Measurement, Serial Number Start and Serial Number End is maintained, for example for Material code when we enter the data AXMLN00001 in Serial Number Start column, if the Qty 500 is maintained, by default system will calculate AXMLN00500 in Serial Number End column. 
    We understand that in standard SAP we donu2019t have this option of maintaining Serial Number Start and End in Purchase order Line item. Please let us know how this can be mapped and is it advisable to create two Z fields in EKPO table or else can we make any development.
    Suppose if this is not possible in SAP for PO then in Banks if we want to place a order for Cheque books how we can maintain Start and End Serial Numbers to print in cheque books.
    Also client is not agreeing to maintain manually Serial numbers in item text.
    regards,
    Dhanu

    Aamir,
    When the PO Item was created say for example Material had Valuation category "Y" and latter you wanted to change the category to "Y". Now system would have check for all open PO's etc...based on this you must have set Deletion Indicator to this Line Item to allow valuation category change in material master. Now when this Item got created in the table level (EKPO), system updates the valuation category "Y". Currently this valuation category is not active so it would not allow you to perform removal of deletion indicator as program cannot automatically nor you have an option to manually update the valuation category to this Item.
    Regards,
    Prasobh

  • I need a serial Number for lightroom and photoshop. Its working on the imac already, I am paying. Now want to install on the mac book. There are no adobe-mails...

    I need a serial Number for lightroom and photoshop. Its working on the imac already, I am paying. Now want to install on the mac book. There are no adobe-mails...

    dear jeff,
    its both the newest versions downloaded at adobe.com <http://adobe.com/>
    after testing i signed the contracted and i am paying
    the mail with the serial number got lost
    both apps are working on my imac
    now the should be installed on my book
    there are no informations in creative cloud about my problem.
    Am 04.03.2015 um 22:41 schrieb Jeff A Wright <[email protected]>:
    I need a serial Number for lightroom and photoshop. Its working on the imac already, I am paying. Now want to install on the mac book. There are no adobe-mails...
    created by Jeff A Wright <https://forums.adobe.com/people/JeffAWright> in Creative Cloud Download & Install - View the full discussion <https://forums.adobe.com/message/7252990#7252990>
    Berndh38291059 what version of Photoshop and Lightroom are you installing?  Do you receive any specific error messages?
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7252990#7252990 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7252990#7252990
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Creative Cloud Download & Install by email <mailto:[email protected]dobe-v7.hosted.jivesoftwa re.com> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=47 86>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.
    Bernd Hoff
    Fotoproduktion
    Stoffeler Str. 26
    D- 40227 Düsseldorf
    +49 211 37 05 14
    +49 171 642 42 07
    [email protected]
    berndhoff.de

  • Batch/Serial Number for received items

    Hi Friends,
    I Received a item(0001) 10 quantity with the Management Method is NONE
    After This process
    I want to Sell this Product(0001) as Serial Number/Batch Number wise
    One of our Friend told me that we can do this in
    "ItemManagement"
    In Batch Management selection window I choosed
    Operation -COMPLETE
    In Item Code My Item (0001) is not appearing
    and i tried to change the item(0001) MANAGEMENT METHOD
    a Error is coming
    That is"u cant change the management method until on hand quantity is zero"
    now wat i have to do to make Batch\serial number for received items
    kindly reply me i  m waiting for ur reply
    D.Sankar

    Hi Sankar,
    In the Item Master Data - General tab, if an item is managed by 'Batches' and its 'Management Method' is 'On Release Only' then that item can be received into stock without creating Batches for that item. However, the item cannot be released from stock e.g. in a Delivery document without selecting batch numbers.
    Lets assume that your item '0001' is 'Managed By' Batches and has a management method of 'On Release Only' in the Item Master Data - General Tab. In this case lets say that a Goods Receipt PO is added with a quanauty of 10 for this item and it adds to the database without creating batch numbers for the it. However, the batch numbers, for this quantity of  10 received in the Goods Receipt PO, must be created before they are released from stock, in a Delivery for example. To create these batch numbers  the Batch Management must be run with the 'Operation' 'Complete'. This is the only way to create the Batch numbers in this scenario. 
    I hope this helps clarify the 'Complete' operation in the Batch Management.
    Regards,
    Noreen

  • When entering my phone serial number it shows "We're sorry, but this is a serial number for a product that has been replaced. Please check your information and re-enter your serial number. If your information is correct, you may need to contact us."

    Hi,
    I had purchased an iPhone 5 last month and got the OS updated to iOS 7, yesterday.
    The data cable was of very bad quality and when I took it to the retailer for replacement, they said that its not covered under the one year warranty.
    Secondly, I have also been experiencing network coverage issues with this phone. So, I decided to contact apple care through the web. When entering my serial number/IMEI it says, "We're sorry, but this is a serial number for a product that has been replaced. Please check your information and re-enter your serial number. If your information is correct, you may need to contact us."
    Does anybody have any idea what the reason behind this could be.
    - First time with iPhone and frustrated.
    Briju

    If you purchased the iPhone from Apple or an authorized Apple reseller,
    contact them for assistance. If you purchased elsewhere, go back
    to that retailer and get them to give you a new iPhone or your money
    back.
    If you have checked the serial number carefully and re-entered it
    and that gave you the same error message, contact Apple if purchased
    from Apple or authorized retailer; otherwise you have been scammed
    and need to pursue the matter with the business you obtained the
    iPhone from.

  • How to maintain serial no for sales order created by BAPI

    Hi all,
    We are using BAPI for creating sales order "BAP_SALESORDERDAT2" but we are not able to assign Serial number while using this BAPI. Is there any function modul, BAPI, or workarround available to solve this problem. Or how to maintain Serial number.
    Regards
    Shambhu Sarkar

    Hi
    It is not possible to to maintain serial numbers with the normal SD
    BAPIS. This functionality is not scope of the BAPIS.
    regards,
    Ramana

  • We are unable to validate this serial number for CS6 Design Standart. What's wrong with my key or why won't it validate?

    I bought the CS6 Design Standard student and teacher edition over amazon. I activated the product on my adobe account and got a serial number. But when I install the package and enter the serial number I a message saying "We are unable to validate this serial number for Creative Suit 6 Design Standard. Please contact Customer Support."
    Does anyone know what is up with this? I am sure that the problem isn't anything along the lines of making mistakes when typing in the serial (tried it multiple times, used copy paste to reduce chance of error). It's also not any problem with me lacking an internet connection adobe to validate the serial.

    Serial number questions can't be handled on the forums. You'll need to talk to Customer Support either by phone or web chat.
    http://helpx.adobe.com/contact.html

Maybe you are looking for

  • Dunning F150 - not checking minimum interest amount

    Hello everybody, I am facing the following issue: When running dunning F150, although I have configured the minimum amounts for interest - for each dunning level - the system is not using them. The Dunning results i get  include items with interest l

  • Boot camp and 3tb fusion drive

    I am planning on buying a new iMac 27" with a 3TB fusion drive. Will I be able to install Windows 8.1 64Bit using boot camp?

  • Skype Click to Call and Firefox... down at the mom...

    not sure where else to put this but just thot i should let the skype powers-that-be know that skype click to call is not working in firefox right now.  if yall already know then sorry to repeat this, just would like something done on it as soon as po

  • SAPSCRIPT: Purchase Order Required Delivery Date Not printing

    We have a required delivery date in the PO in the field EEIND. But all of the SAP logic is pointing to doc-xpekko-EINDT. I am only aware of a couple of places the logic can look for EEIND in the PO and the date is there, but again  the SAP logc seems

  • Windows Server 2008 R2 Logical Disk monitor is not listed in SCOM 2012

    Dear Experts, I tried to create an override of Logical Disk space threshold value changes on one of Windows 2008 R2 OS, But unable to find the respective monitor of 'Windows Server 2008 R2 Logical Disk' monitor in the scope, But I can see Windows Ser