Posting GR against inbound delivery document by MIGO for the movt type 101

Hello Team
To put my question in a simple way, i have changed the subject also. my requirement as below.
In my legacy system GR against PO is happening and the same data is passing to SAP system through PI. Where i need to post GR against the inbound delivery document of that PO.
I followed the below steps
1. i have used idoc mbgmcr03 and copied the FM ZIDOC_INPUT_MBGMCR.
2. In PI system i am doing all relavent mappings.
Now i want to retrieve the inbound delivery document from SAP for the PO which i got from legacy system. Then i need to post the GR against that inbound delivery document. Finally IDOC should gets created with that inbound delivery document details.
So please let me know the procedure to follow to resolve my issue.
Thanks in advance.
Regards
Sree
Edited by: sree@technical on May 11, 2010 5:20 PM

Hi
As far as my experiance with SAP says we don't have any SAP Standard setting to update the entry related to T-code. Internally all the ABAP code reads the t-code and based on the processing type define it execute the code and update the table so that later analysis can be done by which t-code the document got generated

Similar Messages

  • Post GR against inbound delivery for purchase order

    Hi All ,
    I am trying to post goods receipt against inbound delivery for PO and using  BAPI_GOODSMVT_CREATE .
    But the BAPI is not posting GR.Is there any other way to do it ??
    Regards,
    Shital.

    u can pass
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
             EXPORTING
                  GOODSMVT_HEADER  = GOODSMVT_HEADER
                  GOODSMVT_CODE    = GOODSMVT_CODE
                  TESTRUN          = TESTRUN
             IMPORTING
                  MATERIALDOCUMENT = MATERIALDOCUMENT
             TABLES
                  GOODSMVT_ITEM    = L_GOODSMVT_ITEM
                  RETURN           = RETURN.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
             EXPORTING
                  WAIT = 'X'.
    and u also refer following link
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    Edited by: Krupaji on Dec 1, 2010 9:29 AM

  • LM71: Post GR with Inbound Delivery

    Dear all,
    I wonder how we can post GR with inbound delivery document via transaction code LM71.
    I had tried to GR with inbound delivery document, where I select the items and click "Save" buttin, but it seems that goods receipt does not happen.
    Please help.
    Thanks.
    Justin

    Hi
    LM71 is Inbound Door Log step.. Input the delivery no, Shipment details like truck, tracking no, no of pkges, the in same screen do picking, then post, it shoild work..
    Rgds

  • Archiving  inbound delivery documents

    hi gurus,
    can you help in in archiving inbound delivery documents.
    This inbound delivery document is created after purchase order is created with confirmation control.
    Pls tell  me the programme through which i can do it.
    What should i do before doing the archiving.

    >  archiving inbound delivery documents.
    Hi Pavan,
    The following link will help you understand the concept of archiving as well the implementation process:
    [Data Archiving|http://help.sap.com/saphelp_nw04s/helpdata/en/2b/086f3b6c980c3be10000000a11402f/frameset.htm]
    Regards,
    Swapna

  • Fields mapping IDOC WMMBXY to post Goods Receipt against Inbound Delivery

    Hi Friends
    I am testing Goods Reciept against Inbound Delivery using Inbound IDOC.
    IDOC Type used WMMBXY  and Function Module :
    System is giving erorr message as "Document does not contain any items".
    Kindly let me know segment data mapping for above IDOC type
    Following data are passed to segments,
    E1MBXYH-BLDAT  Document date
    E1MBXYH-BUDAT Posting date
    E1MBXYH- XBLNR  .. in this field i am passing Inbound Delivery number
    E1MBXYH- TCODE  ...  MIGO
    E1MBXYI-BEAKZ   ...  B Goods Receipt against Purchase Order
    E1MBXYI-MATNR     material number
    E1MBXYI-WERKS     Plant
    E1MBXYI-BWART    Movement Type
    E1MBXYI-LIFNR         Vendor code
    E1MBXYI-KZBEW      B
    E1MBXYI-POSNR      Item number in delivery
    E1MBXYI-VBELN       Inbound Delivery number
        E1MBXYJ-VLIEF_AVIS            Inbound Delivery number
        E1MBXYJ-VBELP_AVIS           Item number in Inbound Delivery
        E1MBXYJ-WM_KZBEW            Movement indicator
    Raj

    Hello,
    Did you recieve any answer or find a solution? I encounter a similar issue.
    Thanks in advance,
    Génia.

  • Posting goods receipt against Inbound Delivery

    Hi,
    Our process is creating Purchase order with Confirmation control for Inbound delivery. Then we create a Inbound delivery.
    1) After inbound delivery is done we do PGR through VL32N, the system updates the PO history with GR along with the Inbound delivery no. as a reference document against the GR & also the Inbound delivery document flow is updated.
    2) But our problem is if we try to do Goods receipt through T-code MIGO against Puchase order or inbound delivery we are not getting reference no. updated in the PO history & also there is no update in the document flow. Also the inbound delivery remais open.
    Can you explain why this is happening?
    Regards,
    Sagar

    Hi Sagar,
    It is very much possible to do GR using MIGO and document flow will also be updated, you have to do certain config settings for this which is as follows:
    in SPRO go to Logistics execution - Shipping - Basic shipping functions - Configure global shipping data - tick document flow update.
    Now when you check in Table VBFA you will get the Material Document No. in field VBELN and the status shall aso be updated and inbound delivery will be closed after complete GR.
    Hope it solves your problem

  • GR posting against Inbound Delivery through IDoc

    Hi All,
    Our requirement is to post GR triggered from external system in the form of IDoc against Inbound Delivery.
    We wish to know :
    1) IDoc type and
    2) Process code and
    3) Identifiers along with mandatory fields in the Idoc.
    Regards,
    Kiran

    Hi All,
    Our requirement is to post GR triggered from external system in the form of IDoc against Inbound Delivery.
    We wish to know :
    1) IDoc type and
    2) Process code and
    3) Identifiers along with mandatory fields in the Idoc.
    Regards,
    Kiran

  • GR against Inbound Delivery (IDoc)

    Hi All,
    I am trying to post Goods Receipt against Inbound Delivery. What is the IDoc/Message Type I need to use for this and what segments I should populate?
    So far I have tried using...
    <i><b>MBGMCR02</b> - has serial numbers (errors out with a short dump and says "Cannot be processed with this transaction." Application VL and message Number 143. I don't know how to proceed further
    and <b>SHP_IBDLV_CONFIRM_DECENTRAL01</b>(this does not have serial numbers). IDoc was processed, but I am not sure what it updated. When I looked at the PO History it did not have a record for GR Inbound Delivery like you would see when you do the GR for Inbound delivery using MIGO.</i>
    Any help would be appreciated.
    Thanks,
    Sneha

    See the below link :
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    Reward Points if it is helpful
    Thanks
    Seshu

  • How to create shipment document with out inbound delivery document

    Dear Friends
    How to create shipment document with out outbound/inbound delivery document.
    In my client scenario, there is no inbound delivery for normal purchases.
    Just there are raising the PO to vendor, then they are doing MIGO for goods receipt.
    Can we do shipment creation with reference to PO?
    If it is possible, how it will be?
    Please let it solve
    With regards
    Lakshmikanth

    Dear Sameer,
    Please go to transaction VT01N here you enter Transportation planning point and shipment type then press enter.
    Now system will take you to the shipment document creation screen here you click on Select deliveries or press F6 now system will take you to the select outbound deliveries screen in this screen you enter selection data then execute, now deliveries will get assigned to that shipment.
    After assigning the deliveries enter the remaining data then complete the shipment finally save the shipment document.
    For more information please go through this SAP help link
    Note:- Shipment process need to be carry out for the deliveries before PGI.
    http://help.sap.com/saphelp_47x200/helpdata/en/f5/04898047bd11d2bf750000e8a7386f/frameset.htm
    I hope this will help you,
    Regards,
    Murali.

  • Goods receipt against inbound delivery

    After an import po has been created then an inbound delivery is created also.So after the inbound delivery we do goods receipt and our goods receipt is done against po even when their is inbound delivery.The reason why the goods receipt is done with reference to the po is that we have different vendors for all the delivery costs for example we have a vendor for custom charges, a vendor for freight charges, a vendor for terminal charges.so the goods receipt is done against the po so that when doing the miro they can select the different vendors.But inbound delivery is done with a single vendor and if the goods receipt is done against the inbound delivery it might acquire all the costs to that vendor.Is there any method whereby we can be able to do our goods receiot with reference to inbound delivery that will also capture all the delivery costs

    The process you should follows is this:
    1) PO - define all the custom and freight condition types and enter the corresponding vendor in the condition types. Also, in the confirmations tab, choose Inbound delivery
    2) When the vendor ships the material, create an inbound delivery from VL31N to track it (against the actual import vendor)
    3) When the goods reaches customs, do a MIRO against the PO choosing 2-Planned delivery costs. This will credit the Customs vendor.
    4) When the goods arrive at your plant, do a MIGO against the Inbound delivery from step 2. Enter the MIRO number of step 2 in the popup that appears.
    5) Now do the MIRO for the actual import vendor and the freight vendors if applicable.
    Try this in your sandbox system. Doing a GR against IBD will not cause any difference in the accounting entries.

  • Batch Split in Inbound Delivery document

    Hello Friends,
      In decentralized WM managed scenario, inbound delivery is created automatically when the storage location is HU managed.   In the current design, we need to use MIGO/MB1B transaction for replicating stocks into warehouse location, and all the materials are managed.
    We have a batch split management to use for distributing the cumulative batches into warehouse.  In our testing, transaction MB1B cannot support batch split management however transaction MIGO is closely supporting our need.  In the MIGO, we have a distributed quantity functionality and through this we can able to split the quantity into multiple batches. 
    However, when during inbound delivery generation (Inbound delivery generates in background from MIGO document when location is HU managed), system is generating the individual line item instead batch split, example -
    In MIGO -
    Total Quantity - 10
    Item: 00001
    Material : ZZZYYY
    Batch1:  AAAA
    Quantity : 4
    Item: 00001
    Material : ZZZYYY
    Batch2:  AAAB
    Quantity : 6
    In Inbound Delivery -
    Item:10
    Material : ZZZYYY
    Batch1:  AAAA
    Quantity: 4
    Item:20
    Material : ZZZYYY
    Batch2:  AAAB
    Quantity : 6
    We need as below in inbound delivery -
    Item:10
    Material : ZZZYYY
    item: 90001
    Batch1:  AAAA
    Quantity : 4
    item: 90001
    Batch2:  AAAB
    Quantity : 6
    Please suggest.  Appreciate your reply.
    Thanks
    Best Regards,
    Goutam

    use BAPI: BAPI_OUTB_DELIVERY_CONFIRM_DEC
    I used this long time back. it worked fine.

  • Capturing and posting excise referencing Inbound Delivery

    We have the next scenario for capturing and posting excise referencing Inbound Delivery:
    1º) We create an import purchase order with excise and customs conditions
    2º) We create the customs invoice in MIRO
    3º) We create an inbound delivery and post GR
    4º) We update the "RG 23A Part 1" with J1I5 transaction.
    5º) We capture the excise invoice in J1IEX with reference to Goods
    receipt.
    When capturing the excise invoice none amount (duty value) is obtained
    and if you try to set any value the system clears them to zero when
    pressing "enter". Also, the exc. base amount is obtained wrong.
    We have tested another option:
    1º) We create an import purchase order with excise and customs conditions
    2º) We create the customs invoice in MIRO
    3aº) We create an inbound delivery.
    3bº) We capture the excise invoice in J1IEX with reference to inbound delivery. In this case all the duty values are obtained ok.
    3cº) We post the inbound delivery in VL32N.
    4º) We update the "RG 23A Part 1" with J1I5 transaction.
    5º) We try to post the excise invoice in J1IEX but the message "No Part I exists for availing credit in excise invoice 0100000184 2009" is shown. It's seems like the link between excise invoice and gr document is missed.
    Both scenarios failed. can you provided any solutions to any of them?

    Managed to get a respond from SAP, and they have answered my query. Issue is solved.
    Here is the solution:
    1. Me21N
    2. Vl31N/Vl32N with PGR.
    3. J1I5 update part 1 for the GR document.
    4. Capture/post EI with reference to the Gr document.

  • Help Rgd. BAPI for Creation of Inbound delivery Document

    Hi all,
    I need a Bapi to create inbound delivery document without using PO reference. I have seen the below BAPIs. i) BAPI_IBDLV_CREATE_FROM_OBDLV, 
    ii) BAPI_GOODSMVT_CREATE. I am not sure whether they are for creating inbound delivery document without using PO reference.
    It will be of great use if anyone can give me the BAPI for the purpose and the mandatory parameters or sample test data for the BAPI.
    Thanks in Advance,
    Rakesh.

    If you create the inbound delivery->check the purchase order in the tabstrip "Confirmations" on item level. There are three fields: "Confirmation control key", "Order acknowl." and "acknowl. required".
    Ckeck if there is a value in "confirmation control key".
    You should get the same error if you try to create VL31N in dialog mode, not only by using the bapi.
    Rgds,
    JP

  • Error during the replication of inbound delivery document to GTS

    Hi
    While trying to transfer an inbound delivery from the feeder system to the GTS system, I am getting the following error, eventhough the customs document type TRLOIM is assigned to the Feeder sys doc type EL, at application level MM0B in customs management. The inbound delivery document has been maintained with the Prev Doc Type T1 & Prem Doc No in the Foreign trade Data
    Customs document type cannot be determined for external document type
    Message no. /SAPSLL/API_INBOUND020
    Thanks & Regards
    Ram

    Hi Ram,
    Please use OSS note1238850  to fix the issue, this error comes as your doc type EL is not getting transferred when you are sending I/B delivery.
    Hope this helps.
    Kind Regards,
    Sameer

  • Delivery Date in Inbound delivery document not correct

    Dear all,
    I have a question with regards to the wrong delivery date appear in our inbound delivery.
    Our inbound delivery is created via EDI output in the outbound delivery of a standard SAP cross company stock transport order. The delivery date in the inbound delivery is not correct from a business point of view.
    +The correct delivery date in the inbound delivery document should be [the Actual GI date field in the outbound delivery] + [transport time (i.e. route field) in the outbound delivery].+
    Either way (i.e. the Actual GI date field is later/earlier than the planned GI in the outbound delivery), the delivery date in the inbound delivery is also wrong.
    Do you have any idea?  We have tried to change the inbound delivery type EL by setting a flag (i.e. X) in the rescheduling (TVLK-NEUTE), and it still doesnu2019t work.
    Please help.
    Thanks.
    Tuff

    Does anyone know this problem?
    appreciate some feedback.

