How to increase No.of container in Goods receipt

Dear QM Gurus,
As per standard SAP, length of  No.of container in Goods receipt is 6 (out of 6, decimal place is 3).So it will allow only 3 digit numbers, say upto 999.999
In our scenario, Business want to enter morethan 999 containers, we don't want to use decimal, system should allow for morethan 999 containers.
Is there any way to achieve this ? Kindly provide your valuable suggestion.
Thanks in advance.
Regards,
V.Manikandan

Hi can you please check the SAP note 1251448

Similar Messages

  • How to find inbound with repect to goods receipt?

    Dear Gurus,
    how to find inbound with repect to goods receipt?
    Any report?
    Thanks,

    Once you do goods receipt inbound delivery no gets updated in Material document delivery note field.Use Table MKPF to get inbound delivery umber against material document
    Material document field :MKPF -MBLNR
    Inbound delivery Ref :MKPF-XBLNR

  • How to change Purchase Order currency after Good receipt and Good issue?

    Hi,
    I've a PO created last year. The PO currency has been entered wrongly.
    My store colleague has been performed good received and consumed it.
    Now, I am not able to change PO currency to correct one, due to this message:-
    Currency can no longer be changed
    Message no. 06489
    Diagnosis
    As a basic rule, the currency cannot be changed if there has already been a goods receipt against a document.
    If the document contains external service and/or limit items, or if an invoicing plan has been assigned to an item, the currency cannot be changed following the receipt of an invoice either.
    If external service items exist, the currency also cannot be changed if services that have actually been performed have already been recorded or if the item in question has been assigned to a preventive maintenance (servicing) plan.
    Is there anyway to change PO currency after Good receipt and Good issue? Thanks !

    Diagnosis
    As a basic rule, the currency cannot be changed if there has already
    been a goods receipt against a document.
    If the document contains external service and/or limit items,
    or if an invoicing plan has been assigned to an item,
    the currency cannot be changed following the receipt of an invoice either.
    If external service items exist, the currency also cannot be changed if
    services that have actually been performed have already been recorded or
    if the item in question has been assigned to a preventive maintenance (servicing) plan.
    Answer in question itself,need to cancel all documents of wrong currency in order of LIFO,
    Create a new purchase order.

  • How can i add message in "migo"  ( good receipt ) ?

    how can i add message in transction "migo"  ( good receipt ) ?
    i tried userexit MBCF0002
    but i can't see more then one
    line of the order and the user
    get 3 messages ( in case of order with 3 lines )
    the badi's
    MB_DOCUMENT_BADI
    MB_MIGO_ITEM_BADI
    don't give me the option
    to add message .
    i tried to add message in the check or befor the save .
    this is the message  :
      CALL FUNCTION 'POPUP_TO_DIS
    PLAY_TEXT'
          EXPORTING
            titel              = text-001
           textline1          = text-001
          TEXTLINE2          = ' '
           start_column       = 25
           start_row          = 6.
       message s000 with text-002.
    ENDIF.

    OK, I'm on ECC6.0 system that's why you can't find it in 4.7 version.
    I'll copy and paste the sample code for you below.
    Sample Method IF_EX_MB_MIGO_BADI~CHECK_HEADER
    method if_ex_mb_migo_badi~check_header .
      data: ls_bapiret type bapiret2.
    * Refresh return table
      refresh: et_bapiret2.
    * Check header data (W-/E-Messages are useful)
      if gs_exdata_header-badi_nummer is initial.
        ls_bapiret-type       = 'W'.
        ls_bapiret-id         = 'M7'.
        ls_bapiret-number     = '895'.
        ls_bapiret-message_v1 = 'Enter number on external screen'(001).
        append ls_bapiret to et_bapiret2.
      endif.
    endmethod.                    "IF_EX_MB_MIGO_BADI~CHECK_HEADER
    Sample Method IF_EX_MB_MIGO_BADI~CHECK_ITEM
    method if_ex_mb_migo_badi~check_item .
      data: ls_extdata type migo_badi_example_screen_field,
            ls_bapiret type bapiret2.
    * Refresh return table
      refresh: et_bapiret2.
    * Read external data
      read table gt_extdata into ls_extdata
           with table key line_id = i_line_id.
    * Check if all entries are done (W-/E-Messages are useful)
      if ls_extdata-badi_erfmg is initial.
        ls_bapiret-type       = 'E'.
        ls_bapiret-id         = 'M7'.
        ls_bapiret-number     = '895'.
        ls_bapiret-message_v1 = 'Enter quantity on external screen'(002).
        append ls_bapiret to et_bapiret2.
      endif.
      if ls_extdata-badi_erfme is initial.
        ls_bapiret-type       = 'E'.
        ls_bapiret-id         = 'M7'.
        ls_bapiret-number     = '895'.
        ls_bapiret-message_v1 =
           'Enter unit of measure on external screen'(003).
        append ls_bapiret to et_bapiret2.
      endif.
    endmethod.                    "IF_EX_MB_MIGO_BADI~CHECK_ITEM
    Implement your according to the examples above.
    Hope this solves your problem.
    Cheers,
    Sougata.
    P.S. You need to create a brand new Z implementation via SE19 using the BADI definition MB_MIGO_BADI
    Edited by: Sougata Chatterjee on Dec 31, 2007 1:05 AM

  • How to Change Exchange Rate while Preparing Goods Receipt

    Hai all,
    Help in find any user exits or BADI for changing Exchange rate while preparing Goods Receipt for Import Schedule Agreement. Or help me for re-directing system to take exchange rate from different effective date. we will be provided by us.
    Thanks & Regards
    Nagarajan M

    You need to assign KOMK-KURST = 'E', for those two condition types. If it had been item number specific, you could have used USEREXIT_PRICING_PREPARE_TKOMK(RV60AFZZ).
    Do one thing, put a breakpoint on FM 'PRICING' and then do selective runtime analysis.
    Check whether any user exit/BADI/ explicit enhancement are available when condition types are processed in a loop. If nothing is available, try implicit enhancement.
    Link to refer for selective runtime analysis - Runtime Analysis for VOFM
    Also try with VOFM requirements ( not sure whether changing KOMK-KURST is permissable in requirement as normally  we only set sy-subrc values to suppress/allow condition types ). Don't forget to assign requirements against condition types in pricing procedure.

  • How to find the container in goods receipt table

    hi,
    how to find the number of containers with respect to each material document. After posting the material document the number of containers cannot stored in MSEG or MKPF table. i can able to find only in QALS table  but how to link the material document and inspection lot.
    Thanks
    Muthuraman.D

    Hi Muthuraman,
    Can you check this bapi BAPI_INSPLOT_GETLIST.In this bapi there is a different selection criteria like material,material document no and all. I think you can use this for your report. Check this and post if need help.
    Regards,
    Madhu.

  • How to change the Profit centre in goods receipt before posting

    Hi All,
    when we are doing MB01,  material master and Purchase order  are  having different profit centres, since legacy has multiple profit centre for the same material.
    My requirement is to change the profit centre before posting a Goods receip with the Purchase order Profit centre.
    Is thre any user-exit, Badi or Substitutions for this requirement.  I have implimented the below code in the Badi
    MB_DOCUMENT_UPDATE.
    data : ls_xmseg type mseg.
    ls_xmseg-Profit Centre = .....
    ls_xmseg-prctr = '0020077170'.
    modify XMSEG from ls_xmseg transporting prctr .
    But i'm getting Data base update terminated message. Please help me in this.
    thanks,
    Ram.

    Dear Sir,
    But is T-code not working ....
    have you other code/ process so, pls. give me ....
    Pls sir
    Regards
    Jayesh Kanungo

  • How to block wrong serial numbers for goods receipt.

    "while doing grn via migo t code serial numberes are entered wrongly.
    means current serial number is 4 digits 2000,2001,2002,,, but  8 digit serial numbers(20002001) are entered wrongly in migo  ,101m type. when i am going to do grn for that materiall it is taking 8 digit serial number
    how to block those 8 digit serial numbers? How to continue current serial number series as(2000)"
    how to initialize serial numbers for a particular material

    This means that you are not mapped as a worker in the system
    Go to HRMS resp..create employment...then go to sysadmin user form and query the user for which u want to associate..
    then in the person field map the user which u created employment
    Then you should be able to access the all the purchasing forms
    Mahendra

  • How to activate the Check box in Purchase Order after Goods Receipt

    Hi All,
    How to activate the check box after Goods receipt of Purchase order in Item view (Goods Receipt is completed).
    Where t make the settings in SPRO.
    Regards,
    Shailendra Hadkar

    Hi
    SPRO - SAP IMG- Material management - Inventory management and physical inventory - Goods receipt - create purchase order automatically - activate auto Po creation for movement type.
    Then activate the auto PO creation in Vendor master - Purchasing view
    Check it out.
    Regards,
    raman

  • Posting Goods Receipt Data in SRM

    Hi,
    We are implementing SRM 4(Extended Classic Scenario). For all open Purchase Orders (PO's) in R/3 we will be getting goods receipt data from R/3 in an excel sheet.
    Now how de we upload (create/post) the Goods Receipt data into SRM?
    Are there any BAPI's or function modules that I can use in the program that I am developing to create/post goods receipt in SRM from the data in the excel sheet?
    Thanks and Regards,
    Mick

    Thanks Christophe.
    I am not sure I have understood why we need to use BBP_CF_ASSIGNMENT. Is it that it will give the item quantities that have already been confirmed? And what is the balance quantity to be received? But if that is the case how does it help us as the excel sheet will contain the quantity for which the confirmation has to be created in SRM.
    Apart from the FM's that you mentioned (BBP_PD_CONF_CREATE, BBP_PD_CONF_UPDATE and BBP_PD_CONF_SAVE), I came across this bapi, BBP_BAPI_CONF_CREATE_IN. Will this not create the confirmations in SRM? Please let me know your thoughts.
    Regards,
    Mick

  • Partial goods receipt for PO with multiple line items

    Hello All,
    While doing MIGO, for a PO with multiple line items, if one line item is having error, will we be able to go ahead with goods receipt? Or entire material document is blocked for doing MIGO?
    We will be doing a development - in case if there is problem in goods receipt (checking of any parameter, and if it is missing - we will be posting error message)...is it possible to ahead with next line item and still post the material document?
    If partial goods receipt if possible for PO with multiple line items, how do we do it?
    Regards,
    RJS

    Hi
    While doing MIGO, for a PO with multiple line items, if one line item is having error, will we be able to go ahead with goods receipt? Or entire material document is blocked for doing MIGO?
    No. You cannot post the MIGO, if even one of the PO line item is having problem or giving error.
    We will be doing a development - in case if there is problem in goods receipt (checking of any parameter, and if it is missing - we will be posting error message)...is it possible to ahead with next line item and still post the material document?
    If you skip a line irem and do GR with next line item, how will you match quantity & value with the vendor Invoice at LIV ?
    If partial goods receipt if possible for PO with multiple line items, how do we do it?
    Partial goods receipt is possible for PO line items. That means, if PO has 100 qty for line item 1 then you can do GR for 50 now and 50 later depending on the vendors delivery.
    Hope this is what you mean by "Partial Goods Receipt".
    Edited by: Arun R on May 10, 2010 2:03 PM

  • Goods receipt slip and creates multiple objkey in nast for edi

    Dear SAP Guru,
    I have a po that has 2 lines and I do the goods receipt using the MIGO of all 2 line items.  I also have all the setup so that I create an idoc when goods receipt  is performed.  The problem is multiple idocs are created. So, for this it creates 2 idocs; each idoc has both PO lines.  When I look at the NAST table, there are 2 entries with 2 different objkey in material_doc_noyearcounter format. For example, the NAST table has 049000000120090001 and  049000000120090002.  My problem is, I only need one objkey in the NAST table so that it only create one idoc which contains both goods receipt line items.  Your expertise is greatly appreciated in this.
    SW.

    check this
    2. Before you set up the output determination, you have to run the program RM07NCUS for each client in which you want to use the output determination function.
    This program copies the basic settings from the SAP standard client (000).
    from there:
    http://help.sap.com/saphelp_46c/helpdata/en/ed/6cec6eb435d1118b3f0060b03ca329/content.htm
    and check you have define some printer for the output.

  • Setting the Goods Receipt indicator in SRM

    Hi,
    I have been assigned to clear the goods receipt indicator for certain vendors during the purchase order creation process. I modified the BADI BBP_B46B_PO_OUTBOUND to clear the gr_indicator and it does that. On R/3 EKPO-WEPOS(gr_indicator)  is clear. The problem is When I display the purchase order in SRM by clicking Header Data\Follow on Documents\ the Confirm Performance of Service Goods Receipt
    checkbox is still populated. I have been told that is because there is a SRM table where that gr_indicator is located but we can not determine which tables. I wanted to trace the transaction bbp_pd but we can not trace in our QA environment.
    Does anyone know the SRM table that contains the Goods Receipts indicator?

    Hi,
    For quicked Replies..........Post to the dedicated SRM Forums
    Forum->SAP Solutions->SRM - General
    Forum->SAP Solutions->SRM - Shopping Cart & Catalog
    Forum->SAP Solutions->SRM - Workflow & User/Vendor/Org. Management

  • Update Material availability after goods receipt

    Hello Experts,
    Configured the system to send an email to MRP when a missing part in a Production order Received.
    Now the problem is, How to remove the Missing parts flag from the Pick list ( or How to update the Material availbilty at Goods receipt? ).
    Thanks for your help in advance.
    Govind.

    Mario,
    Thanks for your response.
    We have the ATP mass processing background job scheduled. But thats is running by period value. I am looking for something which updates after the GR Posted. ( Event based ) and should run only for the part no or Oder received.
    Do you have any suggesstions?
    Thanks
    Govnd.

  • SRM and Goods Receipt

    Hi,
    How does it generally work with the goods receipt in the SRM. Let's say at the standard scenario.
    Employee has ordered something. The order has been approved. Now the order is gone into the backend.
    What happens now. Does the goods receipt takes place within SRM or what exactly happens there.
    Regards
    Alex

    Hello Alex,
    After Manager approval, purchase order is created (assuming source of supply is present otherwise adds source of supply & creates PO). Purchase order is sent to supplier. Supplier ships the goods. Employee receives the goods & performs the confirmation in SRM. Confirmation is transferred as goods receipt in ECC. Vendor sends the invoice & payment is done based on the match.
    Central confirmation role can create confirmation on behalf of other employees & use notify receipient option to inform that there goods are received.
    Find more details here:
    http://help.sap.com/saphelp_srm70/helpdata/en/d3/c9ca09052e47cd996279d765991177/frameset.htm
    Hope you find it simple.
    Thanks
    Ashutosh

Maybe you are looking for

  • Error when launch the emulator

    Hi experts, I had installed the version rumpump of NWDS, and all work fine... Today, i have installed the Trial Version of NWDS for obtain the sample app, and now, when i execute the emulator appear this error: Error starting the framework java.lang.

  • Quicktime plug-in not working in Safari

    I've tried everything I know to get this working. Deleted prefs, re-installed QuickTime, etc. I can't even get QT movies on the Apple site to play. They work with FireFox, but not Safari. Running OS X 10.5.1, newest QT, etc. What on earth is going on

  • Text pane problem

    Hi guys, I need a component which acts as a chat screen allowing me to append messages. Each chat message may be a different colour. I also need to set the font of the pane via my look and feel. This font is not included in html. First I tried using

  • Unexpected Error while Launching Application

    Ok I am new to JNLP, but I have created a working JNLP file, signed my jar file, and configured Tomcat to localhost:8080. Tomcat says it is working, and JWS launches and does it thing. However the application bar seems like it is stuck in a loop and

  • Display a field/ text as hyperlink in the selection screen.

    Hi All, I have a requirement wherein i need to display a text/field as hyperlink in the main selection screen. Uponn clicking the hyperlink i need to display an ALV in the pop up screen( i.e pop up window). Any pointers on how to get hypelink in main