Problem of down payment

Hello:
I want to create a new A/R Invoice with down payment by using DIAPI.
For example, I already have a down payment invoice with total amount 50 USD. I want to create a new A/R Invoice with tatal amount 100 USD. But I need only pay 50 USD after importing the down payment invoice.
How can I do it by using DIAPI?
Thank you in advance.
Edited by: jupitercd on Jun 3, 2009 4:25 PM

I have import the new SAPbobsCOM version 2007
And this is my Code:
SAPbobsCOM.Documents oDPM = (SAPbobsCOM.Documents)oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDownPayments);
SAPbobsCOM.Documents oDoc = (SAPbobsCOM.Documents)oComp.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
oDPM.GetByKey(1);
oDoc.CardCode = "100000";
oDoc.Lines.ItemCode = "_100";
oDoc.Lines.LineTotal = 10.0;
oDoc.Lines.Add();
oDoc.DownPaymentsToDraw.AmountToDraw = oDPM.DownPaymentAmount;
Here I have also tried:
SAPbobsCOM.DownPaymentsToDraw oDPMtoDr = oDoc.DownPaymentsToDraw;
oDPMtoDr.AmountToDraw = oDPM.DownPaymentAmount;
if (oDoc.Add() != 0)
    oComp.GetLastError(out intError, out strMsg);
    throw new Exception();
The amount of Down Payment Invoice of DocEntry 1 is 10, and it has been paid.
This A/R Invoice will be added, but the Downpayment is still 0 that means the amount of A/R invoice is 10. I want it to be 0.

