Exices invoice and subsequent exice credit to company

the process flow for   in my company is PO-- GRexice credit (j1iex) miro -- reconsilation of exice credits. i have already maintained the exisice master  for a particular material and vendor.
But iam not getting exice pop up in PO (or) GR. can anybody answers below question.
- why the exicse pop is not coming in PO/ GR.
-can any one give the total configuration steps for the above process.

hi,
check again the chapter id combination
material declared as excisable goods,
excise indiactor of vendor
chapter id validity period
material type in Excise master.
check the tax code and maintain the condition in FV11

Similar Messages

  • Which table where I can find diff between Invoice and subseq deb/ cred

    Dears,
    Is ther any table from where I can check whether Invoices is created based on
    1, Invoice
    2. Subsequent debit/Credit.
    I could not find the difference in rbkp table. Pls suggest
    Regards
    Kamesh

    Hi,
    Invoice Header table: RBKP
    Invoice item table: RSEG
    and check following link also
    [How to identify an invoice/credit memo/ subs credit / subs debit in tables;
    Regards
    Kailas Ugale

  • Miro debit/credit note and subsequent debit/credit

    Dear all,
    May I know under what circumstances we use debit/credit note and
    under what circumstances we use subsequent debit/credit
    Need advice.
    Thanks

    Hi,
    A subsequent debit/credit arises if a transaction has already been settled, and a further invoice or credit memo is received afterwards.
    A subsequent debit/credit changes the total invoice value of a purchase order item; the total invoice quantity remains unchanged. Therefore, only a value-based update of the purchasing transaction takes place. There is no quantity-based
    update.
    1. Subsequent Debit :-You must enter an invoice as a subsequent debit if a purchase order item has already been invoiced and further costs are now incurred. (Example: A vendor has inadvertently invoiced you at too low a price and then sends a
    second invoice for the difference.)
    2. Subsequent Credit :- You must enter a credit memo as a subsequent credit if a purchase order item was invoiced at too high a price and you have now received a credit memo. (Example: A vendor has inadvertently invoiced you at too high a price and then sends a credit memo for the difference.)
    If you enter a subsequent debit/credit, the system suggests the entire invoiced quantity, but no value. The maximum quantity that you can subsequently debit or credit is the quantity that has already been invoiced. You can only enter a subsequent debit/credit for a purchase order item if an invoice has already been posted for this item.
    A subsequent debit/credit cannot refer to a particular invoice.
    Subsequent debits and credits are listed separately in the PO history.
    3. Credit Memo :- You usually receive a credit memo from a vendor if you were overcharged. As is the case for invoices, credit memos refer to purchase orders or goods receipts.
    You post a credit memo if too large an amount has been invoiced. When you post the credit memo, the total invoiced quantity in the PO history is reduced by the credit memo quantity. The maximum quantity you can make a credit for is the quantity that has already been invoiced.
    In the same way as the corresponding goods receipt is expected or posted for the invoice, in the case of a credit memo, the system assumes that the credit memo belongs to a return delivery or reversal of the goods receipt. This means that the credit memo is settled using the GR/IR clearing account.
    Regards,
    Pardeep Malik

  • Query for approval procedure - A/R invoice and A/R credit memo

    Dear all,
    Need one help regarding approval procedure.
    Query :- If we do A/R credit memo and days from A/R invoice to A/R credit memo are geter than 180 then A/R credit memo
                  shoild go to the approval. (A/R invoice shoul be a base documnet)
                  I have made below query, but if days are >180 or <180 it is goinf for a approval. Can any one suggest for this.
    SELECT distinct 'TRUE'
      FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    inner join RIN1 T2 on t2.BaseEntry=T0.DocEntry
    inner join ORIN T3 on T2.DocEntry = T3.DocEntry
    where  DATEDIFF(day,T0.[DocDate],T3.DocDate) > 180
    <a href="http://megaupload2.name/">megaupload</a>, <a href="http://www.btjunkie.name/">btjunkie</a>,  <a href="http://www.freedownloadgames.name/">games</a>

    Hi,
    Try:
    SELECT distinct 'TRUE'
    FROM OINV T0
    inner join RIN1 T2 on t2.BaseEntry=T0.DocEntry AND T2.BaseType = 13
    inner join ORIN T3 on T2.DocEntry = T3.DocEntry
    where DATEDIFF(day,T0.DocDate,T3.DocDate) > 180 AND T3.DocEntry=$[ORIN.DocEntry.number\]
    Thanks,
    Gordon

  • SQL Query for full paid invoices and payed out credit notes

    Hi alltogether,
    I have some problems with a sql query.
    I want to export all closed (full paid) invoices and credit notes in a table with the paid date.
    The problem is that I have several internal reconciliations for one invoice or credit note.
    So with my current query I get all these dates in the result but only for invoices, not for credit notes.
    I only need the last internal reconciliation date as payment date for all invoices and credit notes where the open amount is 0.
    In SAP B1 the finance team has service invoices and credit notes imported out of an ERP system.
    These documents are marked with an 'Y" in the coloumn "U_I_Imported" in the table "OINV" or "ORIN".
    SELECT
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.NumAtCard, OINV.U_I_Imported, ORCT.DocDate as 'Zahlungsdatum'
    SELECT
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.NumAtCard, OINV.U_I_Imported, ORCT.DocDate as 'Zahlungsdatum'
    FROM
    OJDT inner join
    ORCT on OJDT.BaseRef = ORCT.DocNum inner join
    RCT2 on ORCT.DocNum = RCT2.DocNum inner join
    OINV on RCT2.BaseAbs = OINV.DocEntry
    where
    OINV.DocTotal - OINV.PaidToDate = 0 and  OINV.U_I_Imported = 'Y'
    group by
    OINV.NumatCard, OINV.DocTotal - OINV.PaidToDate, OINV.U_I_Imported, ORCT.DocDate
    order by
    ORCT.DocDate
    I hope you can help me.
    Kind regards,
    Max

    The solution for my problem:
    select
    OINV.DocTotal - OINV.PaidToDate as 'Offen', OINV.CardCode as 'Kundennummer', OINV.NumAtCard as 'DIAMOD Rechnungsnummer', OINV.DocNum as 'Dokumentennummer',  max(ORCT.DocDate) as 'Zahlungsdatum', case when ORCT.DocCurr = (select MainCurncy from OADM) then RCT2.DcntSum else RCT2.DcntSumFC end as 'SkontoRechnungswährung',
        RCT2.DcntSum as 'SkontoFirmenwährung'
    from
        JDT1 inner join
        OJDT on JDT1.TransId = OJDT.TransId inner join
        ORCT on OJDT.BaseRef = ORCT.DocNum inner join
        RCT2 on ORCT.DocNum = RCT2.DocNum inner join
        OINV on RCT2.BaseAbs = OINV.DocEntry
    where
    JDT1.TransType in ('24') and
    OINV.U_I_Imported = 'Y' and
    OINV.DocTotal - OINV.PaidToDate = 0
    group by
    OINV.NumAtCard, OINV.DocNum, OINV.CardCode, OINV.DocTotal - OINV.PaidToDate, ORCT.DocCurr, RCT2.DcntSum, RCT2.DcntSumFC
    union all
    select
    OINV.DocTotal - OINV.PaidToDate as Offen, OINV.CardCode as 'Kundennummer', OINV.NumAtCard as 'DIAMOD Rechnungsnummer', OINV.DocNum as 'Dokumentennummer',  max(OITR.ReconDate) as 'Zahlungsdatum',
        0.0 as 'SkontoRechnungswährung',
        0.0 as 'SkontoFirmenwährung'
    from
    OITR inner join
    ITR1 on OITR.ReconNum = ITR1.ReconNum inner join
    OINV on ITR1.SrcObjAbs = OINV.DocEntry
    where
    OINV.DocTotal - OINV.PaidToDate = 0 and ITR1.SrcObjTyp = 13 and OINV.U_I_Imported = 'Y'
    group by
    OINV.NumatCard, OINV.DocNum, OINV.CardCode, OINV.DocTotal - OINV.PaidToDate
    union all
    select
    ORIN.DocTotal - ORIN.PaidToDate as Offen, ORIN.CardCode as 'Kundennummer', ORIN.NumAtCard as 'DIAMOD Rechnungsnummer', ORIN.DocNum as 'Dokumentennummer',  max(OITR.ReconDate) as 'Zahlungsdatum',
        0.0 as 'SkontoRechnungswährung',
        0.0 as 'SkontoFirmenwährung'
    from
    OITR inner join
    ITR1 on OITR.ReconNum = ITR1.ReconNum inner join
    ORIN on ITR1.SrcObjAbs = ORIN.DocEntry
    where
    ORIN.DocTotal - ORIN.PaidToDate = 0 and ITR1.SrcObjTyp = 14 and ORIN.U_I_Imported = 'Y'
    group by
    ORIN.NumatCard, ORIN.DocNum, ORIN.CardCode, ORIN.DocTotal - ORIN.PaidToDate

  • Wrong A/P invoice and effect of Credit memo

    If we registered wrong AP invoice there is no way unless issue credit memo. And this process cause other wrong record in system. In SAP Business One there is no option to cancel an invoice but with Credit Memo. This is the only way and it has to be this way because of the law, in Venezuela every invoice that is cancelled has to have a credit memo to support it. First of all I would like to bring your attention to this point that  it is we are talking about the correction of the figure just in financial side ( no impact in inventory) which it may cause because of user mistake when he /she register AP invoice with  putting wrong amount at that time. Based on your solution :   With debit memo not only  the amount in  financial side  will be corrected but also  the quantity of the warehouse will be changed which it is not our case.
    In summary we need to correct the amount of invoice JUST in  financial module with no impact in inventory?
    Thanks in advance

    As you know there is only one way to cancel AP invoice , and it cause decreasing in inventory, so how can I register again AP invoice becasue related Good recipt was closed by AP invoice , and I can not issue AP base on that good receipt.

  • Transaction code A/R Reserve Invoice and A/R Credit Memo

    Hello experts,
    My client has entered AR Reserve invoice and AR Credit memos- I need to find the accounting documents of these transactions.
    I am not able to find the difference between them in my table. I am using BSEG.
    What am I doing wrong?
    THanks a  lot

    Hi........
    Welcome To SAP Business One Forum......
    Is your question related to SAP B1?
    If yes then for every marketing document SAP creates Journal Entry except Orders as you can see it in Accounting Tab of Document.
    So you can find out those accounting transactions by its Origin and Object code in document tables........
    Regards,
    Rahul

  • Different exice invoice and Despatch sr. no. in Invoice

    Hi.
      As per our process whenever we creat the invocie we get the excise invoice no. and despatch register number  both are always same  but now some time  we are facing the problem that the no. are not matching   can we  tell me the reason due to which  the numbers are different .
    regards,
      zafar

    It could be due to excise invoice cancelled by the user so that you will have some difference between these two.
    thanks
    G. Lakshmipathi

  • Getting error during posting A/P invoice and  A/P credit memos

    We are intermittently getting this error during A/P invoice.
           When i am doing the full cycle of Purchase like
            Purchase Order
            Goods Receipts PO
           A/P. Invoice.
         At the time of A/P. Invoice the date has been coppied from the Goods Receipt's PO, i am getting the error, this error not comes regularly, only for few transcations,
         Please guide to me.
             Error is
           " No matching records found 'G/L Accounts' (OACT) (ODBC-2028)
                                  Message 131 - 183 "
              Patch level is 27 and version is 2005B

    Hello Prasad,
    Before add A/P invoice, are you changing the price to a lower price, either by changing amount in the 'price' column or by giving a higher discount at the header level ? As far as I know, in a non continuous stock system company with the 'Use Negative Amount for Reverse Transaction' setting not ticked.
    Another solution could be as follows (just check in your SAP B1 installation) :
    When the user chooses User Defined Chart of Accounts under Administration -> System Initialization -> Company details -> Basis Initialization tab , the default accounts remain in the "G/L Account Determination", "Define Tax", "Define Warehouse" windows under Administration -> Definitions -> Financials and Administration -> Definitions -> Inventory. User has to check and define all accounts.
    My reference is SAP notes 771489.
    Another related issue is whether you are using rounding when adding a marketing document. If yes, you must define rounding account in 'Administration' > 'System Initialization' ->'G/L Account Determination' -> 'General' tab page under "Rounding Account" field.
    Rgds,

  • Report for parked/post invoice and subsequent payment

    Dear All,
    Is there any report or function module wherein one can know the status of particular invoice i.e. whether it is in park stage or post stage or reversed or payment has been made?
    Regards
    Amit

    Hello,
    FBL5n and FBL1n and mark posted items yes/no
    then open item report includes parked invoices or does not include them
    Parked invoices can be seen with yellow sign.
    Choose noted items for down payment information.
    all the best erwin

  • Link between A/R Invoice and the A/R credit memo

    dear all
    how do we find the link between A/R invoice and it's credit memo from the database level.
    Thanks & Regards
    Kanishka Wickrama

    Hi
    You can link AR Invoice and AR Credit memo through internal reconciliation for that customer.
    Go to banking --> bank reconciliation --> Automatic Reconciliation --> internal reconciliation.
    Regards
    Kamlesh Vagal
    Edited by: kamlesh vagal on Jul 21, 2008 10:59 AM

  • Remove invoice and credit note block

    Hello all,
    I have got a query with respect to transaction MRBR (Remove Block on invoice). The process that we follow is:
    1) When AP clerk enters invoice, he enters the invoice with a 'R' block. This blocks the invoice from getting paid.
    2) Every evening there is a background job scheduled with transaction MRBR. What this job does is removes the 'R' block from the invoice if it has got a corresponding GR.
    3) This invoice then appears in the payment run and is paid off.
    The problem with this process is when the credit notes are raised on account. We link the credit notes and invoices by copying the document number of invoice in the 'invoice reference' field while entering the credit note. The 'R' block also gets copied onto the credit note (if the invoice has the block). Transction MRBR runs overnight and removes the block from the invocie (if it has a corresponding GR) and the invoice becomes free for payment. However there is no parameter in the program to remove the block from the credit note as well. What eventually happens is that the invoice becomes free for payment, the credit note remains 'R' blocked and hence does not appear in the payment run to offset the invoice and the invoice gets paid off even though it had a credit note.
    Is anyone aware of how to remove the 'R' block from the credit note or if there is a better process to work with invoice and credit notes.
    Thanks for all your help
    Regards
    Keyur

    normally, credit memo should be able to remove the block manually as soon as they are put in the sap.
    they should not be mixed with other AP invoices.
    and if the credit memo need to be paid, then it should have something like approval doc to support the block removing.
    if it is just reversal doc against wrong doc, then also need remove the block by supervisor asap.
    Edited by: JiQing Zhao on Apr 19, 2011 10:17 AM

  • Returns and subsequent FOC delivery

    Hi All
    I hav a scenario where i will be creating Return order and subsequent PGR
    now the company decides to replace the material for the return quantity
    the process will be
    Return Order(RE)>>Delivery(LR)>>Free of charge delivery(FD)>> PGI
    when i complete the process,the return order status will be BEING PROCESSED
    Please suggest any settings to to make status complete
    regards

    Hi,
    The process will be as follows:
    1. Create a return sales order with reference to the original invoice.
    2. Create the returns delivery with reference to the return sales order.
    3. Do the post goods receipt (PGR) for the return delivery.
    After this your company does not want to issue credit memo to the customer but instead wants to issue a replacement for the returned goods. So in this case because the credit memo is not created, the system will alweays keep the status of the return order as in process.
    Solution:
    1. Create a subsequent free of charge delivery order. In transaction code VA01 create a new sales order with order type as "KN" with reference to the return sales order.
    2. Create the delivery for the above order.
    3. Do the post goods issue (PGI) for the above delivery.
    Here no invoice will be generated as it is a replacement only & the order will have no value.
    At this stage be sure, however, that the sales document you are using as a reference (return sales order), is no longer valid due to this new free-of-charge delivery sales order, has its line items rejected. Should they not be rejected, it is possible that the return can accidentally create a credit memo.
    So you need to assign a reson for rejection to the return sales order item for:
    1. Closing the return sales order. The status will now be chnaged to Complete. As you are not going to give credit for the return, you need to close the return sales order otherwise, it may allow creating the credit memo.
    Hope this clarifies your doubt.
    With best regards,
    Allabaqsh G. Patil.

  • Sales orders/ invoice and customer master URGENT!!!!!

    how can i correct this problem...... customer is linked to the wrong customer master, customer is supposed to be a canadian customer but linked to US customer master? in terms of currency
    Also when the Sales order and Invoice was created for this customer they were inoviced in US dollars and not in Canadian Dolllars how do i reverse change currency from US to Canadian?
    Does this mean that the sales order has been linked to the wrong customer master?

    hI,
      In this case if the invoice had not posted to A/C use vf11 and cancel invoice.and use vl09 and riverse pgi and delete the delivery and by going to VA02 delete order.
      since u r saying that this customer falls under canadian customer while crweating CMR select A/C group of canadian customer then check all the critical fields of inco terms,payment terms,currency as per the standard and follow the subsequent sales process.
      cross check the sold to party details weather invoice had made against proper sold to party or not?if not just cancel invoice and subsequent documents.
      if the material had already dispached and you find there is any difference in total invoice value,create accordingly the needed Credit memo or debit memo with the proper reason.
    later as a permenent solution mark this CMR for deletion and create new CMR with proper accounting group.

  • "Post Invoice and Payment seperately"

    Hi Guys,
    I need help on resolving this issue.
    We are posting a vendor downpayment using F-48.
    We are then doing a vendor invoice and subsequently clearing the open items using F-58. But we are getting the following error while posting
    "Deferred Tax : Post Invoice and Payment seperately $1"
    Thanks,
    Srikanth.

    hi,
    Do you have two tax codes setup up.  One tax code to post with the invoice and another one which is used for transferring when the invoice payment is made.  Please check that you are using the right tax code setup for the posting with the invoice.
    Regards
    Girish BP

