Unable to posting in serial order(MB31)

Hi Dear,
when we are posting in serial order (900000000269) with 22000 quantity then it is unable to posting in 22000 quantity.
message hasbeen written Exactly 22.000 serial numbers must be selected .
(instead of 7.173)
if we are posting order no with below 14000 quantity then it is posted correct. but above 14000 quantity it is unable to post the serial order number.

TYPES: BEGIN OF ty_mase,
          matnr   TYPE matnr,
          lsernr  TYPE lsernr,
         alpha_numeric TYPE zalpha,
       END OF ty_mase.
DATA: wa_imase1(18) TYPE c,
       wa_mara       TYPE marc,
       wa_sernr      TYPE risernr,
       v_string(18)  TYPE c,
       v_imase(18)   TYPE c,
       v_month(18)   TYPE c,
       v_year(18)    TYPE c,
       v_sernum(18)  TYPE c,
       lv_name       TYPE c,
       wa_imase(6)   TYPE c,
       lin(10)       TYPE c,
       lv_month      TYPE char6,
       lv_year       TYPE char4,
       lv_datum      TYPE sy-datum,
       it_mase       TYPE TABLE OF ty_mase,
       lwa_mase      LIKE LINE OF it_mase.
CLEAR : wa_imase1,wa_mara,wa_sernr,v_string.
CLEAR : v_imase,v_month,v_year,v_sernum,wa_imase,lin,lv_name,lv_datum.
CALL FUNCTION 'MARC_SINGLE_READ'
   EXPORTING
     matnr = material_no
     werks = plant
   IMPORTING
     wmarc = wa_mara.
IF wa_mara-sernp = 'S001'.
   lv_datum = sy-datum.
*  SELECT SINGLE alpha_numeric FROM mase INTO wa_imase1 WHERE matnr = material_no.
*  SELECT SINGLE alpha_numeric FROM ZPP_SERAIL_NO INTO wa_imase1 WHERE matnr = material_no.
*  IF wa_imase1 IS INITIAL.
*    wa_imase = wa_imase1 + 000001.
*    lv_name   = 'S'.
*  ELSE.
*    lv_name   = 'S'.
*    v_imase   = wa_imase1.
*    v_sernum  = v_imase+6(6).
*    wa_imase  = v_sernum + 000001.
*  ENDIF.
   v_year   = lv_datum+2(2).
   CASE lv_datum+4(2).
     WHEN '01'.
       v_month = 'JAN'.
     WHEN '02'.
       v_month = 'FEB'.
     WHEN '03'.
       v_month = 'MAR'.
     WHEN '04'.
       v_month = 'APR'.
     WHEN '05'.
       v_month = 'MAY'.
     WHEN '06'.
       v_month = 'JUN'.
     WHEN '07'.
       v_month = 'JUL'.
     WHEN '08'.
       v_month = 'AUG'.
     WHEN '09'.
       v_month = 'SEP'.
     WHEN '10'.
       v_month = 'OCT'.
     WHEN '11'.
       v_month = 'NOV'.
     WHEN '12'.
       v_month = 'DEC'.
   ENDCASE.
   SELECT SINGLE alpha_numeric
                 FROM zpp_serail_no
                 INTO wa_imase1
                WHERE matnr    = material_no
                AND   z_month  = v_month
                AND   z_year   = v_year.
   IF wa_imase1 IS INITIAL.
     wa_imase = wa_imase1 + 000001.
     lv_name   = 'S'.
   ELSE.
     lv_name   = 'S'.
     v_imase   = wa_imase1.
     v_sernum  = v_imase+6(6).
     wa_imase  = v_sernum + 000001.
   ENDIF.
   CONDENSE wa_imase.
   CALL FUNCTION 'CONVERSION_EXIT_AUFNR_INPUT'
     EXPORTING
       input  = wa_imase
     IMPORTING
       output = wa_imase.
   DO number_serialno TIMES.
     CONCATENATE lv_name v_year v_month wa_imase INTO v_string.
     CONDENSE v_string.
     wa_sernr-sernr = v_string.
     APPEND wa_sernr TO tab_sernr.
     wa_imase = wa_imase + 000001.
     CONDENSE wa_imase.
     CALL FUNCTION 'CONVERSION_EXIT_AUFNR_INPUT'
       EXPORTING
         input  = wa_imase
       IMPORTING
         output = wa_imase.
     CLEAR v_string.
     CLEAR wa_sernr.
   ENDDO.
   SORT tab_sernr BY sernr ASCENDING.
   DESCRIBE TABLE tab_sernr LINES lin.
   CONDENSE lin.
   CLEAR wa_sernr.
   READ TABLE tab_sernr INTO wa_sernr INDEX lin.
   IF sy-subrc = 0.
*    SET PARAMETER ID 'MEM1' FIELD wa_sernr-sernr.
*    UPDATE mase SET alpha_numeric = wa_sernr-sernr WHERE matnr = material_no.
     EXPORT wa_sernr-sernr TO MEMORY ID 'MEM2'.
   ENDIF.
