Clearing for customers

Hi
we are working on automatic customer clearance but facing some difficulties. In OB74 what criteria i should define for clearing customers automatically. I have tried using Assignment number but that doesnot work for me. please guide.

Hi Priyanka,
What do you mean by Automatic customer clearance? Customers are knocked off by Payment receipts.. Do you mean to say that you want to enter your Bank receipts and the clear Customers automatically in F.13?
If this is the case, you need to make sure which field is getting populated in SD billing Document in Customer line items and you should ensure while posting bank receipts that you capture the same in Customer Credit line item and then define that field in OB74 as a clearing criteria along with WMBTR (Amount)
I agree with Sanil, that with the help of SD consultant(Copy Control Functions), you can populate the Billing document No. in the Customer line item while posting billing document in SD. It depends on which field you want to use to populate the billing Document No.
Regards,
SAPFICO

Similar Messages

  • Automatic Clearing for Customers and Vendors

    Hi,
    We want to clear the open items at a time for the customers and vendors.
    Ex: Cutomer "A" contains 15000 Dr(20 Line items), 12000 Cr(15 Line items) and closing balance 3000 Dr
    Now we want to clear the all open items at a time and remaining(3000 Dr) balance for open items.
    We don't want Manual Clearing(F-32)
    Is this possible through F.13 or others? 
    Thanks in advance

    No you cant
    The automatic program groups items from an account together where they have the same
    entries in the following fields:
    • Reconciliation account number
    • Currency
    • Special G/L indicator
    • Five freely defined criteria from document header or line item, for example,
    assignment field, reference number, and so on.
    If the balance, in local currency, of the items within a group is zero, the system
    automatically clears them and creates clearing documents.
    All accounts requiring automatic clearing must be defined in Customizing.
    The automatic clearing program does not clear:
    • Noted items
    • Statistical postings and certain special G/L transactions relating to bills of
    exchange
    • Down payments can only be cleared if down payment clearing items of the
    same amount have already been posted.
    • items with withholding tax entries

  • How to set up FSCM 9.0 Application for Customers to use ?

    Folks,
    Hello. I have just installed FSCM 9.0 ( all of its modules) and run the application in Browser successfully. The Database is a clean System Database without any Demo data (Production Database).
    In order for Customers to type in their data into the application, we need to set up CharFiled, SpeedType, SetID, common data in Controls Tables in the Database. In Menu, there is "Setup Financial/Supply Chain", and under PeopleTools, there is "Setup Manager". But I don't understand where to start to set up the application FSCM 9.0 application.
    Do any folks understand the procedure to set up FSCM 9.0 application for Customers to use step by step ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying.
    I have installed FSCM 9.0 all of 50 modules. I just want to implement General Ledger module. Thus, I create a project named "General Ledger" in Setup Manager under PeopleTools as follows:
    PeopleTools -> Setup Manager -> Manage Implementation Project -> Create New Project by Product -> select "General Ledger" ->View Summary -> Save -> Type in "General Ledger" in Project Name Box -> Click ok -> click "generate setup tasks" -> click "setup task generation status"
    It has been for a long time, I still see "Run Status" is always "Queued". The button "View Setup Task" does not become clear. This means the process is not completed.
    Do we need to configure Process Scheduler at first before run Setup Manager ? If yes, how to configure Process Scheduler for Setup Manager to generate a list of setup tasks of a project ?
    Thanks.

  • Interest calculation only for open item for customers

    Hi, do you know how to calculate Interest calculation only for open item for customers?I do not want to see cleared   items. I have problem with customization.
    Best Regards
    Tom

    In the item interest calculation, you can tick the  'open items' for calculation of interest and also select the 'no cleared items'.
    Regards

  • How to know if records in BSIS/BSAS are for customers or vendors?

    Hello Experts,
    I am getting records from BSIS and BSAS, now I need to know those records(from BSIS and BSAS)
    which are for customers or for vendors since that is my filter. Thank you and take care!

    Hi Guys,
    Sorry I can't see my radiobuttons so I can't assign points but I will do so later.
    Anyway, What I did was based from the records that I got from BSIS/BSAS, I did
    a select statement from BSID and BSAD. Please see my code below:
    *   Get G/L line items(Open items)
        SELECT bukrs hkont belnr
               buzei gjahr budat
               blart dmbtr shkzg
          FROM bsis
          INTO TABLE gt_bsis
           FOR ALL ENTRIES IN gt_t012k
         WHERE bukrs = gt_t012k-bukrs
           AND hkont IN lr_hkont
           AND budat <= p_budat.
    *   Get G/L line items(Cleared items)
        SELECT bukrs hkont belnr
               buzei gjahr budat
               blart dmbtr shkzg
          FROM bsas
          INTO TABLE gt_bsas
           FOR ALL ENTRIES IN gt_t012k
         WHERE bukrs = gt_t012k-bukrs
           AND hkont IN lr_hkont
           AND budat <= p_budat.
        APPEND LINES OF gt_bsis TO gt_bsis_bsas.
        APPEND LINES OF gt_bsas TO gt_bsis_bsas.
        IF NOT gt_bsis_bsas[] IS INITIAL.
          *   Get customer line items(Open items)
        SELECT bukrs belnr gjahr blart
               buzei budat dmbtr shkzg
          FROM bsid
          INTO TABLE gt_bsid_bsad
           FOR ALL ENTRIES IN gt_bsis_bsas
         WHERE bukrs = gt_bsis_bsas-bukrs
           AND gjahr = gt_bsis_bsas-gjahr
           AND belnr = gt_bsis_bsas-belnr.
    *   Get customer line items(Cleared items)
        SELECT bukrs belnr gjahr blart
               buzei budat dmbtr shkzg
          FROM bsad
          APPENDING TABLE gt_bsid_bsad
           FOR ALL ENTRIES IN gt_bsis_bsas
         WHERE bukrs = gt_bsis_bsas-bukrs
           AND gjahr = gt_bsis_bsas-gjahr
           AND belnr = gt_bsis_bsas-belnr.
        ENDIF.
    Then later on, I will loop through GT_BSIS_BSAS then I will check the current document
    if it exists in GT_BSID_BSAD by using READ statement. Is this correct? Thank you guys!

  • DOWN PAYMENT FOR CUSTOMERS

    Hi
    Can anyone send me a write up on the standard down payment creation, reciept and clearing the same against customer invoice in SAP?
    My email id is [email protected]
    Regards
    Sanil Bhandari

    1 - Down Payment Request for Customers Use TC: F-37
    Here you create Noted Item this line item you can use wile creating Down Payment
    2 - Down Payment Use TC:F-29
    3 - Transfor SP Gl to Normal by Clearing of SP GL Use TC: F-39
    4 - By clearing of Normal Gl : F-32
    5 - Incoming Payment Use TC: F-28
    These are the Process for Down Payment for Customers,
    i hope you this is use ful for you,
    Thanks,
    TML

  • Over payments/Under payments for customers

    COnfigured the foll for over payments/underpayments for customer:
    OBA3 - Maintained toerlances
    OBBE - Configured reason code -check marked "charge off difference via separate GL account
    OBXL- Assigned reason code to GL account XXXXXX
    Ran F-28, still the over payment does not post to the GL account XXXXXX. All it does is it credits the customer for the overpayment amount in new line item.
    what am I missing here. we want the over payments and under payments to go this GL account XXXXXX, not to customer account.
    The gl account created also has been "Post automaticallyonly" check marked.
    please help.

    yes it is defined as P&L account.it is posting now to gl account for over payment only. when i do an underpayment like $99 and invocie amount is $100, it gives message "difference is too large for clearing". I have configured tolerances, still it throws this message for Under Payments only. Is there any separate place where we configure the under payments for customers. we have only one gl account to whcih we want to post both over payments and under payments

  • No authorization for customers/vendors

    hi all
    i am getting this error in a new compnay code.
    please help me
    No amount authorization for customers/vendors in company code 1100
    Message no. F5155
    Diagnosis
    No amount authorization for customer/vendor line items has been specified in company code 1100 for the user group to which you are assigned.
    Provided that you are not explicitly assigned to a user group, the amount authorization to the group blank (" ") is valid.
    Procedure
    If you entered the correct company code, initiate the maintenance of tables T043 (user groups) and/or T043T (company code authorizations).
    I will assign points.
    for ny input.
    thanks

    Hi
    Financial Accounting --> Accounts receivable and Accounts Payable --> Business Transactions --> open item clearing --> Clearing differences --> Define Tolerance group for employees
    Goto company code and change the amount and try again.

  • Report Open balance for Customers back in time

    Dear All,
    I would like to have a question: How can I report Highest Balances for Customers back in time? So I have to list Date and Amount, in the last one year, when Customers had their Highest Balances (highest outstanding amount). I have a transaction that can show actual status but I cannot report it for a long period in the past.
    Does anyone have an idea how could I do it?
    It would be very helpful.
    Thank you!
    A.

    Hello,
    Solution Manager does not desal with Customer Balances. Perhaps you wanted one of the banking industry forums, or FI AR/AP?
    In any event this question will not help you much in this forum.
    Regards,
    Paul

  • GR/IR Clearing for - Landing and Clearing & Forwarding Charges

    Dear Friends
    We would like to do GR/IR Clearing for previous year using Transaction code MR11. For Qty and Value difference, clearing
    is happenging successfully. But for conditions eg. Landing Charges or Clearing & forwarding charges, MR11 is not picking
    the open items from GR/IR Account.
    how can lines of conditions can be cleared from GR/IR GL.
    SKSomani

    Hello,
    I have problem with MRKO also.
    The requirement is account 408*** should not have partner profit center
    I don't understand why the system affect partner PC to this operation in the accounting doc.

  • Adobe Creative Cloud and Adobe Creative Suite: New Choices for Customers

    Adobe has announced the new Cloud-based model for software distribution, along with new terms for boxed product upgrade eligibility. Beginning with the CS6 releases, when they happen, upgrade pricing on boxed products will only be availble one generation back. There is a limited window to upgrade now to the current versions at a discount.
    See http://blogs.adobe.com/conversations/2011/11/adobe-creative-cloud-and-adobe-creative-suite -new-choices-for-customers.html

    Eugene:
      Based on the current information we have (from the blog post), which may not be correct and which you should not rely upon:
    There is some confusion about the word "discount." As used in the blog post, in general there are no "discounts" for upgrades, there is the upgrade price and there is full price. But, also in the blog post, there is a special "discount upgrade" if you choose to upgrade to CS5.5 today (prior to Dec. 31, 2011), which is 20% off the regular upgrade. However, Peter used the word "discount" to distinguish between upgrade pricing and full price. It's probably a good idea to avoid using that word there because of the potential for confusion.
    I have CS5 InDesign in work. So I will be able to upgrade that to CS6 when it comes out at the discount price?
    You will be able to upgrade to CS6 at upgrade pricing. Not the 20% discount, but it is "discounted" from the full price of CS6.
    I'm still using CS2 Illustrator and Photoshop, for the little work I do in those programs, they're fine. But if I want to upgrade them to CS6 I have to pay the full amount of an upgrade, with no discount... or will I have to pay for CS6 in full for both of these programs?
    You will have to pay the full price (not the "full amount of an upgrade," whatever that means).
    If you elect to upgrade to CS5.5 prior to Dec. 31 of this year, however, then then you can pay the discounted upgrade price to upgrade to CS5.5 (well, CS5 since Photoshop CS5.5 doesn't exist), and then you can pay the CS6 upgrade price in March/April. So you can pay for no upgrades (full price) or two upgrades (one of which is 20% off).
    At the moment I can upgrade CS2, photoshop and Illustrator for €240 each, to CS5. So wouldn't I just be able to do that now and then buy the CS6 upgrade at a much later date perhaps just before CS7 comes out?
    Yes, you can do that.
    If CS6 has the tools to basically go "File>Export>Epub" and I get a fully working epub file without having to trash about in code afterwards or make complex tagging in InDesign, then I'll be buying it.
    It looks like EPUB is evolving pretty fast, so even if ID CS6 fully supports what you want out of EPUB on Day 1, I bet you'll need to be prepared to postprocess it on Day 2. Or at least long before Day 200.

  • Regarding GL account in FICO for Customers

    Hi,
      I have a requirement to generate a report where i have to get the opening balance of customers month wise.I can find reconcilation account for customers ,but i have to get the  individual customers opening and closing balances.Fico consultants please provide me how to find the gl account for particular customers or opening balaneces.
    With Thanks,
    Dinamol

    you'll find all rec-accounts in skb1 with field mitkz = D
    2) for openeing balance use table knc1
    A.

  • Post on account in f-58 for customers

    Hi all,
    I have simple question. when i do "post on account" in f-58 for customers,when i go back and see in fbl5n for that  customer i see that the amount is added to the open item where as when i do "post on account" for vendors the amount is deducted from the open items.
    Can any one please explain me this concept.
    Regards,
    Sneha

    Hello,
    It seems that you making the payment (return payment) to the customer on the advances that you have received from Customer. You cannot make the payment on customer invoices as these are already debit items.
    Regards,
    Ravi

  • QUERY FOR CUSTOMERS FULL DEBIT AND CREDIT WITH CLOSING BALANCE

    Hi Friends,
       I need query for CUSTOMERS FULL DEBIT AND CREDIT WITH CLOSING BALANCE for selection criteria from date and to date.
       I know the Trial Balance Report will sort out this issue... but i need routeday wise report
    1. Business Partner Master Data - i created one UDF field called U_Routeday (MONDAY, TUESDAY, WEDNESDAY,THURSDAY,FRIDAY)
    2. The query should be like selection criteria 
                                  - Routeday [%0]
                                  - Posting Date [%1]                           
                                  - Posting Date [%2]
    CardCode
    Debit
    Credit
    Balance
    D10503
    25031.50
    24711.50
    2962.00
    D10641
    5466.00
    7460.00
    285.00
    D10642
    2866.00
    142.00
    give any helpful query ASAP... Thanks in advance

    Hi,
    Try this query:
    Declare
    @fromdate as datetime
    Declare
    @Todate as datetime
    Declare
    @Code as nvarchar(25)
    set
    @fromdate = ( select min(Ta.[RefDate]) from OJDT ta where
    Ta.[RefDate] >= [%0])
    set
    @Todate = ( select max(Tb.[RefDate]) from OJDT tb where Tb.[RefDate]
    <= [%1])
    set
    @code = (select max(Tc.[ShortName]) from JDT1 tC where Tc.[ShortName]
    = [%2])
    SELECT
    [Name] as AcctName, [Jan]= sum([1]), [Feb]= sum([2]), [Mar]=
    sum([3]), [Apr]= sum([4]),  [May]= sum([5]), [June]= sum([6]),
    [July]= sum([7]), [Aug]= sum([8]), [Sept]= sum([9]), [Oct]=
    sum([10]), [Nov]= sum([11]), [Dec]= sum([12]), total = sum
    (isnull([1],0)+ isnull([2],0) + isnull([3],0) + isnull([4],0) +
    isnull([5],0) + isnull([6],0) + isnull([7],0) + isnull([8],0) +
    isnull([9],0)+ isnull([10],0) + isnull([11],0) + isnull([12],0))
    from
    (SELECT
    T0.[ShortName] as Name, sum(T0.[Debit]-T0.[Credit]) as T,
    month(T2.[RefDate]) as month FROM JDT1 T0  INNER JOIN OACT T1 ON
    T0.Account = T1.AcctCode INNER JOIN OJDT T2 ON T0.TransId =
    T2.TransId WHERE T2.[RefDate] between @fromdate and @todate and
    T0.[ShortName]  = @code  GROUP BY T0.[ShortName],T2.[RefDate] ) S
    Pivot
    (sum(T)
    For  Month IN ([1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12])) P
    group
    by [Name],[1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11],[12]
    Let me know your result.
    Thanks & Regards,
    Nagarajan

  • 1099 report for Customers

    Hi,
    We have a requriement to report 1099 on Rebate Customers, planning to use standard SAP report S_P00_07000134 (RFIDYYWT)
    Have already modified the existing process type US_1099 with output group US1 to include both Vendor and Customer payments. But, the reprot is not pulling the Customer payments yet.
    Also tried to copy the old process type and created the new one just for the customers alone. This time report is providing the output for customers but "Country specific Slection" is missing in Mandatory selection.
    Can anybody suggest what am I missing in the configuration or are there any OSS note for this ??
    Thansk in advance
    Uma

    HI,
    Please refer the below note.
    1549310  Belgium Customer Rebate reporting
    178824   Withholding tax from SD for countries other than
    Regards
    Madhu M
    Edited by: M Madhu on Nov 30, 2011 11:31 PM

