Reserve Invoice in 2007B

Hi All,
Can anybody please explain how to enable the Reserve Invoice in SAP 2007B Version, if at all possible to enable..
This is for Indian Localization.
Regards,
Rohan S. Kamble

Hi,
This might be helpful.
For Reserve Invoice-In B1 it is Down payment invoice
https://websmp101.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000121572008E
For Down payment request
https://websmp101.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000738282007E
*You need S-User Id to view these documents

Similar Messages

  • A/P Reserve Invoice closes Source PO - But A/P Credit Memo does not open it

    Hi Forum,
    1. Create a PO with say a single line item
    2. Create a target A/P Reserve Invoice from above PO
    Note: The PO of step 1 is closed.
    I want the PO to again go to OPEN STATUS.
    3.I perform A/P Credit Memo from base document  (A/P Reserve Invoice) from step 2 above.
    Question: The status of PO does not become open. Is there a setting that I am missing here which would make the status of PO go to open again?
    Thank you for your help.

    Hi Syed Aleem, 
    go to Administration -> System Initialisation -> Document Settings -> Per document -> Purchase Order
    Place a tick in the checkbox 'Reopen Doc. by creating returns/Goods Returns/Credit Notes Based in It' & update.
    All the best,
    Kerstin

  • Create Goods Receipt PO from  AP Reserve Invoice (bug?)

    Via the user interface of sap2005 pl7 you can create "Goods Receipt PO" from an "AP Reserve Invoice".
    In the "base type" field of goods receipt the value "18" is displayed. This seems not to be a "valid value" and it is as a consequence not possible to read the contents of this field with the UI-API, because <i>base type</i> is a combo box and only valid values can be returned.
    Is there a workaround to get a none valid value from a combobox?

    Hi Jurgen,
    It looks like it is a bug and that the same bug exists on the sales side of the DI API. Herewith a post that you can read about it.
    /thread/48329 [original link is broken]
    Hope it helps,
    Adele

  • Open quantity in Sales Order did not update after cancelling Reserve Invoice

    Client created Credit Memo with reference to Reserve Invoice but this did not update the open quantity in Sales Order. Client is using SAP B1 8.82 PL9. I tested this in SAP 9.0 and still same behavior. Is there a work around other than creating another SO?
    I checked Document Settings and "Reopening Doc by creating credit memo based on Doc" is enabled.
    Thanks in advance.

    Thanks for the reply. How will the client be able to make new reserve invoices from the SO? They are trying to make partial reserve invoices from the sales order. I already suggested to just change the quantity in the reserve invoice before adding. But I have doubt because the SO might close prematurely before they complete the quantity in the SO because open quantity is much less then the quantity in SO.
    SO Quantity: 100
    Open Quantity: 40
    Reserve Invoice 1: 60
    Reserve Invoice 2: 40
    SO closes before they can make Reserve Invoice 2

  • Payment against Reserved Invoice

    Hi Experts,
    We are creating Reserved Invoices through the DI API.  The Reserved Invoice is received in just fine.  After the Invoice is processed through the DI API, we then process a payment for the Invoice.  We are getting an error that states "The Base Document Card does not match the Target Document Card".
    Orginally we were processing Sales Orders and then bringing in the payment.  Both were received into SAP with no errors.  We discovered that we could not link the Payment to the Order, so we changed to using Reserved Invoices.  Now we are getting the above mentioned error when processing the payments.
    Does anyone have any suggestions has to why we could be getting this error?  What would be considered the Target Document?
    here is the payment code:
    SAPbobsCOM.Payments vPays = default(SAPbobsCOM.Payments);
                        vPays = (SAPbobsCOM.Payments)vCmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oIncomingPayments);
    SAPbobsCOM.Documents SapInvoice = default(SAPbobsCOM.Documents);
                        SapInvoice = (SAPbobsCOM.Documents)vCmp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
    int SapOrder = GetSapInvoiceNumber(OrderNumber);
    SapInvoice.GetByKey(SapOrder);
    vPays.Address = SapInvoice.Address;
    vPays.CardCode = SapInvoice.CardCode;
    vPays.DocDate = PayDate;
    vPays.DocType = SAPbobsCOM.BoRcptTypes.rCustomer;
    vPays.DocObjectCode = SAPbobsCOM.BoPaymentsObjectType.bopot_IncomingPayments;
    vPays.CashAccount = "23500000";
    vPays.JournalRemarks = journal;
    vPays.Invoices.DocEntry = SapInvoice.DocEntry;
    vPays.Invoices.DocLine = 0;
    vPays.Invoices.SumApplied = SapInvoice.DocTotal;
    vPays.Invoices.InvoiceType = SAPbobsCOM.BoRcptInvTypes.it_Receipt;
    lRetCode = vPays.Add();
    Thanks,
    Josh
    Edited by: Josh Mellette on Apr 28, 2009 5:09 PM

    Dear Josh Mellette,
    The invoice type should be invoice 13 but not Receipt
    vPays.Invoices.InvoiceType = SAPbobsCOM.BoRcptInvTypes.it_Invoice;
    and you need to set cash sum if you pay the invoice by cash
    vPay.CashSum = SapInvoice.DocTotal;
    and please check if the DocEntry of the invoice is correct by check OINV table.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • AR Reserve Invoice - Posting date

    Hi,
    I have a customer who really would like to address the issue with the posting date on AR Reserve Invoices, because they think this field should be open for editing until the invoice has been paid.
    Is there a good reason for why the posting date field is closed after adding the document?
    And is there a possibility that this field can be opened for editing in a future version?
    Best regards,
    Lena-Marie D. Tørresvold

    Hi Lena.......
    The reason might be based on Posting Date the Payment is linked because Payment will be done as per the payment terms and payment terms ultimately linked with Document Date.
    And its preferable too as accounting is puerly done on the basis of date which is one of the most important factor from Financial Reports point of view.
    So if you think to edit the dates of docs when it si added then it is unncessary as it wont make any sense for finance reports........
    Hope you got the logic....
    Regards,
    Rahul

  • Report for AR reserve invoices

    I want to see all AR reserve invoices for a particular item. Is there a report for this in SBO or do I have to write a query?
    thanks

    Awesome, thanks.
    To check Committed quantity coming from AR reserve invocies
    AR Reserve invoices
    select oinv.docentry, oinv.docnum, oinv.canceled, oinv.isins, inv1.linenum, inv1.itemcode, inv1.linestatus, inv1.quantity, inv1.opencreqty
    from oinv
    inner join inv1 on oinv.docentry=inv1.docentry
    where itemcode = 'X' and isins = 'Y' and inv1.linestatus <> 'C'

  • Help with sql query the status of  A/P Reserve Invoice

    Hi,
    I am trying to write a query which lists all A/P Reserve Invoice info with OPEN status.
    I check the OPCH table and cannot find the rule to tell the status.
    The "DocStatus" field has two values only: 'O' for open and 'C' for closed.
    However, the status of A/P Reserve Invoice are OPEN, CLOSED, DELIVERED, PAID, etc.
    I try to use DocStatus field to filter, but the result does not match what I see in SAP.
    Could you please give me some hints about how to get the data I need? Thank you.
    Best regards,
    Sylvia
    Edited by: csylvia on Jun 23, 2011 5:54 AM

    Hi Darius,
    Thanks for your reply.
    However, I don't know what is the relationship between Purchase order and A/P Reserve Invoice.
    Do you mean using "SELECT T0.DocEntry FROM OPCH T0, OPOR T1 WHERE T0.DocNum = T1.DocNum AND T1.DocStatus = 'O';" to query the A/P Reserve Invoice data with OPEN status?
    But the result is not what I want.
    The result of "*SELECT * FROM OPOR WHERE DocStatus = 'O';*" is also not.
    I'd like to query A/P Reserve Invoice list with OPEN status, and I try the following sql query:
    SELECT DocEntry FROM OPCH WHERE DocStatus = 'O' AND InvntSttus = 'O';
    The result is close to what I need, but it's not exactly correct.
    Moreover, I don't think the sql query conditions is accurate.
    Please give me some advice. Thank you.
    Best regards,
    Sylvia

  • Reserve Invoice closes Source PO or SO - But Credit Memo does not open it

    Hi All,
    I try to reopen SO or PO in 8.82 using Reserve Invoice.
    If I use Delivery or GRPO after order - all it's ok.
    1. Create SO or PO.
    2. Create Delivery or GRPO
    3. Create Return or Goods Return - SO or PO opened
    If I use Reserve Invoice after orded - nothing pannened.
    1. Create SO or PO.
    2. Create Reserve Invoice
    3. Create Credit Memo - SO or PO doesn't opened
    At the Administration -> System Initialisation -> Document Settings -> Per document -> Purchase Order (and Sales Order)
    checkbox alredy ticked 'Reopen Doc. by creating returns/Goods Returns/Credit Notes Based in It'.
    Is it normal for reserve  invoice?
    Thank you for your help.
    P.S. Already see A/P Reserve Invoice closes Source PO - But A/P Credit Memo does not open it
    And there both variant  worked

    Hi
    I post to support about my problem.
    The problem is in the standard process. You must create a Delivery after Reserve Invoice. And only after that all it is working.
    Thank you for your replay. This post is closed.
    Regards
    Konstantin

  • A/R Credit Memo for A/R Reserve Invoice

    Hi guyz,
    I have a question for A/R Credit Memo. Hope anyone can help.
    Steps:
    1. I created an Sales Order, let say "Item A" with quantity 100 pcs.
    2. I copied my Sales Order to A/R Reserve Invoice but i customized the quantity to 70 pcs (Sales Order still open for quantity 30).
    3. I created an A/R Credit Memo, copied from my last A/R Reserve Invoice (from step no. 2), because there is a revision in the unit price. My Credit Memo is exaclty same with my A/R Reserve Invoice.
    4. I created a new A/R Reserve Invoice, copied from my Sales Order (from step no. 1) with quantity 70 pcs again.
    After i do all my activities above, i found that my Sales Order's Status become CLOSED. Whereas, it should be still OPEN because there is outstanding quantity 30 pcs. Why it happened ? I don't find any reasons for this condition.
    Thank you.

    But A/R Credit Memo is to reverse A/R Reserve Invoice / A/R Invoice, right ? So the quantity should be back to 100 pcs.
    Or A/R Credit Memo is just to reverse the Journal ? If it so, i think it is not so helpful in ERP. Because we still need to create New Sales Order if we make a mistake in Invoice.
    Is there any chance that we do not need to make new Sales Order for this situation ?
    Thank you.
    Regards,
    Elsa

  • A/R reserve Invoice as Proforma Invoice

    Hi experts,
                  I have one doubt in A/R reserve invoice. My Client is using Proforma invoice. They will send this Proforma invoice to their customer to get get Confirmation about the Invoice. Once their Customer, confirms that proforma invoice, Our client will prepare the Original A/R Invoice. This flow is done manualy.
    when i map this flow in B1, i cant create  A/R invoice after posting the A/R reserve invoice having SO as base document. I can only create Delivery & A/R credit memo. More over when i was trying to  create A/R Invoice by selecting the that Specific SO as base document. I can find that SO.
    Can you help how to map this flow in SAP B1.
    With thanks
    Manickam

    The Reserve Invoice is mainly created when you do not want to reduce inventory but be able to create an Invoice so that you can receive money against it.
    It does not change inventory quantities.
    Let us say you have a Sales Order for Rs.1000 and you business policy is to take 50% advance..  You can create a Reserve Invoice for Rs.500 and then process an Incoming payment.
    When the order is completed..Copy the SO to Delivery..AR Invoice..and on the AR Invoice screen adjust for the advance by linking the Reserve Invoice..
    Suda

  • Fetch multiple A/P Reserve Invoices in Goods Receipt PO

    Hi Experts
    Can we fetch multiple A/P Reserve Invoices in one GRPO , or SDK can help to do this?

    Hi Zubair.......
    If based on PO you are doing more than one Advance Payment say first 30% of Total, second 20% of remaining total and third 10% or remaining total before GRPO then such Reserved invoices you can select at a time in one GRPO which is nothing but selection of Multiple AP Reserve Invoices if am not wrong.
    Is that your requirement?
    Regards,
    Rahul

  • Recognition of COS/COGS Account if the process is A/P Reserve Invoice

    hi there,
    i am trying to post an A/R Reserve Invoice of non-inventoriable item because it's Advance payment to Supplier scenario. would you know on what transaction can i create to recognize the COS/COGS Account of it? i believe if my process is :
    1. PO
    2. A/P Invoice
    3. Outgoing Payment
    under A/P Invoice transaction i'll be able to select the COS/COGS Account of it under G/L Account field but in A/P Reserve Invoice, it's not working.

    Hello,
    It is system functionality because whenever you make Reserve invoice the JE passed only
    1.Downpayment Receive Account And Party Account
    2.Party Account  And Bank Account .
    So we are not able to Active this filed on that document.
    And On A/P invoice there are number of GL affected Like
    Non- Inventory(Default Expeces0 Item Account ,Tax Account,Party Account and this account we can change on invoice.
    So you should explain system functionality to your client
    Thanks
    Manvendra Singh Niranjan

  • Sales Order/A/R Reserve Invoice & Inventory Transfer

    Hi
    Suppose I have 2 warehouses A and B. A has 3 units of a particular good and B has 6 units of that same good.
    I understand that if I want to create an A/R invoice for a sale of 7 units of the good, I have to transfer 1 unit from A to B or 4 units from B to A before the tax invoice can be created. Does this requirement to have the stocks in one warehouse also apply to an A/R reserve invoice? Can I create an A/R reserve invoice for 7 units of the good before the transfer is performed?
    My second question is this.
    A sales quotation may be created when the required goods are in different warehouses. Can I create a sales order with the required goods still in different warehouses?
    Thank you for your patience with my questions as I am new to SAP B1 and do not have access to a test system at the moment.

    Hi,
    Only Delivery or normal invoices are related to inventory. For Sales Order/A/R Reserve Invoice, you do not need Inventory Transfer.
    Thanks,
    Gordon

  • Close an A/P Reserve Invoice

    Hi,
    How can I close an A/P Reserve Invoice?
    It has been posted with 1 item perfectly correct but by mistake with 2 items with quantity of 200 and unit price of 0 (to adjust for total - instead of deleting the lines 2 and 3).
    Line 2 and 3 of this PO have been posted correctly later with a seperate A/P Reserve Invoice.
    Now, the item master data keeps showing 200 in column ordered under the tab inventory data.
    There is no close and no cancel available in A/P Invoice.
    How can I correct this mistake? If I dont, MRP will never calculate these 2 items correct.
    Thanks
    Franz

    Hi Franz,
    Do you mean draft (Reserve) A/P Invoice.
    then go to purchasing reports - document draft report and select purchsing A/P and open only option then right click on the document and select remove or close option same practise do without selecting open only option on document draft report.
    If you have saved the A/P invoice then generate the reverse document A/P credit memo.
    Regards,
    Datta Kharat

Maybe you are looking for

  • Dynamic lists that refresh automatically-advice needed

    I have an insert form with a menu/list box that draws from my main table records. Right now we have over 11,000 records but I created a table that filters it down to about half that. What I want to do, is make it so that as the visitor to the site wh

  • Connecting a Dell Laptop to two 23in Apple Cinema Displays??

    The Dell laptop has a DVI Output and an S-video plug available. What do you recommend to hook up two 23in Apple Cinema Displays to the laptop?

  • TV-turer for linux ??

    Im going to buy a TV-card to use with Arch, and wanted to know which one is the more Linux friendly. I used to have a card with the Philips saa7134 chip and worked flawlessly. Any suggestions ?

  • Execute Enterprise Manager Console

    I am running my Oracle 9.2 on Linux Red Hat 8.0. I would like to know how can I execute the Enterprise Manager Console without having to launch a terminal and type in "oemapp console"?? Is that anyway to launch the Enterprise Manager Console GUI?? Th

  • Organtisational data determination for transaction type

    Hi! We are implementing the organizational data determination. The idea is to fix a specific org unit for several transaction types, because they will always use this unit. In order to achieve this, we have implemented Org data determination with rul