ENDIF.

Similar Messages

  • Unable to posting in serial order

    Hi Sir,
    actually we are posting above 15000 quantity .it is unable to update.

    Hi Sir,
    actually we are posting above 15000 quantity .it is unable to update.

  • Unable to post the Purchase Order inbound idocs which are in status 64

    Hi
    While Processing the inbound idocs which are in status 64 for message type: PORDCR i am getting the
    idoc into error status 51 saying the error as "Missing authorization: Purchase Order Create Purchasing Grou V10"
    We are getting the inbound idocs from third party and we need to post these idocs in production.
    Can any one help me out how to proceed further on this.
    Thanks in Advance
    Regards,
    Phani Miriyala.

    Hi
    Thank you very much for your quick response.
    As the same user is able to process the idocs of message type PORDCR which are in status 64 successfully previously.
    Regards,
    Phani Miriyala.

  • Unable to post in MI07 for sales order stock - Error Check Table XMSSA

    Hi,
    When I try to post in MI07, I get the following error Unable to post - Error 'Check Table XMSSA
    Unable to post - Error 'Check Table XMSSA: entry 0000000000010011000 CA01 E 1500004153 000010 does not exist
    It has something to do with sales order stock. But I am not sure what is causing the issue.
    SAP error details:
    Check table XMSSA: entry 000000000010011000 CA01 E 1500004152 000010   does not exist
    Message no. M7001
    Diagnosis
    In table XMSSA the entry 000000000010011000 CA01 E 1500004152 000010   is missing.
    Procedure
    Make sure your entries are correct.
    If table  has not been maintained correctly, please inform your systems administrator.
    Any ideas?

    Hi Guys ,
      I have faced this same issue . Found OSS note 1360365 . The issue is resolved after implementing this note .
    Regards
    Rajmohan G

  • Unable to post a MIGO GI 351 against an STO (Stock Stransfer Order)

    Dear all,
    I hope somebody can assist by telling me why I am unable to post a MIGO GI against a Stock Transfer Order (PO Doc type UB).
    Am getting error msg "Purchase order 45XXXXXXXXX is no stock transport order. Therefore, it is not possible to post a goods issue with reference to this purchase order".
    This PO is definately an STO.
    What am doing wrong?
    Thanks in advance.
    Sheena.

    Hi
    Steps involved in Stock Transport Order:
    1.     Stock Transport Mat. - Material Master to be maintain in both the Plants.
    2.     Stock Transport Mat. - Stock to be maintain in Supplying Plant.
    3.     Create PO enter STPO doc. Type (UB), Supplying Plant, item category (U) then Delivering Plant.
    4.     In Conditions Del. Cost to be enter & Tax not applicable.
    5.     Go to MIGO first do A07 u2013 Goods Issue using 351 (Stock in transit) Mov. Type.
    6.     Then do MIGO A01 u2013 Goods Receipt using 101 (GR for PO to warehouse) Mov. Type.
    7.     Use MMBE see the stock in both the Plants.
    Regards,
    senthil

  • Unable to post 101 against process order

    Hi Experts,
    Here ther is a customised report to post 101 where input is process order no. ,batch and qty where user finds error as unable to post 101. kindly help to resolve.

    Hi,
    I sugest you take a help of your ABAP team, since it is customized transaction to post GR , they will debug the program and give the reason were eaxctly issue is why the posting is not happening.
    Once you get the issue , post back to forum if u find difficulty to analyze it.

  • FB50 posting to internal order not possible.

    I have another problem. We wanted to settle costs collected on internal orders to a balance sheet account. So I created a new order type, allocation structure, settle profile. But when I try to do fb50 and debit some expenses on this internal order I get a message "FI postings not allowed". Can you please help me with this.
    Thanks.

    Hi,
    You would not have released the Order.
    Once you release the order then only postings are possible.
    If you have released and still you are unable to post transactions:
    Then u need to check the status profile that you are using
    Please award points suitably
    Best Regards
    Surya

  • Material Posting for Refurbishment order

    Hii MM Gurus,
    I am going to take external service for making repair of the pump. For repair i am going to send pump & some bearing out for repair of the pump. I am following the process as follows which is out of SAP (Not yet configured). The process is as
    1. I make refurbishment order for pump & also assign other material.
    2. I make goods issue from store  on order & then sends goods to supplier.
    3. I am making issue to order but the next operation that is sending material to vendor after goods issue is out of sytsem as for doing 541 material should be in stock & i have already posted it on order.
    So what should i follows or how i should post the material sothat it will get issue to order & also post the movements sothat it will allow me to send it out to vendor?
    What process i should follow sothat i can show the material is received from vendor & then Repaired pump is available in store for use?
    Regards
    Makarand

    I am using IW81 for creation of refurbishment order.
    IW32 to change order for updating other material & external service so that PR should get generated.
    Then I am using MIGO for issue of goods to order sothat i can show consumption of material for the order.
    We are making PO from PR generated.
    Then i am sending material out for repair to supplier on some mannual challan no SAP movement is posted after above MIGO.
    Then we receive the material from supplier this is also manual process.
    then we do IW8W to return the Pump to store with some other Valuation type say C2.
    But when we are sending material out to supplier for repair we cannot having accountability of material through SAP as it is not having any posting through SAP.
    Pl guide I want to show that the material is first issued to order then it sent out against the PM order out to vendor for repair.
    By PM module it is possible with User status to show the equipment or serial number is at vendor but how to show it through MM.
    Regards

  • I was running Lightroom 3.6 with the OS Windows XP (Sp3). The whole system crashed, I am unable to recover the serial number. I then upgraded my OS to Windows 7 (x64) and down loaded Lightroom 4.4, I wanted to buy a licence so I then upgraded to Lightroom

    I was running Lightroom 3.6 with the OS Windows XP (Sp3). The whole system crashed, I am unable to recover the serial number. I then upgraded my OS to Windows 7 (x64) and down loaded Lightroom 4.4, I wanted to buy a licence so I then upgraded to Lightroom 5, now when I try to register I am asked for the original licence/serial number. Where do I go from here??????

    If you upgraded from 3.6 to 5 (you didn't indicate buying 4.4) then you will need the serial number from 3.6 in order to be able to use 5.  If you did not keep a record of it there is a chance it might be available thru your Adobe account online, but if not, there is likely not much you can do except to return the upgrade and purchase a full version.  Try contacting support using chat and explain your situation to see if they can help.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )
    If you did purchase 4.4 then that should be sufficient to use to activate 5.
    I can never be sure what goes on with Lightroom, and the Adobe site (even when it works properly) makes finding information about products difficult these days so I am at a loss to confirm anything I say.

  • UNABLE TO POST OF PARK DOCUMENT

    Dear cons
    i am unable to post park document . At the time of post the document the system gives a messagethat " order price quantites leads to incorrect po history. Note that order qty is MT & ORDER PRICE QTY in %. PL. solve my problem so that i CAN POST THE PARK DOCUMENT.
    THANKS
    NIRUPAMA

    Hi,
    Goto OLMR-->Invoice block> tolarence key--
    >see tolarance keys BR and BW and choose dont check or increse the tolarance limits
    Regards
    S.Baskaran

  • Unable to post cancellation invoice to accounting.

    Hello Experts,
    I have one scenario in which the user has done Order ->Delivery ->Invoice -> Accounting documnent is Cleared. he created Cancellation invoice and trying to post the cancellation document to accounting. but system is giving error message unable to post document because foreign trade data is missing. therefore unable to post the document to account. Document flow is as follows.
    Order - Completed
    Delivey -Completed
    Invoice -Completed
    Accounting Doc-Cleared
    Cancellation Invoice - Missing export data
    The invoice and cancellation was created a year before. and user didn't face any problem while posting normal (F2) invoice to accounting. system did not throw the same error message.
    Now, user want to post the cancellation document to accounting. Kindly let me know what can be done in this case.

    Hello
    You cannot cancel a cleared invoice and post it to accounts. if it is alredy cleared then what is the use of cancellation and what would happen to the payemnt received from customer ?
    you can reverse the clearing done for the invocie , then create cancellation document and post it
    you would also have to open the periods one year back !!
    Hope this helps
    Thanks
    akasha

  • TS1292 I rubbed the iTunes gift card back off, I was unable to read the serial number as part of it came off, can any one help.

    I rubbed the iTunes gift card back off, I was unable to read the serial number as part of it came off, can any one help.

    If the page that you posted from doesn't help then you will need to try contacting iTunes support (you will need to give them as much of the serial number and activation code from the card as you can read) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes

  • I'm getting this message " We are unable to validate this serial number for Lightroom . Please contact Customer Support " when installing on my Mac

    I'm getting this message " We are unable to validate this serial number for Lightroom . Please contact Customer Support " when installing on my Mac

    contact adobe support by clicking this link and then clicking 'still need help' as soon as it appears, https://helpx.adobe.com/contact.html

  • Production and Other Overheads posting to Production Orders

    Hi All,
    I need a clarification regarding Production Orders,
    I have created a PP Production for 10 finished qauntity, I have posted material consumtion to the order in MB1A Tcode with 261 movement type.
    But how to post actual cost to the order. From HR Module, Salaries GL are getting upldated, Out of that some of the employees related plant.
    Saleries cost and other activity cost( Actuals), how can i allocate to Production Orders and on what basis.
    Please advice me in this regards, let me know if i am thinking in wrong way.
    Regarsd,
    Ganesh

    Hi,
    u can allocate salrary cost ect to production orders.
    first of all salary should be a primary cost element.
    u can allocate on the basis of hours or any other relevant factor , the factor should be available in ativity type list, other wise u have to create activity.
    in the cost center assessment u can use salary cost element and settle on prodcution orders , u can manully enter amount or u can decide to allocate based on activity quantity in order to do so ur settlement profile must allow posting on production orders..
    points if information useful
    Rajesh

  • 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