BAPI_GOODSMVT_CREATE   /   Return Delivery

Hi,
I was able to create GR/material documents for a PO using this bapi -BAPI_GOODSMVT_CREATE with mvtype 101.
I'm having problems in creating return delivery to vendor (mvtype 122) ,using this BAPI.Is there any other BAPI that i can use.YOur thoughts please....
Thanks,
Dan.

Hi Dan,
Please check this BAPI <b>BAPI_DELIVERYPROCESSING_EXEC</b>.
Also you can check this FM <b>RV_DELIVERY_CREATE</b> as well.
Please use FM RV_DISPATCH_DUE_DATE_POS to get some of the tables populated to be used in RV_DELIVERY_CREATE.
Hope this will help.
Regards,
Ferry Lianto

Similar Messages

  • Return Delivery via BAPI_GOODSMVT_CREATE

    Hi,
    I'm trying to post a return delivery movement type 222 using BAPI_GOODSMVT_CREATE but getting error For reservation 0002207600 0001, no movements can be posted  . I notice that this bapi was using MB11 for the posting and tested also getting same error. But the return delivery was able to be post using MIGO.

    Not able to post via BAPI causes by the item in the reservation was mark for deletion.

  • Problem with pgi for returns delivery

    Hi,
    I'm trying to do PGI for returns delivery through BAPI_GOODSMVT_CREATE.
    The when the delivery is opened through VL02N, the Post Goods Issue button has Post Goods Receipt text written on it. When the GI is done, the material document has movement type 651.
    However I'm not able to create the same through the BAPI. I have tried various combinations of GM_CODE and all other variables. Have anybody of you tried doing movement type 651 for a returns delivery using the same BAPI?
    Please reply if you've come across some similar situation. I know how to use the BAPI,  I've been using it successfully for other movement codes etc. It's only in this case that I'm stuck up.
    Regards,
    Vijay

    Hi Vijay,
    can u pls tell me how  did u do  it....i am also having the same requirement....
    Developed a custom program for creating and updating Goods Movement Document by using BAPI_GOODSMVT_CREATE & WS_DELIVERY_UPDATE_2.
    thanks, Ankita.

  • Return Delivery of Material Document as in MIGO.

    Hi  guys,
    Is there any bapi or function  module that  simulates the Return Delivery of Material Document as done in MIGO transaction.
    I have checked BAPI_GOODSMVT_CREATE but, this is not exactly matching the Return Delivery process(i.e, therez no field for item number of material document although material document field exists in GOODSMVT_ITEM) . If there is an other bapi or function module, kindly suggest.
    Many thanks in advance.
    Nithin

    Hi Nithin,
    Check FM  <b>BAPI_GOODSMVT_CREATE</b> documentation. In that check this
    6. GM_Code 06: Reversal of goods movements.
    Regards,
    Balavardhan.K

  • How to make a "return delivery" from a goods mvnt  linked to a reservation

    Hi, I want to realize a "return delivery" from a goods mvnt that is linked to a reservation number.
    I'm using FM BAPI_GOODSMVT_CREATE.
    I'm able to create a goods mvnt, but this doesn't updates the quantity in the reservation document.
    For example:
    There are 10 units of a material reserved in a reservation document.
    I create a goods mov. linked to the reservation number by populating the field RESERV_NO and RES_ITEM in the GOODSMVT_ITEM parameter. In this document I fullfilled the TARGET_QTY field with 10. This the positive movement.
    After that, reservation document says that there are no units pending to serve. (10 reserved - 10 served = 0 pending).
    Now, I want to return 2 units of this material. I fullfilled the fields REF_DOC_YR, REF_DOC and REF_DOC_IT with keys (doc/item/year) of the first goods movement, and MOVE_TYPE with the reversal movement number. But this doesn't updates the quantity in the reservation document.
    I tried fullfiling RESERV_NO and RES_ITEM, but this generates a positive movement, not the reversal!
    Is there any other process that updates quantity in the reservation document?
    Could anybody help me?

    1) Create a button on the chapter menu with the text MAIN MENU (or whatever you want it to say).
    2) Select the chapter menu in either the graphical or outline view of your DVD.
    3) Click on the Connections tab.
    4) Select the MAIN MENU button in the source column.
    5) Select the main menu in the Targets column.
    6) Click the Connect button above the Targets column.
    After doing the above steps you should see the main menu in the Target column to the right of "MAIN MENU:Jump when activated" in the source column. Your MAIN MENU button will now take you back to the main menu.
    Message was edited by: John Link

  • Create return delivery in MB11

    Hi expert,
    I am trying to post a return delivery 222 via BAPI_GOODSMVT_CREATE and also in MB11 and getting error For reservation 0002207600 0001, no movements can be posted. But i am able to post the return delivery by using MIGO. Any idea why this happen? A customize program require to use bapi for the posting. Thanks.

    >
    fcgan wrote:
    > Hi,
    >
    > Both also doing return delivery. IN MB11 when i enter the reservation number i am getting the error while in migo i just enter material document number and then enter the quantity to post. Thanks.
    I understand this as you are not doing the same in MB11 and MIGO.
    Have you tried doing the same? e,g, entering reservation number in MIGO?

  • BAPI for Post Goods Receipt - VL02N(SD) - Return Delivery

    Hi All,
    Could you plz tell me the bapi or function module or bdc for post goods rceipt for return delivery. I am ucing the bapi called BAPI_GOODSMVT_CREATE but it throughing an error. u can not do the these movement types.like this. Here i am using the movement types as - 632,651 and 653. could any one hlp me regarding this issue. its urgnt and i am not able to get the reason.it is working for normal delivery when i use the same for return delivey with the above movement types its not working.
    VL02N - return delivery number -
    > Post goods receipt.
    thnks
    yerukala setty

    Hi,
    Use BAPI 'BAPI_OUTB_DELIVERY_CHANGE'
    Check out this thread, this question is being solved before.
    bapi for vl02n about post goods issue
    Thanks,
    Krishna

  • Return Delivery from a Material Document

    Hi Experts,
    I have a scenario in my current project, where we perform a 261 movement (Consumption for a order) before the Order was completed.
    Once the order is completed and we know the real quantity consumed, we perform a Return Delivery from the previous Material Document, for the quantity not used. In this way we return to stock the quantity which was not used.
    The problem is that this action must be done automatically by a development, and we are looking for a BAPI that can perform this action. I have found the function BAPI_GOODSMVT_CREATE, but cannot be used (or at least I do not know how to use it) to create the movement I need.
    Can this BAPI be used? Is there any other BAPI that can help me? Any other idea?
    Any help will be highly aprecciated!
    Thank you very much in advance,
    Best Regards,
    LUCAS

    Hi Polly/Dirk
    Thank yoy very much for your answer...they were very helpful.
    I was triying the BAPI, but I still have a little issue. I am calling te function with the parameters specified, but whenerver I insert the Reservation and the Reservation item, the function posts a 261 movement (despite I inserted 262 in the parameters). If I do not insert the Reservation data, it post the movement correctly, but it does not make any reference to th reservation. Is it correct to post it without reservation number? Am I missing something?
    Thank you very much in advance,
    LUCAS

  • Single Excise Invoice for Multiple Return Delivery

    Suppose we have multiple number of material documents against a single PO and the excise invoice posting has been done. After quality inspection the material gets rejected and we create a return delivery using 122 movement type. In this situation, is it possible to create a single excise document for all the return delivery documents  ?

    Can you spell out clearly whether you are talking about sales return or vendor return ?  If it is for sales, please let me know whether the materials were left out or not.
    G. Lakshmipathi

  • Return delivery process with excise in MM module

    Dear Friends,
                        this is chandu working as a consultant-mm , please any one can give the clear information regarding return delivery process for excise material , i'm following one process that is after invoice verification
    1) reverse excise invoice with MR8M
    2) return delivery with MIGO
    3) prepare outgoing excise invoice with J1IS  for print out J1IV
    4) preparing credit memo in MIRO with reference to original po
    the second process
    1) create return po with selecting return po check box in po
    2) GR with reference to the return po
    3)then J1IS  and J1IV  same process
    4) credit memo for return po in MIRO
    this 2 ways i'm doing the process  in the registers part1 that is qty updating (i.e qty is reducing)  but in the case of part2 that is the value it is not updating (i.e value has to reduce in the register right i'm working first time on CIN plz guide me the correct procedure if i'm doing wrong , in this my problem is only value not updating part2 register plz give me solution with clear explanation .
    regards
    chandu

    Hi,
    Follow the below mentioned procedure;
    1. ME21N - Create a Returns PO (Activate "Returns" indicator for PO line item)
    2. MIGO - Goods Receipt > Purchase Order (Returns PO) (Here system will hit Mvmt type "161" and you can also select Un-restricted/blocked stock from where you want to return the stock)
    3. J1IS u2013 Excise Invoice Other Movements
    Here click on u201Ccreateu201D button to create an outgoing excise invoice and reverse the CENVAT Amount.
    Here put all details as below and Press u201CEnteru201D.
    Ref.doc.type - MATD, Doc Number - Material document No of 161 mvmt, Doc Year, Series Group, Excise Group and Vendor
    Here check BED, ECS and SECess values to be reversed and click on u201CSaveu201D button to post the excise invoice.
    4. J1IV - Post and Print Outgoing Excise Invoice.
    5. MIRO - Credit memo w.r.t. Returns PO.
    Regards,
    Mahesh Wagh

  • Return Delivery to vendor

    If the purchase  is for 100 qty and having  4% VAT
    But in case if partially delivered (50 qty)how the system will calculate tax.. and in the same case if i return 25 qty frm it..
    how the system calculates the VAT.....

    Hi,
    If the purchase is for 100 qty and having 4% VAT
    But in case if partially delivered (50 qty)how the system will calculate tax.. and in the same case if i return 25 qty from it..
    how the system calculates the VAT.....
    It is very simple it will calculate based on GR Qty
    Assume iy order 100 Qty
    100* 10= 1000
    4% * 1000=40
    It w ill shows in PO but if done GR for 50 Qty system will take in to account for 50 Qty only.
    And same will appear in MIRO.
    If you perform 122 return delivery and then post the vendor invoice MIRO. System automatically consider for 25 Qty and subsequently 4% VAT on that portion.
    Regards

  • Capture Excise Invoice for Returns delivery

    Dear friends,
    Once the returns sales order is created and followed by returns delivery, we need to capture the excise invoice for it. Can anyone kindly guide this process. What will be the T.code for capturing excise invoice in this scenario and pls explain the process.
    Points assured
    regards
    Krishna.C

    Hi,
    We have had the same problem way back in 2003. But SAP has suggested to post a manual JV entry through J1IH or through J1IS. I dont remember which one of the above 2 transactions we have used.
    Also have a look at the SAP notes.
    Kind Regards
    Chakradhar

  • CIN process to enter Excise Invoice for Return Delivery

    Folks
    I would like to know How to process excise invoice for return delivery. We have return sales order, return delivery created and product is received into inventory Customer return Blocked stock (movement 657).
    Where and How can i enter Excise invoice for this return (Credit Memo)?
    I tried J1IH transaction--> Other Adjustments
    I am getting following error.
    GL account has not been assigned for RG23ASED in customization
    Message no. 8I447
    Diagnosis
    GL account has not been assigned for the excise a/c in customization
    Procedure
    Assign GL a/c for the excise a/c in CIN customization under :    Accounting ->  Assign GL accounts to excise groups and                   transaction types"
    Please help

    J1IIN is intended only for outgoing sales and not for returns.
    For updation of excise related sales returns, run J1IH and do the following:-
    Customer Credit
    Choose the Additional excise input the original excise invoice reference, document year, company code, plant and excise group and execute. There input manually what value you need to give credit and save.
    Cenvat Debit
    Choose Other Adjustment and here also, maintain the datas whatever you input as above and save.
    G. Lakshmipathi

  • Excise Invoice Selection in Return Delivery

    Process - 1
    Depot to Customer
    ===============
    Sales Order -> Delivery Note -> J1IJ(Excise Invoice Selection) -> PGI->(VF01)Billing Document
    Process - 2
    Rejected Order from Cudtomer
    ======================
    VA01(Doc. Type - 'RE')->Delivery Note->PGR->(VF01)Credit Memo TO Customer
    Now in Process - 2 ,we have not done any process for Excise.We can take Credit Using 'J1IH'(Additional Excise),But i want to know whether the Excise Invoice which i have selected in Process 1(T-code - J1IJ),will get free.
    I want this beacause we want to use the same Excise Invoice for Different Order if it gets free.I also want to know whether we are following the correct Steps Sequence.
    Help required Urgently.
    Thanx,
    Viru.
    Edited by: Virendra SIngh on Nov 25, 2008 6:00 AM

    Hi
    For depot returns use the transaction code J1IG. Create this with reference to material document of
    return delivery. Thus there will be and reciept entry in RG23D register. This again can be refered whil doing depot excise invoice (J1IJ)
    Do not use J1IH this will not have any impact in RG23D table. You have to use J1IH in case of
    factory sale and not depot sales.
    Regards
    MBS

  • Error Message during posting return delivery against materil document

    Dear experts
    I have created a purchase order with batch specific unit of measure KAI.
    I created the inbound  delivery document (say for eg: 30,000 KG)
    I have taken GRN for the above IBD through MIGO transaction with 101 movement for all 30,000 KG.
    Later i have posted the return delivery 122 movement with reference to above 101 material document. 30,000 KG
    After this i realized that i need cancel the 101 movement document.
    So cancelled the 122 movement document, and try to cancell the 101 material document.
    Then system is issuing error message VLA 321 "Movement type 102 cannot be used here".
    Also if i again want to post return delivery to send the stock back, then also i have error message. but this time it is VLA 319
    "Return delivery qty greater than previously GR-posted qty:"
    My Support package for SAP_APPL, relese 600 is SAPKH60019.
    Please suggest me solution to fix these errors as these are not relavant for the situation.
    Regards/Murali

    Hi,
    Can you please check this note...
    Note 1050944 - GR for inbound delivery using inventory mgmt as of ECC 6.00
    Note 1342935 - Error message BORGR 623 during GR reversal in MIGO
    Regards
    Bhuban

Maybe you are looking for

  • After I updated to 10.7.2, iTunes can no longer see my iPhone.

    It won't charge either.  I've used another cable & another iPhone without sucess. Both iPhones and both cables work fine on my work Mac. I'm at a loss. Help!

  • Problem with  printer resources

    hello .. how can i use printer resources in to my application       PrinterJob printJob = PrinterJob.getPrinterJob();by using above code i am accessing printer job. prinetr resources displaying correctly,but when i move it , my background frame is no

  • Can characters be transposed converting InD to PDF?

    We got a 'final' version of a document which contained new errors. It was a PDF. In it, a name (let's call it Fred) appeared as Ferd. The designers have told our contact that this sometimes happens when converting InDesign to a PDF proof, and that th

  • Running existing queries in sql developer-new user

    I am trying to execute some of my existing queries I created in TOAD but when I open my current existing files it does not give me the option to execute them. How can I get my existing files to execute so that I can get a data return?

  • Music folder Erased after delete any song.

    I use a MacBook Pro with Mac OS Snow Leopard 10.6.8, I always used a External HD to hold my iTunes files. But now, I dont know if this is because of iTunes 11, I use the organized files option checked and the iTunes organized it in artist names subfo