Maybe you are looking for

  • ESata port?

    I've got a MacBook Pro, not sure of the year but it's a 2.66 GHz Intel Core i7, Memory 8G, 1067 MHz DDR3. I'm on the road, want to use a Hard Drive dock that has an eSATA port.  I notice I have a 'slot' on the left side of the MacBook Pro and wonder

  • URGENT: index not used from jdbc

    Hi, This is for java app and sybase database. I have a 'select' query for which index is properly created. If I use plain jdbc connection, index is used and result comes pretty fast. but if I use connection from my app, it does not use index and take

  • HTML5 and 'Mark of the web'

    Are there any plans to add a 'Mark of the web' option for Responsible HTML5? Without it, end users using Microsoft Internet Explorer must set a security option to 'Allow active content to run on My Computer.' I know alternatives are to use Chrome or

  • Size requirements for Bootcamp/Windows 7 partition?

    Hi, I partitioned my 256 GB flash drive with 60 GB for Bootcamp.  Then I installed Windows 7.  Windows explorer says that I have 2.83 GB of free space left on the Bootcamp partition!!!?  Can that be right? I checked Properties on all of the Bootcamp/

  • Separting inboxes for each email account

    I have just begun using Mail.app (because it supports Exchange; I was using Thunderbird). What I don't like, is how my inbox folders for all of my separate email accounts are grouped together under one "Inbox" header -- is there anyway to have the in