Serial Nos while doing PGI in the Delivery

Hi Everyone,
Please guide me for the following query:
After selecting an item line and then clicking on option for Serial No. on the screen, no screen is being appeared for entering the Serial Nos.
Note: The Material is a serialized material.
Please guide what can be the problem.
Thanks and Regards

Hi,
Yes, Serial No.is existing there.
Please guide what can be the reason, why we are not able to get the screen where we can enter the serial nos?
Actually previously we transferred the stock from a batch valuated serialized material to the currently being used material (which is serialized but not batch valuated).
As because the currently being used material is not a batch valuated material, we are not getting the screen to enter the serial nos. Is this the reason?
With serial no. profile(XXXX), attached equipement category is 'H'.
With serial no. profile(XXXX), MMSL-the Serial Number Usage  = '03', '01'
Serialization attributes for Movt Type: XXXX-MMSL-001-03-01.
601-LGoods movement for delivery note-Normal receipt- No consumption-001.
Now i got it, in my serial no. profile, SDLS was not defined!
Many thanks to you all.
Thanks and Regards
Edited by: MP Vashishth on Apr 6, 2011 9:25 AM
Edited by: MP Vashishth on Apr 6, 2011 10:06 AM
Edited by: MP Vashishth on Apr 6, 2011 10:14 AM