Similar Messages

  • Problem of Down Payment for the Asset under Construction

    Hi All:
    My problem is, after do down payment for the AuC, we got an additional amount under the values booked of AuC, double checked the accounting document, found that system generated two items when doing actual settlement with t-code CJ88, for example, when display asset value, system lists the value as follows:
    Net book value: 194,325 (Normally only has this value under the AuC)
    Down payment: 93,950
    I don't know why? And how to balance the asset values? Please give me some hint, thanks in advance.
    Thanks
    Kai
    Edited by: Kai Jiang on Jan 14, 2009 6:52 AM

    Hi,
    I think the system behavior is right ! When posting the final invoice and clearing the down payment the additional items (Down payment: 93,950) were cleared. Go ahead!
    Good luck
    Tao

  • SAP B1 8.8 - Problem with Down Payments to draw

    Hi All,
    i need your help to understand what's the problem with import of Down Payments.
    I have a procedure that imports down payments related to invoices.
    My problem is that the procedure was working fin on SAP B1 2005-2007, but now in 8.8 i'm experiencing troubles.
    In 8.8 they introduced the downpaymentstodrawdetails object. I'm trying to use this object, but i don't know how i have to set it to close the down payments connected to invoices.
    Let's say that i have 2 down payments related to an invoice.
    Let's suppose that those down payments are 1000 and 2000 euros.
    I'm importing and invoice of 3000 that has the two downpayments related.
    Then for each downpayments i fill the docentry property with the docentry of the invoice and populate amount to draw.
    When adding that invoice i should have the down payments connected to the invoice (and i got it) and they shouldn't be visible anymore in opened downpayments. this second thing doesn't happen, because i've seen that on INV9 AND INV11, reference to the invoice aren't saved. I've seen on help of SDK that the object downpaymentstodrawdetails has the property "DocEntry", but it's readonly.
    My code looks like this:
    oDocuments.DownPaymentsToDraw.DocEntry = intDocEntry
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup1
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.Add()
    oDocuments.DownPaymentsToDraw.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.AmountToDraw = AmountToDraw2
    oDocuments.DownPaymentsToDraw.DownPaymentsToDrawDetails.VatGroupCode = VatGroup2
    I set other needed value on oDocuments (that is my invoice document) and i do the add. The document is added with success, but i can't close the down payments.
    Hope that everything is clear.
    Thanks in advance
    UPDATE: i discovered that this happens only if i create my Document as Draft. If i create it as real document, it works fine!
    Edited by: Nicola Piccone on Jul 22, 2010 11:36 AM

    Hi Kalyanaraman,
    Please check below links.
    Integrate SAP BOne 2007 to SAP ECC 6.0 ?
    SAP ECC to SAP B1 Integration with the use of B1if
    Question on using SAP Business One instead of ECC6.0
    can ECC 6.0 and SAP B1work on same platform
    Hope this help
    Regards::::
    Atul Chakraborty

  • Problem in Down Payment Request

    Hi,
      In SAP documentation for the down payment request, it says we have to use the BO BSEG, event CREATED and wf WS00400011, WS00400021, WS00400022 according to various approvals. But when i use those, the workflow is not getting triggered. Event linkage is activated. Nothing is showing in trace also. In BO, for the CREATED event, the description says that "Posting Item Created with Payment Block". I think there is something related with payment block. Can anyone know what is it mean ??

    Check if there are some start conditions associated with the event (SWB_COND).
    Secondly check thru SWUE if the workflow is indeed the reciever of the event or not. Might be the case that in PFTC you can see the linakge active but in SWE2 it is still marked inative. It has happened with me so just want you to double check.
    And ofcourse you can always try refreshing the buffer !!
    regards,
    Anuj Sethi

  • A/R Invoice that link with Down Payment document have reversed GST from DP

    Hi All,
    I am buzzle on why SAP has changed their function for down payment in 8.81 version. For example, if SO amount is $1000 and GST is $70, but company request their customer to pay $500 as deposit (add GST $35). In SAP 8.81 version, the double entries will be as below:
    Down Payment Invoice
    Dr Customer                        $535
    Cr GST                                         $  35
    Cr Down Payment Clearing Acct $500
    Incoming Payment
    Dr Bank                              $535
    Cr Customer                               $535
    Invoice (final)
    Dr Customer                                 $535
    Dr Down Payment Clearing Acct $500
    Cr GST                                                 $70
    Dr GST                                          $35
    Cr Sales                                              $1000
    In the final invoice, why there is a reversal of GST amount from Down Payment invoice? In previous version, final invoice will only calculate the GST amount base on balance amount instead of currently credit with full sales amount's gst and reverse previously posted gst amount from down payment invoice.
    This will cause problem if down payment invoice and final invoice are few months apart. Company will have paid the down payment invoice's gst amount. Anyone knows the logic for current changes? Appreciate if anyone can help, thanks.

    Dear Expert
    Let me clarify my client's scenario more to see whether you could give advise.
    My client's business is project based and the invoicing flow is as below:
    Phase 1 -
    Invoicing  30%
    Phase 2 -
    Invoicing  30%
    Phase 3 -
    Invoicing  40%
                                                   Total 100%
    However, invoice for phase 2 maybe issued before invoice for phase 1 is paid and so do invoice for phase 3.
    There is also possibility that invoice for phase 1 is paid while invoice for phase 2 is not at the time when whole project is completed. Invoice for phase 3 therefore has to be issued before invoice for phase 2 is paid.
    The installments for A/R is not applicable in this case since sales would be realized at the time when the A/R invoice is issued.
    My client would have to realize the sales upon completion of project phase. A/R down payment invoice almost satisfy this scenario however, no A/R invoice of the balance with reference to the down payment invoices can be issued before the down payment invoices are settled.
    Can anything be done to overcome this limitation?
    Regards
    Elton

  • Cancel down payment Invoice and accounting document without lines item

    Dear masters,
    I have a problem with down payment invoice cancel. As you know when doing invoice down payment request, after release to accounting, the accounting doc will have special G/L indicator is F (noted item). And when I cancel this billing down payment and after release to accounting, the accounting doc of cancel invoice will not have any lines item. Now I want to have lines item for cancel down payment, how can I do that? I really appreciate your support!
    Regards,
    Nguyen Pham.

    Dear Nguyen,
    As i understand your process you created Downpayment Request from SD.
    Then created Downpayment with reference to that request.
    Then you generated Billing invoice and released to accounts.
    After that you cleared the downpayment with the Billing document.
    Now you want to cancel all this.
    First cancel the downpayment by FBRA reset and reverse.
    Then cancel the billing document.

  • Processing down payments

    Hi,
    I want to know the steps of doing vendor down payments.
    I have a PO for $10000 and i want to make a down payment for $2000 for this PO. I have not received an invoice yet for this.What steps should i be doing to pay the $2000 down payment? and where can i check that $2000 was paid out of $10,000.
    Thanks,
    Shruti

    Hi,
    I am having a problem for down payment processing w
    The steps I followed are:
    1.I missed to do F-47
    2.I did directly F-48 - 1000
    3. Created an vendor invoice - 10000
    4.Now when I am running F110 , it chooses both 1000 and 10000 correctly.
    5.I remove the payment block in advance payment.
    6.But now it is asking me enter the payment method and house bank.   I entered them. but I am getting an error,
    "Enter a payment method for Incoming payment', Error Message No.FZ010
    7. I am not getting this error in my quality client.
    rgds,
    Vidhya

  • Create workflow to release Down Payment Request (F-47) before automatic Pyment

    Hi Experts,
    I use basic workflow for parked document to release all invoice document from AP. But i get problem with down payment request.
    In my company, we run down payment by F110 according to down payment request. We use workflow to release parked document before post. But down payment request is created as noted item, so that, it isn't go to workflow when create. Please give me advice how i can manage Down Payment Request. Ex: we want block down payment request when being create and have release function to permit down payment by F110.

    Hi,
    Using T-code F-47 - Down payment request against raise to possible as follows.
    a) Purchase Order Document
    b) Production Order
    c)PM Order
    d)Service Order
    e)Process Order
    f)Internal Order
    Down payment request is not possible against to raise StockTtransfer Order(STO) and display error message.
    So, you have to choose the above list only.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • Down payment processing error

    Hi,
    I am facing problems in down payment processing (ECC6.0) with and without billing plan.
    What I understand about the normal flow of down payment, once order is saved then down payment request FAZ is billed with reference to the order & it should reflect on the next invoices. Is it the correct flow?
    In case of down payment  without billing plan, while create billing type FAZ , it gives me message item category TAD can not be billed with billing type FAZ. i am using a dien material.
    Even in case of mile stone billing I am getting message only billin rule 4 or 5 can be used. So where do we assign billing rule to billing plan?
    I need your valuable input. I am working on ides ecc6.0.
    Regards
    Suman

    Hi,
    the message you get is quite easy to explain: you are using doc.type DZ (should be the default doc type for transaction F-29), but you are entering a vendor line item. This is definitely a problem as doc. type DZ usually does not allow vendor lines in the document, you can check it in transaction OBA7.
    Another funny thing is you are saying that you want to enter a down payment received from a customer - so why do you have a vendor line in your document? I think this is the main problem, you are just using a wrong account type. Use the customer account you have entered for the down payment request earlier.
    If for seom very strange reasons, you still want to use a vendor line in the customer down payment document, then you have to use another document type that allows customer, vendor and also G/L accounts (check OBA7). However, if you are working with document splitting, you should be careful when picking a document type.
    Hope that helps, points welcome
    Csaba

  • Wrong commitment reduction when clearing down payments

    Hi, we are implementing PSM-FM in ERP version 6.0. We have BCS and
    online payment update activated.
    We are having problems regarding down payment clearings.The commitment
    reduction is not working properly.
    Detailed explanation:
    1. We created a purchase order for a single material. FM Account
    assignments to a single funds center for $500.000.(doc number 11000006).
    FM integration ok!: a record for value type 51 (purchase orders), value
    $500.000 is created.
    2. We then create a down paymen request (trx F-47) for $100.000 with
    reference to the previous purchase order.
    No FM repercussion which is ok!
    3. We then pay (via F110) the down payment request. We got a down
    payment document for $100.000 (doc 90000008).
    FM integration ok!: a record for value type 61 (down payments), value
    $100.000 is created. A reduction (amount type 0200) for $100.000 also
    is recorded in value type 51 (purchase orders).
    4. We then make a partial goods receipt (MIGO) for $ 500.000.
    No FM repercussions / postings which is ok.
    5. Next, we make a partial invoice receipt (MIRO), for $110.000, total
    $134.200, including VAT for $24.200 (doc 300000030).
    FM integration ok!: a record for value type 54 (invoices), value
    $110.000 is created. A reduction (amount type 0200) for $110.000 also
    is recorded in value type 51 (purchase orders).
    6. Next we partially clear the down payment against the invoice. We
    need only to clear $20.000 from the original $100.000. We use trx F-54
    for this. (doc 300000031)
    FM integration ok!: a record for value type 61 (down payment), negative
    value $20.000 is created. A record (amount type 0200) for $20.000 also
    is recorded in value type 51 (purchase orders).
    7. We then pay the invoice (via F110), taking into account the credit
    for the previous $20.000. (doc 900000016)
    FM integration issues:
    7a)  For value type 54 (invoices) a reduction (amount type 0200) for
    value $93.606,56 is recorded.
    7b)  A "paid" (amount type 0250) for $93.606,56 also is recorded in
    value type 57 (payments).
    We do not desire nor understand why the system behaves like this. We
    are
    familiar with previous versions and the desired behavior in a 5.0
    system would have been:
       The total amount of the paid invoice ($ 110.000) be recorded as
       a "paid" (amount type 0250) in value type 57 (payments).
    If not, we would never see the total amount of the invoice as "paid".
    Please, can you help me?
    Regards,

    Hi Diego,
    I suggest you to review note 400924 since all existing critical business cases (already defined for RFFMS200) remain valid also for payment online update. I also suggest you to check the documentation using the F1 help in transaction OF29.
    Make sure notes 1150182, 1166048 and 1224438 are applied in your system.
    You can find information about the down payment functionality in consulting note 1279351 and also in its related notes 1001216, 532725. Also make sure your customizing is in accordance with the payment update online manual.
    I hope the information above helps you.
    Regards, Mateus

  • Down Payment rocessing

    Hi,
    I need help on detailed processing of down payments in following scenarios.,
    Down payment in case of normal billing & where it gets adjusted in equal % in subsequent billing.Like customer pays a down payment of Rs 100 & it gets adjusted in the subsequent 10 bills by Rs 10 each. 
    Down Payment in case of Milestone Billing.here it is not adjusted in subsequent billing.I's apart of total bill bill amount.
    Please revert to me immediately with step by step processing. .
    Regards
    suman

    Hi Suman,
    pl go through the following downpayment.
    Settlement Downpayment with Installment payment Term
    Scenario :- Problem with Down payment settlement using installment payment term. 
    1.  When we create Sales order, (sales item value = 100) use payment term : 
         0009 (Installment Payment term, 30%, 40%, 30%). In the Billing Plan, I specify 2 records, 1st record is 
         Downpayment  request 30% of Order value, billing type is FAZ . the 2nd record is Final invoice 100%, billing 
         type is F2.
    2. Create Billing type Down payment request , it will document as Noted item in the accounting document.
    3. Receive Downpayment from customer via FI screen , at this stage the asccounting document is created as following
          Dr. Cash/Bank 30
             Cr. Advance from customer 30
    4. When I create Billing document for the sales item, the down payment value will be proposed for settlement at Billing 
        Creation, I then accept the default value of down payment clearing.  The accounting document is as below
         Dr. AR 30  (*split AR by installment payment term)
               AR 40
               AR 30
             Cr. Sales 100
          Dr.  Advance from customer 30
             Cr. AR 9  (DP. 30% * 30)
             Cr  AR 12  (DP. 30% * 40)
             Cr  AR 9  (DP. 30% * 30)
    It seems SAP settlement Down payment by Installment Payment term.  I was wondering that is there are alternative or an option  to setup the Down payment settlement independent of Installment term. I meant, I don't want to have the last 3 Credit item as above, I want only 1 line item of credit,  the accounting should be
         Dr. AR 30  (*split AR by installment payment term)
               AR 40
               AR 30
             Cr. Sales 100
         Dr.  Advance from customer 30
             Cr. AR 30 (Not separate by Installment payment term)
    Solutions : Suggesstions on how I could proceed?
    Your problem with Down payment settlement is common. Many users object to the down payment or security lodgement mechanism. In our case we often park and apply the advance manually to final invoice.
    However, following the above case we sometimes use this with our PS orders:
    1. Create Sales order, (sales item value = 100) with billing plan with three steps 30% down payment,30% std billiing on 
        order completion and 70% on delivery. A little different to your original Billing Plan, but 1st record is Downpayment 
        request 30% of Order value, billing type is FAZ . the 2nd & 3rd records are std F2 invoices 30% ,70%.
    2. Create Billing type Down payment request , it will document as Noted item in the accounting document.
    3. Receive Downpayment from customer via FI screen , at this stage the accounting document is created as following :-
        Dr. Cash/Bank 30
           Cr. Security deposit payment 30 ( In many countries this may be subject to TAX laws)
    4. Create the First Billing documents , the down payment value will be proposed for settlement at Billing Creation, then 
        accept the default value of down payment clearing as these equal each other.  The accounting document is as below
        Dr. AR 30
            Cr. Sales 30
        Dr.  Advance from customer 30
            Cr. AR 30
    5. Create the Second Billing document ( down payment value has expired and will not be proposed) The accounting 
        document is as below is then standard for the last installement.
         Dr. AR 60
            Cr. Sales 60
    This alternative provides a cleaner option with the Downpayment.
    Reagrds
    natraj

  • Down payment request - duplicated PR00 is deleted

    Dear guys:
    I met a problem in down payment request creation. (copy from SO-> billing)
    In SO, we hv serveral PR00 which ,of courese, the last one is active.
    When copy SO to dowpay request, we found system auto delete all the inactive ones, and leave the active .
    We test copy SO to standard billing, it keeps all the item..
    SD-> billing copy control , pricing choose "G".
    Anyone have idea on this behaviour?

    Dear All:
    find notes 380675 . Solved.

  • A/P Down payment invoice Problem

    Hi all,
    I have the ff. scenario
    1.     Create PO
    2.     Create A/P DP invoice(20%) against this PO
    3.     Create outgoing payment against A/P DP invoice of 20%
    4.     Create A/P DP invoice(30%) against this PO
    5.     Create outgoing payment against A/P DP invoice of 30%
    6.     Create A/P DP invoice(60%) against this PO
    7.     Create outgoing payment against A/P DP invoice of 60%
    8.     Create a regular A/P invoice against the 3 DP
    Problem 1. We have exceeded our payment against the PO w/c in this case is 110%, but SBO allowed to post these Down payments. How can we prevent overpayment base on a specific PO?
    Problem 2. Since we have overpayment what we should do on 10% overpayment?
    Please help.
    Fidel

    Hi Fidel,
    Sorry for the late post, quite a busy day for me today.
    edit - start
    Errrrr, line 12 actually should be IF @iBaseType (less-than-symbol)(greater-than-symbol) 22
    Why this forum remove those 2 symbols whenever I write them? Anyway, you should understand it, I mean "IF @iBaseType is not equat to 22" in SQL script. Just curious why SDN automatically remove whenever those 2 symbols adjacent to each other, weird...
    And the same thing apply to line 25, should be AND TargetType (less-than-symbol)(greater-than-symbol) 19
    edit - end
    IF @object_type='204'AND @transaction_type='A' -- 204 is object type for A/P DP Invoice
      BEGIN
        DECLARE @iBaseType AS INT               -- To contain base document type of A/P DP Invoice
        DECLARE @lDpmPrcnt AS DECIMAL(18,2) -- To contain sum of DP% related to the based PO
         SELECT @iBaseType=BaseType
         FROM ODPO T0
         INNER JOIN DPO1 T1 ON T0.DocEntry=T1.DocEntry
              WHERE T1.DocEntry=@list_of_cols_val_tab_del
         IF @iBaseType<>22          -- Make sure in order to create DP, a PO is required (PO object type is 22)
           BEGIN
              SET @error=-1
              SET @error_message='PO required in order to create purchase down payment'
           END
         ELSE
           BEGIN
              SELECT @lDpmPrcnt=SUM(DpmPrcnt)
              FROM ODPO T0
              INNER JOIN DPO1 T1 ON T0.DocEntry=T1.DocEntry
                   WHERE BaseType=22
                   AND BaseEntry=(SELECT BaseEntry FROM DPO1 WHERE DocEntry=@list_of_cols_val_tab_del)
                   -- Line above is to select all DP related to base PO
                   AND TargetType<>19
                   -- Line above is to make sure DP that already reversed using A/P Credit Memo is excluded
                   AND LineNum=0
                   -- Make sure to add line above due to facts that DP% located in document header
                   -- and since we join ODPO with DPO1,
                   -- if line above doesn't exist, the sum of DP% will duplicated accordingly to number of line items in document
              IF @lDpmPrcnt>100
                BEGIN
                   SET @error=-1
                   SET @error_message='Down payment percentage already exceeded 100% of PO'
                END
           END
      END
    Inform me if you have any inquiry or problem regarding this SP.
    Best Regards,
    Hendry Wijaya
    Edited by: Hendry Wijaya on Sep 8, 2011 5:42 PM

  • Problem With 100% Down Payment A/R Invoice

    Hi All,
    I am facing a problem while creating a 100% A/R Down Payment Invoice.
    Let me describe the steps that I have followed-
      1. Initially Customer C1 has :
                           Account Balance=0, Deliveries=0, Orders=0. It's a new customer.
      2. I am adding a Sales Order for this Customer.Details-
                           Total Amount Before Discount=9000, Tax=360, Total=9360
      3. Creating one A/R Down Payment Invoice for this customer and this Sales Order with -
                            DPM=100%, Applied Amount=9360
      4. After that I am creating Incoming Payment of that Down Payment.
                            Payment Means = By Credit Card. Amount=9360
      5. I create a Delivery document based on the Sales Order.
          Now Customer details is:
                             Account Balance=0, Deliveries=9360, Orders=0.
      6. I create A/R Invoice based on the Delivery and face the problem. Invoice Details:
                            Total Amount Before Discount=9000,Total Down Payment=9000,
                            Tax=360, Total=360, Balance Due=360
          Now Customer details is:
                             Account Balance=360, Deliveries=0, Orders=0.
    My expected Result is in Invoice, Total Down Payment should be 9360(which is 9000, ie excluding Tax)
    and Balance Due should be 0 (which is 360 now).
    I expect all balances of customer should be 0 after step-6.
    Am I doing anything wrong or jumping any step or is it a bug?
    When I am doing down payment of 50% I am getting the expected result.

    Hi Sibasish Sengupta
    When doing A/R invoice automatically sap shows the down payment value and u should not add the document, if u add like this, what u have told it will happen like that only that is ur tax value will be cary forward.
    To avoid this click in down payment check box and give ok or select that A/R down p[ayment then u check it its works fine. Ur A/R invoice will be a Zero value.
    I have tested as per ur scenerio its works fine .
    giri

  • Down Payment Offsetting Problem

    Hi SAP gurus,
    My company has create a down payment, and then create 2 invoice. 1 invoice is use for the VAT.
    Somehow, the down payment is put into the VAT, not the invoice.
    The VAT value is less than the down payment.
    So if we post the payment with automatic payment, SAP will pay full against the invoice, which is not correct.
    Is there any advice to solve the problem?
    Is there any chance to change the down payment to the correct invoice?
    I'm still new in this area.
    Thank you in advantage.
    fatah.

    kavitha, What do you mean?
    we do month end & year end closing activities the same as other, as explained in http://www.sap-basis-abap.com/sapfi.htm
    is there any relation with month and year end closing activities? or you are asking about those activities?
    Regards,
    Fatah

Maybe you are looking for

  • How can I limit the vertical size of the plot legend?

    Hi all, in my program I use a waveform graph and its plot legend. My problem is that the vertical size of the plot legend increases out of my frame and screen if I add too many plots to the graph!!!! Is there a possibilty to limit the vertical size o

  • How can I build a new home page using iPhoto 4.0?

    I have a current site on my .MAC account, and am trying to build a second home/photo page for a completly different & audience topic. When I attempt to add, my .MAC does nothing. Even when I attept to add a site by passwod protecting, it does not cre

  • UDF in documents lines that can be Change after adding the doc.

    Dear all How can i create a UDF in documents lines that can be change after adding the doc? He need to mark some of the lines to already audit or not audit and the date of the action. Kind Regards Margarida

  • Error when trying to activate PS

    I deactivated PS on my old laptop and I verified the deactivation. I cannot start it again, without being asked for the serial number. However I cannot activate it on my new laptop now. It tells me "Time Limit for activation is exceeded" and that I h

  • Table NCALE

    Hi experts, I have problems while debugging an application that extracts the information from table ncale in cluster PC. I would like to know the following: - Where is this table generated (payroll or rptime or elsewhere). - Is there any transaction