How to payment a little for a customer invoice.

Hi all !
I have a request, help me please !
I enter a customer invoice with value 1000 (USD) from SAP T-Code FB70.
When customer payment a little ( 400 USD ) for this invoice, I will post incoming invoice with value 400 USD from T-Code F-28.
If value of customer invoice is not identical value of payment invoice, system will have 2 open item with value 1000USD and -400USD.
I want docment 1000 USD will split to 2 line item with value of line item 1 is 400 USD and value of line item 2 is 600 USD.
Line item 1 will clear with  payment invoice and system will exist a open item with value 600 USD.
If you have solution for this request, help me, please !
Thanks !

Hi,
By using residual clearing 400 usd is adjusted with 1000 usd. So one cleared line item is created.
For 600 usd new open item is generated and becomes due for payment
prasad

Similar Messages

  • How to calculate Opening balance for a customer?

    Hi Experts,
    How to calculate Opening balance for a customer? I am trying to develop a report where in i have to get opening AR balance,current sales,adjustments etc of a customer. Please let me know how can i do this. I have some tables with me KNC1, BSAD, BSID.
    Thanks in Advance.
    Sharat Chandra.

    Say for example ..
    Get the opening bal for Customer 'K' in CCode 'C1' in 2008 ..
    First get all items from BSEG ..
    Select * from BSEG where KUNNR eq 'K'
                                     and BUKRS eq 'C1'
                                     and GJAHR eq '2008' .
    Sum all the DMBTR values (This is the total value).
    Second get the cleared items form BSAD for the above entries;
    Select * from BSAD for all entries in BSEG where KUNNR and BUKRS and XBLNR eq BSEG-XBLNR.
    Sum all DMBTR values ( this is cleared value).
    Third substract the cleared value from total to get Open value.
    This is a overview .. you should go to the tables and look for fields and etc.. and then define the logic meeeting your requirements .... this is a genric undersatnding ....
    Thanks,
    Aditya. V

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • How to Get Down Payment Amount associated to one customer invoice

    Hello Experts,
    I have an issue and i need your help.
    I have one customer invoice in FI (Transaction FB70).
    In my form, i need to print the Down Payment Amount associated to this customer invoice. How can i get this information? I mean this amount. There is a table or MF that can give me this amount?
    Thank you in advance.

    Get from BSEG table

  • How to attach PLD layout for my custom form.

    How to attach PLD layout for my custom form.
    Or
    How to enable print functinality for my custorm form - purchase indent etc
    Is the only option is Query print layout or any other option?

    Hi,
    Unfortunately, you cannot create your own PLD layouts for your addons. Instead, most developers opt for a third party report writer such as Crystal Reports or SQL Reporting Services to provide reports.
    If you search this forum you'll find a lot of useful information on how to integrate Crystal with your addon.
    Kind Regards,
    Owen

  • How to post credit memo for  a customer usin F-27 transaction using IDOC .

    Can somebdy please advise as  to how to post credit memo for  a customer using F-27 transaction using IDOC ?
    Thanks in anticipation ,
    Ambar patil .

    Hi,
            https://websmp207.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001305932005E
    https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000051812008E
    Thanks,
    Mansoor

  • How long does it take for the custom field created in SFDC to show up in the field mapping list?

    How long does it take for the custom field created in SFDC to show up in the field mapping list? I hit the refresh field button, but it is not showing up after 5 min. Do I just need to have patience? 

    Hi,
    What do you have to do to the field in SFDC to make it accessible so that it shows up in the Eloqua field mapping area as a field to be mapped?   

  • Payment on Account for A/R invoice

    Hello Experts,
                                     I want to create payment on Account for A/R Invoice through DI API .
                                     The Status of A/R Invoice should get closed.
    Please Suggest
    Regards
    Manish

    Hi Manish,
    Try this:
                Payments payment = (Payments)this.Company.GetBusinessObject(BoObjectTypes.oIncomingPayments);
                try
                    if (paymentAmount > 0)
                        payment.CardCode = this.Document.CardCode;
                        payment.DocDate = DateTime.Now;
                        payment.DocType = BoRcptTypes.rCustomer;
                        payment.JournalRemarks = string.Format("Incoming {2} Payment - {1} - Invoice {0}", this.Document.DocEntry, this.Document.CardCode, cardType);
                        payment.TaxDate = DateTime.Now;
                        payment.DeductionPercent = 0;
                        payment.DeductionSum = 0;
                        payment.TransferReference = "Any Tracking Number";
                        payment.TransferSum = paymentAmount;
                        payment.TransferAccount = "Your Account Number";
                        payment.TransferDate = DateTime.Now;
                        payment.ApplyVAT = BoYesNoEnum.tYES;
                        payment.HandWritten = 0;
                        payment.Remarks = payment.JournalRemarks;
                        var paymentInvoice = payment.Invoices;
                        try
                            paymentInvoice.DocEntry = Your Invoice Number
                            paymentInvoice.InvoiceType = BoRcptInvTypes.it_Invoice;
                            paymentInvoice.SumApplied = paymentAmount;
                        finally
                            // Release the object reference
                            //COMHelper.Release(ref paymentInvoice);
                        if (payment.Add() != 0)
                            throw new SapException(this.Company);
                finally
                    // Release the object reference
                    // COMHelper.Release(ref payment);
    I hope it helps.

  • Clearing Customer down payment for down payment amount not equal to Customer Invoice amount

    Dear All,
                   Below process are posting Customer transaction directly via FI without SD cycle.
                Customer down payment = 102 INR
                Customer Invoice = 103 INR
    While doing Customer clearing w.r.t Invoice system has cleared the down payment document but posted an open item in Customer account with clearing document number  of value Rs 102  .
    Concern:-
                   1) How 1 INR difference will be countered , via receipt payment from customer from bank account ?
                   2) In case we have defined tolerance limit of 5% for Customer and this come to be > 1 INR ,does SAP provide clearing Customer items
                       automatically via any Standard Customer clearing process based on rule defined  ?
    Pls suggest
    Regards
    MJ

    Hi,
    the information of the exchange rates used for down payments, is
    stored in table TCURR ( exchange rates)
    For the request down payment the actual exchange rate of table TCURR
    or the rate of document header is taken.
    When this down payment request is payed, also the exchange rate of
    the actual day (TCURR) is taken.
    That´s why the amount in the bank posting in local currency result
    from translating the foreign currency amount at the current rate,
    instead of resulting from the total of the local currency amounts
    from the settled items.
    Regards,
    Attila

  • How to add F4 help for the custom field of a custom table

    Hi All,
    How to add F4 help to the custom table field? in the table maintainance when user clicks on F4 i want to provide possible values for this field I am trying to write the code in the screen of table maintainace like the following
    PROCESS ON VALUE-REQUEST.
      FIELD ZTEST_MAH_F4-KUNNR MODULE zVALUE_kunnr .
    But when i am double clicking on module it's giving options to create include program but after that it's giving user is currently editing the table i am not getting this can some body clarify my doubt it's gr8 if some body give some examp code
    Thanks&Regards
    mahesh

    Hi,
    Create a subroutine under the event and call the following FM
    1. Select all the related data into an itab, for ex i_kunnr
    2.    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
        DDIC_STRUCTURE         = ' '
           retfield               = 'KUNNR'
        PVALKEY                = ' '
           dynpprog               = sy-repid
           dynpnr                 = '1000'
           dynprofield            = <selection screen field>
        STEPL                  = 0
        WINDOW_TITLE           =
        VALUE                  = ' '
           value_org              = 'S'
        MULTIPLE_CHOICE        = ' '
        DISPLAY                = ' '
        CALLBACK_PROGRAM       = ' '
        CALLBACK_FORM          = ' '
        MARK_TAB               =
      IMPORTING
        USER_RESET             =
          TABLES
           value_tab              = <b>i_kunnr</b>
        FIELD_TAB              =
           return_tab             = < return table >
        DYNPFLD_MAPPING        =
         EXCEPTIONS
           parameter_error        = 1
           no_values_found        = 2
           OTHERS                 = 3

  • How to maintain change history for a custom field

    Hi All,
    I have added a new custom field in standard table FKKVKP by appending a new structure to FKKVKP. Now this custom field will appear in transaction CAA2. My requirement is I have to maintain change history for my custom field. In transaction SCDO I have seen that there is an object MKK_VKONT that maintains change history for FKKVKP entries. But I am not aware how to adjust this field so that SAP generates change history for my custom field as well.
    Thanks in advance,
    Venkat

    Venkatesh,
    DFKKTAXEX
    FKKVK
    FKKVKP
    FKKVK_CORR
    I have never used these tables but I have working experience with change docs.
    The Z field which you have added should be in the above structures, then you should be able to see that field in the changes.
    Of course change document should be set to that field-data element.

  • How to set the status for a customer plan to RELEASED.

    Hello all,
    I created a program for mass creation of customer plans. But after the creation of a plan, the status should be set to released, so that the user can go about creating the trade promotions for the customer plan. Can anybody tell me how to set the status of a customer plan to RELEASED.
    Thanks,
    Disha.

    Hi Clemens,
    I am not talking about doing it in the CRM_UI transaction..I created a program..which would create the customer plans based on the planning account data provided. I was succesfull in creating the plans, but I am not knowing how to release it, if only anybody can tell me about a Function module or method, which can help me do this, that would be great
    Thanks,
    Disha.

  • How can we create subtypes for om custom infotypes

    hi,
        I want the detailed procedure how to create Subtypes for Organzational management custom infotypes.
        Pls send me the detailed path how to create Subtypes for Org management.
    thanks & regards,
       Sekhar.

    Access transaction SM30/31 for table maintenance. Enter view name V_778U.
    Select maintain and enter the subtype for the custom infotype.
    Also remember to enter the time constraint for the subtypes mainatined in table T777Z.
    SPRO Path
    Personnel Management --> org management --> basic settings --> data model enhancement --> infotype maintenance --> maintain subtypes.
    Regards
    Ravikumar

  • How to delete sales area for a customer?

    Hi Experts,
    Are there any BAPIs or Fucntion modules that can delete sales area for a customer? What are the correct parameters should I fill in?
    If there's no BAPI or Function module... Kindly please assist me on how to execute the correct transaction to delete it.
    Thanks in advance!

    Hi Prasanna,
    I checked transaction VD06, indeed that it shows details for the sales area of a customer... but how can I delete the sales area data? There is a deletion flag for it? I tried to flagged it to deletion but when I tried to display it again through transaction XD03, it just give me the warning message 'Customer 20000702 is marked for deletion in the sales area selected' then it displayed the sales area...
    I checked the KNVV table and the data still exists however the field for deletion flag is raised to 'X'.
    I'm not sure if this is the proper way to delete a sales area. Can you please confirm?
    Thanks in advance!

  • Which Bapi is available for uploading Customer Invoice and Payments in SAP

    Dear Friends.
    I want to upload Customer Invoices and Incoming Payments in the System.
    Currently i have written a BDC-Session Program to Upload this data.
    I have took the recording of tcode f-22 for Invoices, f-27 for credit memo and f-28 for payments and developed the required BDC program.
    Its working fine.
    Since the Volume of the data is huge .. ie around 50,000 daily, it takes too much time.
    Also i am not able to have a proper error log.
    I would like to know from you, whether there is any bapi available to upload this data (invoices,credit memo and payments).
    OR is there any other faster and proper error log maintaining scenario available.
    I appreciate for all your helps and informations.
    Thanks
    Kuna.

    Hi,
    could u please send me the f-28 upload program.
    Thanks in advance.
    Regards
    suni

Maybe you are looking for

  • Syncing iPhone from old PC to new Mac

    maybe the answer to this question is the same as if my new and old cpus are the same, but here it goes: i had a PC (HP laptop) for 2 years to which my iPhone 3G was synced. smartly, i just purchased the new Macbook Pro. i would like to sync my iPhone

  • Inserting empty row in query designer

    Hi Gurus Can any one advice me on how to insert a empty row in Query designer I'm using structure Thank you

  • I cant see videos

    I dont know where is the email to make questions. I did buy my palm but I cant play my videos, when I went to Sprint Store they explained that palm doesnt have that feature. I've had my spc 6700 and always I could listen my music and watch my videos,

  • Cost centre invisible in fi doc

    whats happening is this. ME23N (display purchase order) has a G/L account number and Cost centre assigned to it, But somewhere during the process of the invoice being posted the cost centre is lost and not recorded in FI doc. Pls help its urgent...

  • JTreeTable component anytime in the future?

    My question is simply whether or not there will be a JTreeTable component in the future? I've read Sun's little JTreeTable tutorial (it's kind of dated but it did the job). I created my own TreeTableModel, but I resorted to using Sun's abstract class