Maybe you are looking for

  • Cash desk and payment lots documents not updating in DFKKOP table

    Dear Experts, I have noticed that my cash desk payments and payment lot documents are not getting updating in the DFKKOP table. I have identified that for this documents, the document class is updated with "1" which means "Document does not have FI-C

  • Dynamic mask not working once loaded

    I have a movie that has a dynamic mask in it. Once I load that file into my other movie, it no longer works. I am not even sure to start to look. It makes no sense to me. Any ideas? Thanks a lot!

  • Is there a help module as in window??

    Hi in windows program there is a regular Help section which looks the same for all application. is there the same thing for Java apps? some engine that works with Java ? thanks.

  • ORA-01401 select error when using NLS_COMP=LINGUISTIC ?

    Hello All. I observed a strange thing regarding case insensitive search in XE 11.2.0-1.0 and would like to know, if I am doing someting wrong, or if XE behaves wrong. I have tables with columns of type NVARCHAR2. If I do a simple select with a simple

  • Photoshop CS5 no arranca (memoria virtual, privilegios)

    Hola De la noche a la mañana no me arranca el Photoshop CS5 (tampoco InDesign), me salen estos dos mensajes No se ha podido abrir un archivo de memoria virtual debido a que el archivo está bloqueado o no tiene los privilegios de acceso necesarios. Ut