Similar Messages

  • Getting the error while doing PGI for depot delivery

    Hi
    I am getting the below error while doing PGI for Depot delivery. This error is happening only when I taking the materials from stock transfer order which has more than 10 line items. Same issue is not happening when I am taking one material in Stock transfer order in & same material in depot delivery. Please see the screen shots below attachment. I have already maintained no range for the object J_1IDEPINV for year 2014.
    Regards
    PK

    Moved from SAP ERP SD Sales to Internationalization and Unicode.  Please post all your CIN related queries here.  Also ensure that before posting, you made efforts in searching in SCN or Google.  The reason for this indication is the issue you posted has already been discussed many times here and you will get some clue had you searched.
    G. Lakshmipathi

  • Error while doing PGI for Outbound delivery using BAPI BAPI_GOODSMVT_CREATE

    Hi All,
    I am getting an below error while doing PGI for outbound delivery using the BAPI BAPI BAPI_GOODSMVT_CREATE:
    Goods movement not possible with mvmt type 601
    Can anyone suggest me what will be the solution for it?
    Regards,
    Raghuraman.k

    I tried with the above BAPI but it is not working.
    In my case a delivery has one line item with batch split and other line item without batch split.
    Below is my code :
    DATA : gwa_header_data TYPE bapiobdlvhdrcon,
           gwa_header_ctrl TYPE bapiobdlvhdrctrlcon,
           lv_delivery     TYPE bapiobdlvhdrcon-deliv_numb,
           git_item_data TYPE STANDARD TABLE OF bapiobdlvitemcon,
           gwa_item_data TYPE bapiobdlvitemcon,
           git_item_ctrl TYPE STANDARD TABLE OF bapiobdlvitemctrlcon,
           gwa_item_ctrl TYPE bapiobdlvitemctrlcon,
           git_return    TYPE STANDARD TABLE OF bapiret2,
           gwa_return    TYPE bapiret2.
    *Header data
    gwa_header_data-deliv_numb = '0808000002'.
    *Header Control data
    gwa_header_ctrl-deliv_numb = '0808000002'.
    gwa_header_ctrl-post_gi_flg = 'X'.
    *Delivery Number
    lv_delivery = '0808000002'.
    *Item data and its corresponding control data
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '900002'.
    gwa_item_data-dlv_qty         = 4.
    gwa_item_data-dlv_qty_imunit  = 4.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '900002'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '900003'.
    gwa_item_data-dlv_qty         = 6.
    gwa_item_data-dlv_qty_imunit  = 6.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '900003'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    gwa_item_data-deliv_numb      = '0808000002'.
    gwa_item_data-deliv_item      = '000020'.
    gwa_item_data-dlv_qty         = 10.
    gwa_item_data-dlv_qty_imunit  = 10.
    gwa_item_data-fact_unit_nom   = 1.
    gwa_item_data-fact_unit_denom = 1.
    APPEND gwa_item_data TO git_item_data.
    gwa_item_ctrl-deliv_numb      = '0808000002'.
    gwa_item_ctrl-deliv_item      = '000020'.
    gwa_item_ctrl-chg_delqty      = 'X'.
    APPEND gwa_item_ctrl TO git_item_ctrl.
    BREAK-POINT.
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CONFIRM_DEC'
      EXPORTING
        header_data    = gwa_header_data
        header_control = gwa_header_ctrl
        delivery       = lv_delivery
      TABLES
        item_data      = git_item_data
        item_control   = git_item_ctrl
        return         = git_return.
    BREAK-POINT.
    IF git_return IS INITIAL.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    ENDIF.

  • Problem while doing PGI for Returns Delivery

    Hi,
    We are facing some problem which doing PGI for a returns delivery. Our scenario is HU and WM managed. After creation of delivery I have created a TO and has two different valuation type of same material. Total quantity in TO is 2, 1 of each valuation type. So, automatically, batch split happened for the line item in delivery.
    Now when I am trying to do PGI for this delivery, I get en error message saying "Enter Valuation Type". The movement type used here is 161 (Vendor Returns)
    Same thing is happening successfully for movement type 643 (Transfer inter company code).  What I can gather is that while creating 161 document against delivery system is not automatically taking the valuation types mentioned in line item of delivery.
    Let me know possible reasons for this error and resolution.
    Regards,
    Vishal

    Implement the OSS note 965985

  • Intercompany PO process, Error F5165 while doing PGI in outbound delivery

    Hi all,
    I am doing an inter-company PO with delivery & billing process.
    i have configured the one step procedure in the STO config so that the movement type triggered while PGI in delivery will be 645.
    But when i do the PGI (Post Goods Issue) in the outbound delivery, i am getting an error message no: F5165 "company code ' ' not defined".
    I have checked the settings like both the supplying site & receiving site have company codes & sales orgs assigned in respective companies.
    I am not sure why this error F5165 is coming.
    how to identify what is the issue.
    Please help.
    regards,
    kumar

    The SAP Note which you referred is consulting note.
    Check the fields as I mentioned in my previous post
    - company code (T001K-BUKRS) or
    - valuation area (T001W-BWKEY).
    - may be field WERKS is not maintained in the preceding document (order) for the corresponding delivery item. As a result, the system does not find a valuation area in table T001W as well
    So, in case to avoid this error your config should have these table-field combination which you are used transaction data
    Table-Field
    Table-desc
    Field-desc
    T001K-BUKRS
    T001K-Valuation area
    BUKRS-Company Code
    T001W-BWKEY
    T001W-Plants/Branches
    BWKEY-Valuation Area
    T001W-WERKS
    T001W-Plants/Branches
    WERKS-Plant
    Regards
    JP

  • Error while doing PGI for outbound delivery in SD

    Dear All
    while posting the PGI for out bound derlivery document in SD we are encountered  the error as follows:
    Fld selection for mvmt type 601/ acct 700000 differs for customer goods movement (015)
    Please give the solution for this, its very very urgent...
    Your quick response in this regards highly appriciated.
    Thanks in advance.

    Hi,
    the field status of movement type and field status group of GL account should be in sink.
    the field that are mandatory for movement type should be also mandatory in field status group of GL account. same rule apllies for optional field.
    in your case, may be GL may have some field like for example text as mandatory but may be set as optional in movement type.
    consult your FI team. otherwise, check what field status group ( say G001) is given to that GL accoount in FS00, double click on that, and check the fields. same compare the fields of movement type.
    easy way is in SE38 give RM07CUFA, execute, give the movement type and GL account, you can see the comparsion.
    your problem will be resolved. bring movement and GL in sink for field selection.
    Regards
    Rajesh

  • Issue while doing GR before the delivery date in PO

    Hello All,
    I have a PO with 1 line item having delivery date or statistical delivery date as 12/31/2012
    But when today I am trying to do GR system doesn't allow and throws an error "earliest possible delivery date is 12/31/2012"
    Please suggest what to do?
    Thanks in advance,
    Forum Shah

    Hi
    Greetings!!!
    Kindly Help!!!
    Recently we are using the Latest GR date (Latest Possible Goods Receipt) functionality on Purchase Order but I want to know the standard Report for the same and is it possible to delete or lock or Delivery Complete of the line item automatically after the date? If yes, then please provide me the process.
    My actual requirement is after Latest Possible Goods Receipt date the line item should not be show on Pending or to be delivering Qty. But in ME2* (M, N, L etc.) report it not happen.
    Note:
    I have checked the t-code ME80FN, but it not fill my requirements.
    Actually I want to know the report for Latest GR Date (Latest Possible Goods Receipt) on purchase order in a Report. We can see the date manually on me23n-Item Detail-Delivery-Latest GR Date
    Field Name- LEWED in Table EKPO but my requirement is SAP standard Report for the same.
    In which report we check the latest GR date for more then 100 Purchase Order containing more then 1000 line Item and I know the Table but I am asking about only T-codes/ Reports.
    Regards,
    Sumant

  • While doing PGI

    Dear Gurus,
    What are the feild and tables which are effected,while doing PGI with the help of Outbound Delivery.
    Through MM, SD or FI.
    regards,
    Manoj Kumar

    Dear,
    Visit
    http://www.erpgenie.com/abap/tables.htm
    which gives a detailed table links related to SD, MM, FI.
    Regards,
    Syed Hussain.

  • Reduction logic while doing PGI for Delevery

    Hello all,
    we have one requirement to make the consumption for MTO(Make to Orders) while MRP running through MD04. We have done some changes in enhancement spot to made the consumption forcifully for MTO's.
    But while accessing MD63 for VSF(Planning with Final Assembly) MTO's we are not able to display the reduction quantity while doing PGI for particular Delivery.But this functionality is working fine for VSE(Planning without Final Assembly) MTO's as SAP standard.
    Please help me out to achieve the same functionality for VSF(Planning with Final Assembly) MTO's .
    Thanks and Regards,
    Siva.

    Hello all,
    we have one requirement to make the consumption for MTO(Make to Orders) while MRP running through MD04. We have done some changes in enhancement spot to made the consumption forcifully for MTO's.
    But while accessing MD63 for VSF(Planning with Final Assembly) MTO's we are not able to display the reduction quantity while doing PGI for particular Delivery.But this functionality is working fine for VSE(Planning without Final Assembly) MTO's as SAP standard.
    Please help me out to achieve the same functionality for VSF(Planning with Final Assembly) MTO's .
    Thanks and Regards,
    Siva.

  • How to validate the existing Serial number while doing the GR.

    Dear,
    When we are doing the GR, If we  given existing Serial number is  in input System is accepting and update in the existing serial number (Equipment).
    It is  throwing error when equipment is in ESTO status and Stock information is available in the equipment but  When equipment is in AVLB status without stock information in equipment it is updating in the same Equipment / Serial number and status is changed to ESTO.
    However my Requirement is system should not allow or throw error when we are give input  existing serial number while doing GR, How to do this.
    Regards
    Kishore

    while INSTALL is running?
    I guess there is no way to do this...

  • Error while doing PGI

    while doing PGI i am getting error : "     Item 000010 requires exactly 10 serial numbers for the asset "
    i tried by Extra --> serial no here i am not able to do anything, there is no automatic button in pop up screen.
    and in mm02 also i tried in sales:general plant/data
    i am not able to do PGI, is there is any other solutions

    Dear Mohan,
    As per your message the material alredy got assigned some serial number so those serial numbers only you need to assign in the delivery before PGI.
    But you have mentioned that there is no popup menu when you go through Extras -->Click on serial numbers this is the place you can assign the serial numbers to the material (go to drop dowmn for existing serial number).
    I hope this will help you,
    Regards,
    Murali.

  • REG: while doing PGI with ref to OBD should pick stock from one location

    Hi experts ,
    I have a n issue while doing PGI with ref to OBD.
    1.We are purchasing Raw material Aluminium circle 1000 nos from "X" vendor & keeping stock in Main stores i.e 0001 location plant-1.
    2.From there we are issuing to production line i.e 0003 location(Plant 1)500 nos.
    4.Remaining stock of 500 nos is in 0001 location in under some Batches.
    5.Meanwhile we are suppose to transfer the aluminium circle to plant 2 .
    6.For this we are raising STO for aluminium circles  600 nos to Plant 2.
    7.With ref to STO we are raising OBD for Plant 2.
    8.With ref to OBD While doing PGI it should picks the stock from 0001(Main Stores)  location only.
    9.But the STO qty is 600 nos ,availablity of stock in 0001 is 500 nos only .
    10.While PGI  it takes 500 nos from 0001 location & remaining 100 nos picking from Production line 0003.It should not pick from Production line 0003 location .
    11.For this system should not allow to pick from 0003 location & also system should throw error message "Deficit of QTY in 0001 location"for 100 nos.
    KIndly suggest me asap.
    Thanks in advance
    vichu
    Edited by: viswanathan seenuvasan on Dec 10, 2009 7:01 AM

    Hi,
    As I understand the picking is done automatically in outbound delivery. Am I right?
    a)
    If picking is not done automatically but manually, why the user defines the production storage location in the OBD? In this case some training would be necessary....
    b)
    If it is done automatically: which settings are you using? Batch determination only?
    1. In stock determination (SPRO > MM > IM > Stock determination > Define strategies for Stock Determination) you can define which storsage location should be used by system, and you can assign the stock determination rule to the applications (SPRO > MM > IM > Stock determination > Assign Stock determination Rule in the Applications)
    (you also have to assign the stock determination group to the material master (MARC-EPRIO))
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/d8/2f3746996611d1b5480000e82de955/frameset.htm
    2. You have to use batch determination
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/25/283aac4f7811d18a150000e816ae6e/frameset.htm
    3. You have to use availability check in delivery not to ship out goods for which reservation already exists (if goods are in production storage location I assume you have a PrdOrd...)
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/93/744cd9546011d1a7020000e829fd11/frameset.htm
    I haven't tries this but I assume it should work...
    Please check SAP online help.
    Regards,
    Csaba
    Edited by: Csaba Szommer on Jan 1, 2010 11:02 AM
    Forget stock determination. Instead of it you should use picking location determination - suggested by Laksmipathi. It wokrks fine with batch determination.
    SPRO > LE > Shipping > Picking > Determine Picking Location > Assign Picking Location
    Edited by: Csaba Szommer on Jan 1, 2010 5:03 PM

  • While doing PGI I system getting Error

    Dear SD Experts,
    While doing PGI in delivery system getting Error   "The batches are not defined for delivery item 000010".
    Error Massage :- Message no. VL605
    I already defined Batches to the given item. Its appearing Under Material and its specified in Batch split Tab.
    Kindly suggest me where I was wrong and what configuration I missed.
    Regards,
    Manzoor Ahmad

    hi
    select the stock against the batch which should be equal to delivery quantity.
    that means delivery quanquantity should be equal to picing quantity.
    after selecting manually press F3 to go back.
    system will give a POP UP message say YES
    then the batches against the quantity will be copied in the delivery document
    again go back you will come to over view of delivey screen
    then in picking tab page you will find all picked quantity if not give it manually
    and save the delivery document with out pressing PGI.
    hope this clears your issue
    balajia

  • STO Problem while doing GR against outbound delivery

    Hi Gurus,
    Need your help regarding STO,in my case i created
    1. STO
    2. Delivery in VL10B t code and did PGI
    3. on the basis of Delivery i created billing document
    4. Excise invoice in J1IIn
    Now while doing GR against outbound delivery system in not doing GR giving some error code 1 as follows
    Goods receipt not possible for delivery 4900000212: error code 1
    Message no. M7865
    Diagnosis
    The goods receipt for the delivery cannot be posted.
    The error according to the error code:
    1. The delivery does not exist.
    2. The delivery type is unknown.
    3. The delivery is not goods issue posted.
    4. There are no delivery items.
    5. The receiving plant could not be determined.
    6. The delivery items have already been goods receipt posted or contain zero quantities.
    7. Goods receipt(effect)movement type to goods issue movement type could not be determined.
    8. It is not currently possible to block the delivery.
    Procedure
    Error code 1      : Check your entry.
    Error code 2,3,4,6: Check the delivery and its document flow.
    Error code 5      : The delivery must be related to a purchase order or
                        the customer must be a retail business.
    Error code 7      : Check the settins for your movement types.
    My delivery types shipping points everthing is in place but am not able to trace out whats the problem. Please help its urgent
    Regards
    Vivek

    Hi
    Based on the error code 1 , it says that the delivery does not exists in the system, That means you cannot perform a Goods receipt againsst the document specified
    I have also not done Goods receipt with reference to Outbound delivery. So i am not able to confirm that this can be done or not.... i will definitely get back to you on this.
    Thanks & Regards
    Kishore

  • Error:while doing PGI in STO getting error

    Dear sir,
    while doing pgi in sto i m getting this error and i tried in obyc setting is there is there any other option to solve this isssue.
    Account determination for entry CAIN AUM ____ ___ 7920 not possible
    regards,
    Debesh

    Hi
    Account determination for entry CAIN AUM ____ _ 7920 not possible
    This is a clear OBYC error
    Here CAIN is chart of accounts
    AUM is transaction key
    Go to OBYC select AUM double click that
    system will ask for chart of accounts give CAIN as chart of accounts
    maintain the necessary settings for 7920 and for the valuation grouping code
    Here system has not given what is your valuation grouping code
    In t code OMWD you can see what is the valuation grouping code assigned to your plant
    make the necessary settings
    I feel by chance or by mistake in your delivery doc there is a line item with 0 qty in both delivery and picking
    That is why system has gone for AUM  transaction key
    check that and delete that item and then without the above said settings being maintained the PGI can get processed
    Check and revert back
    Regards
    Raja