Maybe you are looking for

  • Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679

    Hi, We update the BW landscape for version 7.4 suppport package 4 (whitout HANA). We use a external system connection to extract data from a SQLServer database (Microsoft Connector 1.1 for SAP/BW) In the previous version (BW 7.0.1 SP 10) run correctl

  • Best practice for remote topic subscription with HA

    I'd like to create an orchestrator EJB, in cluster A, that must persist some data to a database of record and then publish a business event to a topic. I have two durable subscribers, MDBs on clusters B & C, that need to receive the events and perfor

  • How to cancel OVI FILES? URGENT!!

    thank you for reading... i acidently signed up for OVI files and instead of OVI (the thing you use to download apps) anyways... now i feel like ppl can access my computer using a mobile phone if they know my username and password... if i remove the O

  • Ipod touch wont connect to wifi unless close to router

    My ipod won't connect to my wifi unless I'm about 5-10 feet away from the router. Is this normal with the 1st gen ipod touches? I can't use a lot of apps because I need an internet connection to use them.

  • UPK 11.0 ESP1 to 11.1 ESP1 upgrade - license implications?

    Hi all, This may be a bit naive from my end, but what are the license implications when upgrading from UPK 11.0 to 11.1? Does Oracle allow a client to automatically upgrade to UPK 11.1 when they have purchased 11.0 licenses? Perhaps I am missing some