Printing vendor return invoice - goods return using movement 122

Dear all,
Is it possible to  print vendor return invoice along with excise tax break up if we do goods return using movement type 122 ?.
Regards,
A.Jeyakanthan

Yes, you  will need to create an excise invoice for vendor rejection / returns using J1IS transaction against the 122 material document .  the  tax details can be picked up from tables J_1IEXCHDR and J_1EXCDTL.

Similar Messages

  • Error during Goods Issue using movement type U61

    Dear All,
    There is this error with respect to goods movement type U61. It states u201C Difference in Object List header data: U61 previously /321 Newu201D
    I get this error when I am doing the Goods issue using the transaction EM10 or MB1A
    Any guidance or help is welcome
    Regards
    Balaji.J

    Hi,
    The goods issue movement type is 501, the previous movement type was also 501 only. The status of the device is in ESTO. By doing goods issue using movemenn type U61, I need to make them in to AVLB status.
    Regards
    Balaji.J

  • Draft documents for Sales return and Goods return

    Morning, Exports,
    I got two questions, pls kindly help!
    1) The draft documents regually if not with approval process, can be removed from draft list, but once it's with approved process, the "approved" draft document can't be removed. How to have it deleted from the list of draft documents?  As there are two many drafts and we need to take them out once its data was adding into system....
    2) Where we can see the serial# that picked for the draft document?
    Thanks!
    Emily

    Here are the answers ---
    1) The draft documents regually if not with approval process, can be removed from draft list, but once it's with approved process, the "approved" draft document can't be removed. --> TRUE
    How to have it deleted from the list of draft documents? --> NOT POSSIBLE FOR DRAFT DOCUMENTS
    As there are two many drafts and we need to take them out once its data was adding into system.... --> USE THE "OPEN ONLY" OPTION TO AVOID THE CLOSED / UNNECESSARY DRAFT DOCS.
    2) Where we can see the serial# that picked for the draft document? -->  GO TO ANY MODULE -> REPORTS -> "Document Drafts Report" --> Document No. [BUT THIS NO. WILL NOT TAKEN IF ANY DOCUMENT IS CREATED AFTER THIS DRAFT OF THE SAME DOCUMENT TYPE. THE FINAL NO. WILL BE THE LAST NO. + 1 OF A PARTICULAR DOCUMENT TYPE]

  • How to Transfer the Goods Return by Customer

    Hi Experts,
    When customer return the goods sold, system has generated a movement type  651 and the stock is parked under return column in MMBE report. When trying to transfer this stock to another location, system has generated the message shown that there is no stock available. What should I do so that the stock can be transfer.
    Thank you very much.
    Rgds
    Zahari

    Hi
    On return delivery in logistics execution the system posts the stock to returns.
    There is no accounting document.
    Now you need to transfer the stock from returns to own using movement type 453 using transaction MB1B. Returns to blocked stock using movement type 459. Returns to QI stock using movement type 457.
    After this you would be able to do further movements for the stock.
    Regards
    Prasad

  • Goods Return - GRPO - PO QUERY

    Friends
    The following is the requirement for one of my client:-
    PROJECT CODE - GOODS RETURN DATE - GOODS RETURN # - GRPO # - GRPO DATE - PO # - po DATE - VENDOR NAME - BASIC - FREIGHT - EXCISE - VAT - CST - G/R DOC TOTAL
    I need the above for Document Level
    Would appreciate if someone can help me on this.
    regards
    KARTHIK

    GORDON
    Following is the query. Everything comes right. I did not get correct Tax Details. Can u pls guide me  where i had made errors in the query
    Select  T1.Project AS 'Job Number', T0.DocDate as [Date of Goods Return],T0.DocNum As [Good Return Number],T2.DocNum as [GRPO Number],
    T2.DocDate as [GRPO Date],T4.DocNum as [PO Number],T4.DocDate as [PO Date],T0.CardName as 'Vendor Name',T0.DOCTOTAL,
    (t0.DOCTOTAL) - (T0.VATSUM) - (T0.TotalExpns) as 'Basic',
    t0.totalexpns as 'Freight  & P&F Amt',
    Sum(T5.TaxSum) as 'BEDAmt',
    Sum(T6.TaxSum) as 'ECeSSAmt',
    Sum(T7.TaxSum) as 'HECess Amt',
    Sum(T8.TaxSum) as 'AED Amt',
    Sum(T9.TaxSum) as 'CST along with Excise Amt',
    Sum(T10.TaxSum) as 'CST Amt',
    Sum(T11.TaxSum) as 'VAT Amt',
    Sum(T12.TaxSum) as 'VAT along with Excise Amt',
    SUM(T13.TaxSum) as 'CST on Freight Amt',
    Sum(T14.TaxSum) as 'VAT on Freight Amt',
    Sum(T15.TaxSum) as 'BED on Freight',
    Sum(T16.TaxSum) as 'CESS on Freight',
    Sum(T17.TaxSum) as 'HECESS on Freight'       
    FROM ORPD T0 Inner Join RPD1 T1 on T0.DocEntry=T1.DocEntry
              Inner Join OPDN T2 on T1.BaseEntry=T2.DocEntry
              Inner Join PDN1 T3 on T2.DocEntry=T3.DOCENTRY
              Inner Join OPOR T4 on T4.DocEntry = T3.BaseEntry
    LEFT OUTER JOIN rpd4 T5 ON T5.DocEntry=T0.DocEntry and T0.DocEntry=T5.DocEntry AND T5.staType=-90 AND T1.LineNum=T5.LineNum
                      LEFT OUTER JOIN RPD4 T6 ON T6.DocEntry=T0.DocEntry and T0.DocEntry=T6.DocEntry AND T6.staType=-60 AND T1.LineNum=T6.LineNum
                      LEFT OUTER JOIN RPD4 T7 ON T7.DocEntry=T0.DocEntry and T0.DocEntry=T7.DocEntry AND T7.staType=7 AND T1.LineNum=T7.LineNum
                      LEFT OUTER JOIN RPD4 T8 ON T8.DocEntry=T0.DocEntry and T0.DocEntry=T8.DocEntry AND T8.staType=-80 AND T1.LineNum=T8.LineNum
                      LEFT OUTER JOIN RPD4 T9 ON T9.DocEntry=T0.DocEntry and T0.DocEntry=T9.DocEntry AND T9.staType=13 AND T1.LineNum=T9.LineNum
                      LEFT OUTER JOIN RPD4 T10 ON T10.DocEntry=T0.DocEntry and T0.DocEntry=T10.DocEntry AND T10.staType=4 AND T1.LineNum=T10.LineNum
                      LEFT OUTER JOIN RPD4 T11 ON T11.DocEntry=T0.DocEntry and T0.DocEntry=T11.DocEntry AND T11.staType=1 AND T1.LineNum=T11.LineNum
    LEFT OUTER JOIN RPD4 T12 ON T12.DocEntry=T0.DocEntry and T0.DocEntry=T12.DocEntry AND T12.staType=14 AND T1.LineNum=T12.LineNum
    LEFT OUTER JOIN RPD4 T13 ON T13.DocEntry=T0.DocEntry and T0.DocEntry=T13.DocEntry AND T13.staType=26 AND T1.LineNum=T13.LineNum
    LEFT OUTER JOIN RPD4 T14 ON T14.DocEntry=T0.DocEntry and T0.DocEntry=T14.DocEntry AND T14.staType=25 AND T1.LineNum=T14.LineNum
    LEFT OUTER JOIN RPD4 T15 ON T15.DocEntry=T0.DocEntry and T0.DocEntry=T15.DocEntry AND T15.staType=22 AND T1.LineNum=T15.LineNum
    LEFT OUTER JOIN RPD4 T16 ON T16.DocEntry=T0.DocEntry and T0.DocEntry=T16.DocEntry AND T16.staType=23 AND T1.LineNum=T16.LineNum
    LEFT OUTER JOIN POR4 T17 ON T17.DocEntry=T0.DocEntry and T0.DocEntry=T17.DocEntry AND T17.staType=24 AND T1.LineNum=T17.LineNum
    WHERE T0.DocDate >='[%0]' AND  T0.DocDate <='[%1]' AND T0.DocType = 'I'
    GROUP BY T1.Project,T0.DocDate,T0.DocNum,T2.DocNum,T2.DocDate,T4.DocNum,T4.DocDate,T0.CardName,t0.DOCTOTAL, T0.VATSUM,T0.TotalExpns
    regards
    KARTHIK

  • Status of Goods Return

    Hi
    How exactly is the status of a Goods return controlled / automatically set by B1?
    I.e.: I created a new one based on a GRPO and it has been closed immediately after saving it, automagically. Actually, theses Goods are going back and they will return (reworked) and I planned to do a GRPO then based on the Goods return issued now. However, this will not be possible anymore.
    When does B1 close / leave open a Goods Return?
    How is a Goods Return usually 'balanced'/closed?
    Thanks
    Franz

    Paul,
    This seems not to be entirely correct.
    I have several Goods Return that have an open status. This is true for all the documents that are not based on an GRPO or alike, for instance. In these cases when the reworked goods return a GRPO can be based on the Goods Return. However, this seems only to be possible if the Goods Return is not based on any other document.
    In my case, the flow of the ggods can not completly followed because B1 automatically closes Goods Retuns that are based on
    an other document, i.e. a GRPO.
    What I would like to do to completely be able to follow the goods flow in B1:
    Purchase Order -> GRPO -> Goods Return -> GRPO
    But only these are possible:
    Purchase Order -> GRPO -> Goods Return
    or:
    Goods Return -> GRPO
    Franz

  • Return goods to vendor after invoiced

    Dear All,
    My scenario says
    that i have 100 quantity on PO and i have GRN 100 quantity and then also invoiced 100qauntity as per valued on PO.
    now i need to return goods to vendor. how system will support ma scenario.
    Thanks

    Hi
    Create a new PO with qty to be returned, with the returns item indicator falgged, return the Goods with 161 movment tyoe and perform the Credit memo using MIRO.
    Thanks & Regards
    Kishore

  • I have creatd smartform for vendor return invoice and i m using std zprog o

    i have creatd smartform for vendor return invoice and i m using std zprog of other client and corresponding prog.. when i run this program using  .....after creating transc in se93. is it not workin ..
    where should i check for error and i am not getting selection screen in se38 program which i am using with this smartform..
    can u tel me step wise....what is the procedure so i can run and execute and see my output..
    please
    regards.

    Hi,
    when you run program from SE38 are you able to see the selection screen and able to exucute with out error....
    And when you run the t-code which you created for your Z-prog whats the message its giving...
    Regards,
    Shankar.

  • Goods Return to Vendor

    HI
    we had purchase one material, done  PR, PO, GRIR  103 & 105, Invoice & payment to vendor.
    now we want to return the goods to vendor and want to take back cash.
    how to do this.
    thanks
    thomas

    hi
    If LIV and Payment to Vendor is done then
    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
    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.
    if the material is non excisable then plz omit the steps 3 and 4
    regards
    kunal

  • CIN for Goods Return to Vendor

    Hi
    Could some one can let me know how to update the RG23 D register in case of return to vendor from depot plant.
    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.. MIRO - Credit memo w.r.t. Returns PO.
    Please let me know the process in case of depot plant with respect to updatation of RG23D register.

    Dear,
    Please follow below mention cycle: -
    1.ME21N - Create a Returns PO Returns indicator for PO line item.
    2. MIGO - Goods Receipt Mvmt type "161" against return purchase order
    3. J1IS u2013 Excise Invoice Other Movements
    click on create button to create an outgoing excise invoice
    Take ref.doc.type - MATD, Doc Number - Material document NO Series Group, Excise Group, Vendor
    Check BED, ECS and SECess values to be reversed. and click on save button.
    4. J1IV - Post Excise Invoice.
    5. MIRO - Credit memo against. Returns PO.
    Note: - Before all process maintain Material chapter id and vendor excise detail in J1ID.
    Regards,
    Mahesh Wagh

  • Process for Returns the goods to vendor

    Hi All
    Can any body please guide me in the below Returns process:
    1) Goods returned from the customer and placed in to returns storage loaction, then to perform the returns process to vendor for the goods which are at returns S Loc.
    2) Goods recieved from vendor and performed Quality check and found goods are in damage condition then posted to blocked stock to take the decession about the stock.Decession has been made to return ths stock to vendor then the Stock from Blocked Stock has to be returned to vendor.
    Regards,
    Laxmi

    Hi,
    Point No 1 -
    You can post the delivery with reference to PO in MIGO transaction using Mvt type - 122
    OR can create PO with return tick with Mvt type - 161.
    If you choose to post W.R.T PO,You can post substitute delivery W.R.T. return delivery document by using reverse posting with Mvt type - 123.
    Point No 2 -
    Here now you have posted  the stock into block stock.
    You can post the return using movement type 124 - return delivery from goods receipt blocked stock.
    you can reverse the rweturn delivery doc to post the substitute delivery again into block stock.Finally move the stock to unrestricted using 105.
    Hope this helps.
    Vivek

  • How to return consignment goods to vendor?

    Hi,
    We have some materials that are in consignment status. Their stock is imported when going live. Though we have a SA for these materials, we haven't purchase any of them since roll-out. So when I tried to use 122 K to return these goods to vendor, I can't find these materials in the list.
    Could anyone suggest how to return consignment goods like this to vendor?
    Thanks!
    Wesley

    hi,
    For consignment you already claer the vendor liabilities,
    So need to Cancel the invoice MR8M and do the return delivery.
    Regards,
    Andra

  • Amount on Goods receipt for return orders is wrong with movement type 653

    Hi All, I am sorry if it is a simple question because i am an abap'er.
    My requirement is to create return sales order (with ref.to Billing document) and deliver and PGI for the return orders. This should go to sales order stock. Accounting document should be generated for material document and the amount should be picked up from condition type (if man.cond. type exist) else from material master.
    1) Created a sales order (Bought in item cat) - Create PO (Non stock) - Receive goods (MIGO) - Create Delivery (VL01N) -   PGI (Movement type 601 and special stock indic. 'E') - Create billing document (F2 type from VF01)
    So far it is good. The account document is created (PGI - cost of goods) with correct amount as desired
    The next scenario is if the material is returned? This is where we are having issues
    Created sales order with ref.to billing doc. (S.O: RE. Item.Cat. Return Bought in (YRBI)... this is pretty much same as bought in except few things which are YRBI  - Delivered - PGI (Goods returns. unrestricted) Movement type 653 - Problem comes here.
    a) If i put special stock indic 'E' in 'Return bought in item.cat - There is no accounting document generated for 653 movement type.
    b) if i maintain space instead of 'E' in return bought in item.cat - there is an accounting document but the manual cost is not copied to accounting document and it is picking up from material master which we dont want and The stock is not showing up in sales order.
    I did my research (forum, OSS, google, and in help.sap.com) before posting here but no help.
    I have checked account assignment categories for 'A' - (some post explained this) I tried changing values but no help.
    I even tried changing the schedule line category to DN but no help.
    I dont know what i forgot to change or check but i have tried everything what i know and from help from different sources ... still couldnt get it.
    Original requirement is to make the return stock as sales order stock and this can also be returned to vendor. If there is a manual cost in return sales order, the PGI accounting document should be created with this condition value else from material master.
    My pricing settings are good.
    It would be really helpful if any one guide me to configure the process or atleast if anyone tells me what am i missing... .

    Have a look at any of the following notes:-
    1)  Note 171989 - Sales-order-related productn: Custmr exit COPCP002
    2)  Note 520000 - FAQ: Valuated special stocks
    3)  Note 557582 - User exit and valuated sales order stock
    4)  Note 580228 - Incorrect prices for materials procured externally
    5)  Note 983193 - Docu:Externally procurd material in valtd sales order stock
    thanks
    G. Lakshmipathi

  • Purchase Order Module  - Goods Receipt PO - Goods Return - AP Invoice

    Hi all expert,
    I have a senario is :-
    Open Purchase Order Module  -> Goods Receipt PO -> Goods Return -> AP Invoice
    Puchase Product A by "Purchase Order" with Qty 6,000 After "Good Receipt PO", found out 3,500 pcs is out of spec then "Goods Returns" 3,500 pcs. Then continue do "AP Invoice" with Qty 2,500 pcs.
    Question is 1 week later, the supplier replacement back 3,500 pcs, so how am i going to start to steps? since PO have been close.
    When i at  "Goods Receipt PO" wanna to copy from "Goods Return", it is show nothing.
    Your advise is highly appreciated.
    Thanks.
    Regards,
    Danny

    Hi Danny
    i think you have to create a new PO then GRN then PI...since you copied the PO to GRN it will show as closed as there is a target doc. linked to the PO. A PO can be changed only if there is no target doc linked to it .
    Hope this helps.
    Bongani

  • GRPO cosed without any Goods return or A/P invoice entered

    I raise a GRPO and incoming excise invoice. I don't know if we did something but now GRPO status is closed without A/P invoice entered. I also did not enter a Goods return document. How do I know why the status is showing as closed??
    And how do i enter A/P invoice now?? Is the only way now is to enter a goods return and enter start from GRPO again??
    Thanks.
    - Krishna

    Hi Prasanna,
    I have tried this instead of entering manual journal entries.
    1. Created a Goods Return with exact quantities and prices.
    2. Created an outgoing excise
    3. Manually close the Goods return document
    That seems to reverse all the transactions automatically. The only problem I have now is the amount that it is posting is quite different from the amount in the document (Amount in the document is Rs 56000 and amount posted is Rs 85600). I am not sure if it is because of this type of transaction or some other reason. Because if I do a Goods return from the GRPO, it posts the amount correctly.
    I tried 2-3 entries, there is no correlation. It is posting very arbitrarily.