Maybe you are looking for

  • Problems syncing new ipod nano

    I was given a 7th generation ipod nano for Christmas. I installed itunes and it downloaded some of my music to the ipod including two books I had bought from Audible. It then refused to sync anything else, not even the music I've bought from itunes s

  • How Do I Install Windows 7 Or Windows XP on Apple MacMini 2006 1.1

    Hello , I could use some help please with installing Windows 7 or Xp (If Supported)  on MacMini 1.1 2006 upgraded. The problem is that the superdrive is not working ,and I have swapped it with the one from the MacBook Pro and I got some errors during

  • TS2167 My web pages created in iWeb have disappeared

    I finally completed the creation of a website in iWeb with some 30 pages last night and uploaded it to to the host GoDaddy. After upload I went to the URL for my website on GoDaddy and it looked fine.  This morning when I opened my Domain.sites2 file

  • SQL Expression - RDO Connection

    I have a SQL Expression in my report (CR XI) connecting to SQL Server via RDO. When I go to save the expression, it takes 10 minutes to resolve the expression. But when I connect via ADO, the expression is accepted in no time. Are there compatibility

  • What parametrs i have to pass in CONVERT_OTFSPOOLJOB_2_PDF (fm) to convert

    Hii All Can any body help me What parametrs i have to pass in CONVERT_OTFSPOOLJOB_2_PDF function  to convert all the copies of a spool request into pdf. Suppose a spool request have three copies. Thanks Viki