Create a Invoice based in a Order

How can I create a Invoice using the object Documents?.
If I have a Document of a Order and i want copy these Order in a Invoice.
I don't want copy field to field.

Hi Santiago,
You should set the values for the fields BaseEntry BaseLine and BaseType for the invoice lines.
Here you have an example:
Public Sub baseDocument()
    Dim oinv As SAPbobsCOM.Documents
    Set oinv = sbocompany.GetBusinessObject(oInvoices)
    oinv.CardCode = "CardCode001"
    oinv.DocDueDate = Now
    oinv.Lines.BaseEntry = 105
    oinv.Lines.BaseLine = 0
    oinv.Lines.BaseType = 17
    oinv.Lines.Add
    oinv.Lines.BaseEntry = 105
    oinv.Lines.BaseLine = 1
    oinv.Lines.BaseType = 17
    ret = oinv.Add
    If ret <> 0 Then
        sbocompany.GetLastError ret, errStr
        sboappl.MessageBox ("Error creating the invoice " & ret & " " & errStr)
    Else
        sboappl.MessageBox ("Invoice created")
    End If
End Sub
Hope helps,
Ibai Peñ

Similar Messages

  • Creating an invoice based on a delivery via DI API

    Hi,
    Each time a user creates a delivery (not always based on a sales order), the add on I have developed creates an invoice based on it. This happens without any issue in most cases but I am receiving the following two errors on the client site and have not been able to recreate the issue here...
    One of the base documents has already been closed  [INV1.BaseEntry][line: 1]
    Number of items drawn is greater than open quantity  , 'Item A'
    Does anyone have any idea what could be causing this?
    Thans for any help,
    Robin

    Hi Thomas,
    Thanks for teh reply but unfortunately this is not the case - for example...
    A delivery which is returning this error for Item A, has a quantity of 20 but has 7400 in stock, so it is not going into a negative quantity.
    The only way I could get this error ("Number of items drawn is greater than open quantity"), not using the add on but working within B1, was to create a delivery note, then create an invoice based on it, increase the quantity of the item on the invoice, and the error displays in B1 on the info bar at the bottom.
    I cannot see how the user can affect this, as when they are creating the Delivery, the Invoice creation is automatic (triggers on the add button after the Delivery has been successfully added), and they don't even see the Invoice form.
    Robin

  • How to create an Invoice for the sales order using the T-Code VF01

    Hello Experts,
    How to create an Invoice for a sales order using the T-Code VF01?
    Thanks in advace,
    Suma

    hi,
    Make the following settings-
    1. Create sales document and billing type
    2. assign billing type in sales document type config VOV8
    3. Activate itemcategory as sales order related billing
    4. Maintain copy control header and item level between sales order and billing
    5. Maintain pricing procedure for sales order and billing
    6. Define Output procedure in case to print invoice
    Regards
    Goutham

  • Creation of A/R Down Payment Invoice  based on Sales Order not logical

    When creating a A/R Down Payment Invoice based on a Sales Order you
    have the option to create multible ones. Which by itself could be
    usefull to create one of 50 % for a certain day and decide they need to
    pay another 25 % at a later date.
    But SBO does not track what already have been posted. Therefore you can
    create a sum more then a 100% without warning or blockage.
    Tested this in SBO 2007 A SP:00 PL:00
    Scenario:
    Sales - AR>Sales Order
    Create and post a Sales Order
    Sales - AR>A/R Down Payment Invoice
    Create an A/R Down Payment
    Select the BP and copy the Sales Order
    Set DPM to 40%
    Post the A/R Down Payment
    Sales - AR>A/R Down Payment Invoice
    Create an A/R Down Payment
    Select the BP and copy the Sales Order
    Set DPM to 100%
    Post the A/R Down Payment
    Sales - AR>A/R Down Payment Invoice
    Create an A/R Down Payment
    Select the BP and copy the Sales Order
    Set DPM to 70%
    Post the A/R Down Payment
    Making the total for the Sales Order 210% worth of Down Payment
    Invoices without warning/blocking. I would expected that you would only
    be able to set the rest sum %. For instance first scenario I entered
    60% therefore setting the second Down Payment Invoice to a max of 40%
    Untill you have used up the 100% and you cannot select the Sales Order
    in question..
    If multible users do the same work, SBO doesn't show that it has
    already been done. Same if you forgot you already created it you can
    still create one. Plus sometimes it will happenyou create the Down
    Payment Invoice and not paying attention you create the first one with
    a 100% and later with the intended percentage..

    Hello Petronella,
    you are right that B1 is not checking the total value of DP created from the Sales Order.
    The logic and checking procedure here is only between Sales Order -> Delivery/Invoice.
    DP Invoice is considered as transaction related to document the receipt of the money (parallel to the sales process). Between the moment of basing of DP to Sales Order it is still possibility to adjust Sales Order as there is no posting behind Sales Order.
    The question is what would be a checking  procedure in case that on Sales Order there is based Delivery and DP? What would be the system priority to take into a consideration?
    Regards,
    Martin Slavik
    Regional Solution Manager

  • Invoice based on purchase order no

    Hi Experts,
    how i can get invoice no based on purchase order no
    thanks in advance
    narendra

    Hello Narendra
    Call BAPI_PO_GETDETAIL1 with your purchase order number.
    TABLES parameter POHISTORY returns you the purchase order history.
    These records have a field HIST_TYPE ( PO history category ) with the following values (value table T163B):
    1     AAf     Down Payment Req.
    2     AAfV     DP Request Clearing
    3     AnzV     Down Payt Clearing
    A     Anz     Down payment
    B     NAbr     Subseq. settlement
    C     NeuR     Miscell. provision
    D     Lerf     Service entry
    E     WE     Goods receipt
    F     BzWE     Delivery costs
    G     BzRE     Delivery costs
    I     BzKP     Del.costs acct.maint
    J     RLfs     Return delivery
    K     KtoP     Account maintenance
    L     Lfs     Delivery note
    M     BzRe     Del. costs log. inv.
    N     NB-L     Subs. deb. log. IV
    O     LB     Subcontracting
    P     NB-B     Subs. deb. dl. costs
    Q     RE-L     Invoice receipt                    " <<<
    R     RE     Invoice receipt                    " <<<
    S     Sped     Subs.deb.: forwarder
    T     VRe     Parked invoice
    U     WA     Goods issue
    W     NeuB     Revaluation log. IV
    X     NB     Subs.deb.: general
    Z     Zahl     Payment
    Presumably you are interested in categories 'Q' and 'R'.
    Regards
      Uwe

  • Add DeliveyNotes and Invoice based on Sales Order

    i can manage to do it but..the Sales Order is not closed..why?
    when i try to do it manual, when it make Delivery..the respective Sales Order is Closed..
    below some of my code
    For Each FirstScanRow As DataRow In _oDataset.Tables(FIRSTSCAN_TABLE).Rows
                With oDeliveryNotes
                    Select Case iBasedDoc
                        Case 0
                            iBasedDoc = FirstScanRow("DocNum")
                        Case Is = CInt(FirstScanRow("DocNum"))
                            .Lines.Add()
                            isAddedHeader = False
                    End Select
                    ' make an Invoice and Sales Delivery Order
                    If isAddedHeader Then
                        .DocDate = Today.Date
                        .DocDueDate = Today.Date
                        .TaxDate = Today.Date
                        .CardCode = FirstScanRow("CardCode")
                    End If
                    .Lines.BaseLine = i
                    .Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
                    .Lines.BaseEntry = iBasedDoc
                    '.Lines.ItemCode = FirstScanRow("ItemCode")
                    '.Lines.Quantity = FirstScanRow("Quantity")
                    '.Lines.VatGroup = "ZO"
                    If FirstScanRow("IsUseBatch") Then
                        ' Add Batch
                        For x = 0 To FirstScanRow("Quantity") - 1
                            .Lines.BatchNumbers.BatchNumber = FirstScanRow("Scanned")
                            .Lines.BatchNumbers.Quantity = 1
                            .Lines.BatchNumbers.SetCurrentLine(x)
                            If x < FirstScanRow("Quantity") - 1 Then .Lines.BatchNumbers.Add()
                        Next
                    Else
                        ' Add Serial
                        For x = 0 To FirstScanRow("Quantity") - 1
                            .Lines.SerialNumbers.SystemSerialNumber = FirstScanRow("SysSerial")
                            .Lines.SerialNumbers.InternalSerialNumber = FirstScanRow("Scanned")
                            .Lines.SerialNumbers.SetCurrentLine(x)
                            If x < FirstScanRow("Quantity") - 1 Then .Lines.SerialNumbers.Add()
                        Next
                    End If
                End With
                i = i + 1
            Next
    any insight?
    thanks,
    erick
    Edited by: Erick Widya on May 13, 2008 10:52 AM

    Not sure if this will help or not, however some things I have in similar code that does appear to close the order are:
    1. Set the Reference1 field in the "header" to the order the delivery is based on
                            delivery.Reference1 = salesOrderDocumentId.ToString();
    2. I had to add all the additional expenses to the delivery too - you may not have any, so this may be mute.
    Robin

  • Trying to create a Invoice based on Order need help Error -5002

    the dreaded -5002 error is haunting me too! and I could not find a matching solution for this in the forum....
    I need help quickly on this. I am trying to create invoices for some orders so the Base - Target relationship is retained. The orders I pick are all Open (DocStatus   = O and the lines are all Open LineStatus = O)
    here is my code
    oInvoice.Lines.BaseEntry = 48
    oInvoice.Lines.BaseLine = 0
    oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
    oInvoice.Lines.ItemCode = "A00001"
    oInvoice.Lines.ItemDescription = "IBM Infoprint 1312"
    'adding Line
    oInvoice.Lines.Add
    oInvoice.Lines.BaseEntry = 48
    oInvoice.Lines.BaseLine = 1
    oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
    oInvoice.Lines.ItemCode = "A00002"
    oInvoice.Lines.ItemDescription = "IBM Inforprint 1222"
    'adding Line
    oInvoice.Lines.Add
    lRetCode = oInvoice.Add
    If lRetCode <> 0 Then
        gObjCompany.GetLastError lErrCode, sErrMsg
        MsgBox (lErrCode & " " & sErrMsg)
    End If

    Indika,
    Only set your base types...
    (not items & description)
    oInvoice.Lines.BaseEntry = 48
    oInvoice.Lines.BaseLine = 0
    oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
    oInvoice.Lines.ItemCode = "A00001"
    oInvoice.Lines.ItemDescription = "IBM Infoprint 1312"
    'adding Line (to fill the second item line)
    ' the 1st line item is there by default
    oInvoice.Lines.Add
    oInvoice.Lines.BaseEntry = 48
    oInvoice.Lines.BaseLine = 1
    oInvoice.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
    oInvoice.Lines.ItemCode = "A00002"
    oInvoice.Lines.ItemDescription = "IBM Inforprint 1222"
    'DO NOT Add THIS line
    ' (only if you want to add a 3rd line item)
    '''oInvoice.Lines.Add -> Don't add this
    lRetCode = oInvoice.Add
    If lRetCode <> 0 Then
        gObjCompany.GetLastError lErrCode, sErrMsg
        MsgBox (lErrCode & " " & sErrMsg)
    End If
    remember to add :
    oInvoice.CardCode = "your BP"
    oInvoice.DocDueDate = Now
    oInvoiceDoc.CardCode = txtDOCBPCode.Text

  • Create AR Invoice based on GRPO

    My client has the following scenario:
    They sell stock to specific customers at cost(they sell it for the same price as what they get charged by their supplier).
    In SAP they create the following documents :
    On the Purchasing side:
    Purchase Order ---
    GRPO
    On the Sales side ;
    Sales Order
    Invoice
    Because the value of the GRPO and the Invoice is the same, they want to be able to automatically create the AR invoice once they create the GRPO.
    Is there a way to create this/automate this?
    thanks in advance
    Janice

    Hi Janice,
    Above Scenario is not Possible in System.
    In Standard this is not available but You can achieve this with the help of SDK or Third Party Add-On.
    Hope this help
    Regards::::
    Atul Chakraborty

  • We create proforma invoice for a sales order.If the object status for the sales order is changed we have to add an output type that is record should be added to NAST table.User exit/Function Module/program .

    Please provide me with a solution

    Q1.  will it charge material price to work order automatically ?
    No you have to go with user exit for this
    Q2.  Unless the business is so specific such that they would like to treat this activity via sales, there is no significance in capturing the activity via SD.  Perhaps, I would say, MM route is more appropriate.
    Q3.  The above holds good.  That you go with MM route.
    G. Lakshmipathi

  • Create an AP Invoice based on a Purchase Order using SDK

    Hi,
    What are the steps to create an AP Invoice based on a Purchase Order using DI API?
    Which methods of which objects to use and what parameters to pass?
    Thanks.

    Hi Rajesh,
    Here is a sample to create an Invoice based on a Sales Order. The same way you can change as per your requirement:
    SAPbobsCOM.Documents oInvoice = default(SAPbobsCOM.Documents);
                oInvoice = (SAPbobsCOM.Documents)SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
                oInvoice.CardCode = "C000003";
                oInvoice.DocDueDate = DateAndTime.Now;
                oInvoice.Lines.BaseType = Convert.ToInt32(SAPbobsCOM.BoObjectTypes.oOrders);
               oInvoice.Lines.BaseEntry = Convert.ToInt32(3616);
               oInvoice.Lines.BaseLine = 1;
                oInvoice.Lines.Quantity = 3;
                oInvoice.Lines.Add();
                oInvoice.Lines.BaseType = Convert.ToInt32(SAPbobsCOM.BoObjectTypes.oOrders);
                oInvoice.Lines.BaseEntry = Convert.ToInt32(3616);
                oInvoice.Lines.BaseLine = 2;
                int kth = 0;
                kth = oInvoice.Add();
                if (kth != 0)
                    int irrcode;
                    string errmsg;
                    SBO_Company.GetLastError(out irrcode, out errmsg);
                    Program.oMainSAPDI.ShowMessage(errmsg, BoStatusBarMessageType.smt_Error);
    The main thing to remember is Base Type, Based Entry and Base Line.
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • 8.8 Invoice based on Order

    Hi all,
    I am trying to create an invoice based on a sales order.
    I have this code which worked fine in SBO 2007 but now in 8.8 I get -2010 : Internal error
    oDoc = (SAPbobsCOM.Documents) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
    oDoc.CardCode = sCardcode;
    oDoc.Lines.BaseType = 17;
    oDoc.Lines.BaseEntry = int.Parse(docentry);
    oDoc.Lines.BaseLine = 0;
    Can anyone help me with this?
    Thanks

    Hi Gordon,
    It is a variable, but that is not the issue I think.
    But just in case: here is the complete code
    oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
    try
         SAPbobsCOM.Documents oDoc = (SAPbobsCOM.Documents) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
         Matrix matrix = Matrix.GetFromUID(pVal.Form, "10");
         int rowcount = matrix.Rows.Count;
         string prev_docnum = "";
         string docnum = "";
         string docentry = "";
         string cardcode = "";
         int retval = 0;
         for(int i = 0;i <= rowcount-1;i++)
              docnum = matrix.GetValue("11", i);
              cardcode = matrix.GetValue("10", i);
              string regel = matrix.GetValue("12", i);
              string itemcode = matrix.GetValue("8", i);
              if(prev_docnum != docnum)
                   if(prev_docnum != "")
                        retval = oDoc.Add();
                        if(retval != 0)
                             int errcode;
                             string errmsg;
                             oCompany.GetLastError(out errcode, out errmsg);
                             StatusBar.WriteError(String.Format("Fout bij verkooporder {0} - {1}: [{2}] {3}",
                                  docnum,
                                  cardcode,
                                  errcode.ToString(),
                                  errmsg));
                        else
                             string newdoc;
                             oCompany.GetNewObjectCode(out newdoc);
                             SAPbobsCOM.Recordset oRs = (SAPbobsCOM.Recordset) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                             try
                                  oRs.DoQuery(String.Format("SELECT DocNum, convert(varchar(8),DocDate,112), CardName FROM OINV WHERE DocEntry = '{0}'", newdoc));
                                  StatusBar.WriteSucess(String.Format("Nieuwe factuur aangemaakt: {0} - {1}",
                                       oRs.Fields.Item(0).Value.ToString(),
                                       oRs.Fields.Item(2).Value.ToString()));
                             finally
                                  System.Runtime.InteropServices.Marshal.ReleaseComObject(oRs);
                                  oRs = null;
                                  GC.Collect();
                        oDoc = null;
                        oDoc = (SAPbobsCOM.Documents) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
                   // GET DOCENTRY
                   SAPbobsCOM.Recordset oRsDoc = (SAPbobsCOM.Recordset) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
                   try
                        oRsDoc.DoQuery(String.Format("SELECT DocEntry FROM ORDR WHERE DocNum = '{0}'", docnum));
                        docentry = oRsDoc.Fields.Item(0).Value.ToString();
                   finally
                        System.Runtime.InteropServices.Marshal.ReleaseComObject(oRsDoc);
                        oRsDoc = null;
                        GC.Collect();
                   oDoc.CardCode = cardcode;
                   oDoc.DocDate = DateTime.Now;
              oDoc.Lines.BaseType = 17;
              oDoc.Lines.BaseEntry = int.Parse(docentry);
              oDoc.Lines.BaseLine = int.Parse(regel) - 1;
              oDoc.Lines.Add();
              oDoc.Lines.SetCurrentLine(int.Parse(regel) - 1);
              prev_docnum = docnum;
         // ADD LAST INVOICE
         retval = oDoc.Add();
         if(retval != 0)
              int errcode;
              string errmsg;
              oCompany.GetLastError(out errcode, out errmsg);
              StatusBar.WriteError(String.Format("Fout bij verkooporder {0} - {1}: [{2}] {3}",
                   docnum,
                   cardcode,
                   errcode.ToString(),
                   errmsg));
         else
              string newdoc;
              oCompany.GetNewObjectCode(out newdoc);
              SAPbobsCOM.Recordset oRs = (SAPbobsCOM.Recordset) oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);
              try
                   oRs.DoQuery(String.Format("SELECT DocNum, convert(varchar(8),DocDate,112), CardName FROM OINV WHERE DocEntry = '{0}'", newdoc));
                   StatusBar.WriteSucess(String.Format("Nieuwe factuur aangemaakt: {0} - {1}",
                        oRs.Fields.Item(0).Value.ToString(),
                        oRs.Fields.Item(2).Value.ToString()));
              finally
                   System.Runtime.InteropServices.Marshal.ReleaseComObject(oRs);
                   oRs = null;
                   GC.Collect();
         oDoc = null;
    catch(Exception ex)
         StatusBar.WriteError(ex.Message);

  • Complete sales order after creating proforma invoice

    Hi gurus,
    I am having the following issue:
    I need to generate a proforma invoice. So, I create a new sales order, and then create the invoice based on that same order. The problem is that this sales order keeps its status open, as I understand, because it is pending a delivery. However, I do not wish to create any delivery, only the proforma invoice.
    I have created a new billing document type (based on standard F5), as well as a new sales order type and item category.
    Can anyone give some pointers on what i need to configure in order to not need to create a delivery?
    Thanks in advance!
    Regards,
    Joã

    Your doc config seems to be okay for pro forma invoice..
    Kindly check ur header copying control for Sales Doc to Billing Doc (proforma Invoice).
    In general for this senario it is
    0007-Header/ord.pro forma (E.g. Order related pro-forma invoices can be created to supply customs declarations for non-deliverable items such as services. If a customer has ordered a service, this requirement can be assigned to the header to permit the creation of the proforma invoice.)
    And have look on Billing quantity indicator for copy control item. This specifies which quantity the system copies from the source document (a sales order, for example) into the target billing document (an invoice, for example). When you create an invoice for a standard sales order item, for example, the quantity that the system copies into the invoice is the delivery quantity less the quantity already invoiced. If you create a pro forma invoice, the system copies in the order quantity.
    C and D for pro forma invoices
    Make sure that control of the amount to be billed is directly related to the item category billing relevance.
    As we know,  "relevant for Billing", indicates what the basis for billing should be.
    "D:" Relevant for proforma - The billing relevance indicator must contain a value (not be blank) in order to be able to create pro forma invoices. Indicator "D" can also be used as follows for cross-company-code business processing. In the case of a free-of-charge outbound delivery, the company code that is responsible for the delivery should be granted an internal settlement. You can use indicator "D" to record free-of-charge outbound deliveries and grant internal settlements to the relevant company code.
    One thing I like to point out, the sales order will be in open status, even though it has a pro forma invoice.
    Till you have not create a confirmed invoice (in case of non deliverable item) or delivery for that sales order.
    As you might be aware of, proforma invoice is abridged or estimated invoice sent by a seller to a buyer in advance of a shipment or delivery of goods. It notes the kind and quantity of goods, their value, and other important information such as weight and transportation charges.
    Still, I have one doubt, is your sales order an indicative doc and is not going to have any relevant accounting entry?
    If No, then just give a rethought on your business process & confirm with user?
    Thanks & Regards
    J Prakash.
    Edited by: J Prakash on May 13, 2010 3:44 PM

  • Based on purches order to create inbound delivery

    hi friends,
    how to create inbound deliver based on purses order using bapi.
    it is possible to using 'Bapi_deliveryprocessing_Exec'.
    please give the code.
    thanx,
    jai

    Please refer the link,
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    Best Regards.

  • Creation of invoices based on orders

    Hi All,
    Can anybody explain me about below point:
    <b>The System's orders listed are in OPEN status and ready to Invoice.
    Please create Invoice against these orders</b>
    Can anybody tell me steps in creating the <b>Invoice from the given Sales Order's</b>.
    The way i am doing is:
    <b>1. Goto VA02 given Open Sales Order and then Hit Enter.
    2. Then from Menu Path Sales Document -> Billing hit on Billing
    3. It will then take us to VF01 screen with all the data filled in.
    4. Then i am hitting on the SAVE Button then an Invoice Number is getting created.</b>
    <b>Is it the way to create Invoice from Order.</b>
    Can anybody give your sujjestions!
    Thanks in advance.
    Thanks,
    Deep.

    Hi!
    To create an invoice for an SD order, is reuiring the correct customizing for that order type.
    Invoices can be made from orders, or deliveries.
    The standard way to create an invoice, is to call the transaction VF01, then enter the reference document number in the table (order or delivery).
    The way, you wrote is correct also.
    Regards
    Tamá

  • DIAPI : How to create a purchaseOrder based on orders ?

    Hi,
    How can I create a PurchaseOrder based on a orders.
    When I execute this code
    Dim OPOR As Documents = DirectCast(oCompany.GetBusinessObject(BoObjectTypes.oPurchaseOrders), Documents)
            OPOR.CardCode = "F0001" ' My Supplier
            OPOR.DocDate = Date.Now
            OPOR.Lines.Quantity = 2
            OPOR.Lines.BaseEntry = 16
            OPOR.Lines.BaseLine = 1
            OPOR.Lines.BaseType = SAPbobsCOM.BoObjectTypes.oOrders
            OPOR.Add
    i have this error
    Base document card and target document card do not match.
    Bruno

    Hello Bruno,
    In 2005 you can do a workarround. Maybe this still works for 88.
    First: add a PO with the Supplier and the first row (first itemrow of your SO), save the PO.
    Second: Get the PO. Add all rows from your SO with baseentry, baseref, basetype and including the first row (the first and second are the some, only the second has a baseref/entry etc), save the PO.
    Third: Get the PO and delete the first row, save the PO.
    This is not exactly the behaviour of SBO-GUI. But you can use the baseentry etc for the relation between the PO and SO.
    HTH.
    Regards Teun
    Edited by: T. Aben on Feb 7, 2012 9:36 AM

Maybe you are looking for

  • Return of Delivered Excisable items

    Hi All, user has made delivery for excisable item. Then created Outgoing excise invoice followed by AR Invoice. Due to some reasons the material was returned by customer for which if i try to enter AR Credit memo based on the AR invoice it get follwi

  • Change Desktop picture every 5 seconds?

    What is the opinion of the learned on setting the desktop picture in "Desktop and Screensaver" System Prefs to change the picture every 5 seconds? Is this a bad idea, and if so why? I cannot find anything from Apple that discourages doing it and obvi

  • Installing flash player and get "close explorer" error code

    trying to download flashplayer, keep getting error to close explorer, how do I do that?

  • I am unable to run several iMacros from the commnd line concurrently

    The documentation implies that you can run concurrent iMacros by starting Firefox sessions under different profiles. I have tried this, but if I run Firefox from the command line it only takes note of the -P (profile) option if I am also specifying -

  • Support for Service Pack1 in Windows Server 2008 R2

    Hi all Can someone tell me if the client 7.20 supports the service pack 1 of Windows Server 2008 R2? Where can I found a technical note about that? My question is about just the SERVICE PACK 1. Thanks in advance Marcelo