Maybe you are looking for

  • Gnome session start up programmes

    Running Arch on a Fujitsu Siemens Amilo laptop with 512MB RAM. 2GHz. Athlon proc. -getting a bit long in the tooth..and the laptop Which of these can safely be disabled in Gnome session start up programmes? 1. AT SPI Registry Wrapper 2. Disk Notifica

  • Do they still sell the 2nd generation ipod nanos ?

    I was just wondering whether or not they still sell the 2nd generation ipod nanos. i live in Canada and ive been wanting a red ipod nano for ages...and my silver one is now starting to skip. i might as well get a new one seeing as my silver one has b

  • Database connection loosed over night

    Hi, I am testing a J2EE application on Sun Java System Application Server Platform Edition 8.2 (build b06-fcs). The application uses JNDI, which uses a connection pool to access a MySQL database. The deployment of the applications .ear file works fin

  • DropDownList Bug?

    Is this a bug or am I missing something?  Use a dropdownlist in your an application. For the dataprovider use something like the following. sw0-clls.0.sjs-w80.slkfjsd.kfjs-343 sw0-clls.2220.sjs-w80slkfjssdfd-dkfjs sw0-clls.0s32333.sjs-w80slkfjsds-dfd

  • Help me post / fireworks Slice tool

    Hi All, I am trialing fireworks as a mac user and I'm having a few issues with the PDF export. After creating multiple pages I wanted to use the slice tool to link them together, This was simple but when I exported the PDF file the main navigation li