Customer statements for credit balances (F.27)

We need to be able to run "Periodic Account Statements in SAP, transaction F.27, for customers that have a credit balance.
For clarity, this is a balance that is less than ZERO, for example if a customer has an outstanding credit item on their account that exceeds any debit amount, eg: invoice for $100, payment for $150, net CREDIT balance of ($50)
In accordance with direction from our auditors, we need to be able to print and send these statements, as we do with the present process of sending monthly statements to customers that have a debit balance, and send them to customers. I'd be really surprised if this functionality is not built into SAP.
My Question is: Can this change be made using a built-in functionality in SAP like make config changes in SAP IMG or would this need to be programmed? If it can be done in SAP by making config changes please post the steps. Thanks.

SOLUTION:
When you run the transaction F.27 you specify a Company code and a Correspondence type. The correspondence type has a print program and a variant associated to it through SAP IMG (config). During its run F.27 calls the program + variant dynamically. The variant controls the selection screen of that print program. One of the fields on that selection screens is "Balance in local currency". The value for that field was set to greater than zero (Balance in local currency > 0). This is why F.27 was skipping any Customer Statements which had a balance less than zero (i.e. credit balance).
You can check the program name and variant associated with a correspondence type by following this path in SAP IMG:
SPRO > SAP Reference IMG > SAP Customizing Implementation Guide > Financial Accounting > Financial Accounting Global Settings > Correspondence > Assign programs for Correspondence Types
and you can modify the variant by using transaction SE38.

Similar Messages

  • Interest in F.2B not required if customer has a credit balance.

    Hi all,
    When i calculate interest in F.2B, its also calculating if the customer has a credit balance. I dodnot want interest to be calculated if customer has a credit balance.
    Could anyone please let me know if there is any setting or any userexit to meet this requirement.
    Regards,
    SKD

    innerCityLets wrote:
    =SUMIFS(Bookings::Y,Bookings::I,">"&Table 5 :: F1,Bookings::I,"<="&Table 5 :: G1,Bookings::B2:B645,"=Apartment1")
    That's better!
    Just for reference, we're working with the syntax: SUMIFS(sum-values, test-values, condition, test-values…, condition…)
    The way I understand the problem now, you just need to have two SUMIFS functions added together. The expression would go something like this:
    =SUMIFS(Bookings::Y,Bookings::I,">"&Table 5 :: F1,Bookings::I,"<="&Table 5 :: G1,Bookings::B2:B645,"=Apartment1")
    +
    (Now, we need the same expression again with different parameters...)
    SUMIFS(Bookings::Y, Z, "<>"&"",Bookings::I,">"&Table 5 :: F1,Bookings::I,"<="&Table 5 :: G1,Bookings::B2:B645,"=Apartment1")
    Note that I have partitioned the parameter pairs by color.
    The "Sum-values" parameter is Bookings::Y. Do you wish to use this same column under the second condition? If not, replace it with the proper range.
    Next, I added the test for content in Column Z.
    After that, there are three more condition pairs. I think I get that the reference to column P becomes a reference to column I. I'll let you work out those details. This method will the totals under one condition added to the totals under another condition. And I have suggested a method for determining whether there as been an input in a cell.
    Jerry

  • Payment orders when a customer has a credit balance

    Hello,
    I was able to generate a payment order for a customer.  But when a customer has a credit note attached to it that it effectively renders the total as a credit balance,  I am unable to do so.  When I select on the credit note, it comes up with an error "Enter a payment method for outgoing payments".   Is there a way, that I could overcome this error without creating another payment method?  Because its possible for this company that the customer can have credit balance even though we should just be collecting money from them.
    Thanks and regards,
    Tess

    Hi,
    It is a SAP a standard behavior in case of Debit  balance of Vendor or Credit balance of Customer it gives as an error.
    Hence, in this case we need to do manual clearing through F-44 for Vendor and F-32 for Customer.
    Regards,
    Tejas

  • Standard Report for Credit Balance

    Hi,
    Is there any oracle standard report for the information of credit balance??
    We use customized report for this issue now, but I prefer to use the standard report in the future.
    I created a customer with credit limit of 1000 USD, and created an order for 10 USD and then booked.
    My Credit Rule is set at booking point.
    I need an report which shows the information about : credit limit is 1000 USD, 10 USD is in used, and credit balance is 990 USD.
    I have run Credit Exposure Report and Credit Limit Usages Report, which names are alike what I want, but Credit Exposure Report just show the overall credit limit without information about how much is in used (and exposure is 0 ?? , available is the same as overall credit limit which equals to 1000 USD.), the Credit Limit Usages Report show nothing.
    So, is there any other oracle standard report for the information of credit balance??
    Thanks in advance and
    best regards,
    Zhxiang.

    Hi Zhxiang,
    Exposure is the credit usage of the customer. The credit exposure report will work based on the credit check rule. So, in your case, check what the "Booking" rule is set as. The report will consider all the elements mentioned in the rule like open orders, open AR balance etc. The values which you see in the report are exactly the same ones which are used by the credit checking engine when it does a credit check. You can get some information in the user guides also for this report.
    But this is the report which you should be looking into for knowing the credit limit, credit used and credit available details.
    Regards,
    Swapna.

  • Customer opening debit credit balance table

    Dear Gurus,
    I  want  to  develop  zreport  customer Vendor ledger in the format Opening Debit Credit balance Is there any table contains Profit Centre , Balance ,Monthly DebitCredit ? There is table which I know but profit centre are not maintained in that table
    For Customer KNC1 and
    for vendor LFC1
    Please help
    Regard's
    Sai_abap

    Hello Shahzaib,
    Try Following,
    Select acc_id,Opening_balance, DECODE(cb.C, 0, Opening_balance, cb.C), DECODE(Cb.D, 0, Opening_balance,Cb.D)
    from COA,
    (Select cb_acc_id,sum(nvl(dabit,0)) D ,sum(nvl(credit,0)) C from cb where
    cb_acc_id=:p_1 and
    vdate < :Date_from
    Group by cb_acc_id)CB
    Where acc_id=:P_1
    Please mark if it help you or correct
    Regards,
    Danish

  • F-27 customer statement For progremme the default form set is missing

    Hi all,
                   Can anybody solve me the error while running customer statement F-27 iam getting the error is for "program default form set is missing".I have checked all the configuration settings in correspondence,But i am able to identify the error.We are using SAP standard program (RFKORD10) and form also (Z140-ACC_STAT_01).For company code we have assigned program and form also.
                   If anybody can solve the issue really i appreciate them.
    Thanks & Regards,
    Vasu.

    Hi,
    Here are answers of your questions:-
    Questions:
    1. How to convert PDF file per customer .
    A. Get spool id per customer and use FM CONVERT_OTF_2_PDF or CONVERT_OTFSPOOLJOB_2_PDF  or 'CONVERT_ABAPSPOOLJOB_2_PDF' SAPSCRIPT to PDF for conversion.
    2. How to split the spool request for per customer .
    A. This you have to design in your driver program and club your spools for particular customer.
    3. Script converted PDF file how to place in application server.
    A. You have to use destination for PDF as file name and then use Open dataset for output to keep it on application server.
    Regards,
    Gaurav

  • How to Assign Customized Form for Vendor Balance Confirmation - F.18

    Dear All,
    While executing the transaction code f.18. System is showing vendor balances with IDES logo. I want to assign the customized form. Can anybody tell me where to assign form fro F.18.
    Regards
    Sreenivas

    kindly check in the configuration
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Business Transactions-Closing-Count-Balance Confirmation Correspondence-Make and Check Settings for Correspondence-Define Form Names for Correspondence Print
    Select the program "SAPF130K" which one is for balance confirmation. against this the form is attached

  • Balance Brought Forward Customer Statement

    Hi there, everyone
    Our company would like to print customer statements in a balance brought forward format. By "Balance Brought Forward" I mean that the statement starts with an Opening Balance (being the previous month's closing balance), then reflects all receipts (not applications), invoices, credit memos, debit memos, adjustments and discounts and then totals to a closing balance. It would also be ideal if a payment schedule could be printed detailing what portion of the final balance is due on what dates.
    We are still on 10.7NCA, so if this functionality is available in 11 or 11i, please will someone let me know. Otherwise, if there is anyone out there who has done this, please can you send me some pointers.
    Regards
    Mark

    Hello,
    This issue should be solved in 2007 A / 2007 B version. Please clarify to which version you are referring.
    Thanks for the input.

  • Customer Statement in Balance Forward Format

    Have Oracle introduced a customer statement in a Balance Brought Forward format as yet? We need the ability to print customer statements comprising:
    (a) An opening balance (being the previous period's closing balance)
    (b) Details of all credit memos, debit memos, invoices, adjustments, etc for the current period
    (c) Receipts (as opposed to individual applications) i.e. if a customer pays $1000 in respect of 2 invoices of $500 each, a single entry displaying a credit of $1000 should appear on the statement
    (d) A closing balance for the period
    Additionally, it would be ideal if a payment schedule (indicating what potion of the balance is due when) could also be displayed on the statement (e.g. if the customer's balance is $1500; $700 may be due on 31-AUG, $500 may be due on 30-SEP and the balance may be due on 31-OCT.
    We are still on 10.7NCA and I was wondering whether anyone knows whether this has since been implemented and, if not, whether there are plans to implement this. We have become so frustrated with not been able to do this that we are considering re-implementing a system that will provide this functionality.
    null

    Just to add to my question and be more specific -
    On the customer recieveable ageing - I would like to add the rest of the address field as it only pull out the first line. Is there any way I can refresh the tables with the addtional field?
    I found the PLD convertor is useful as I was able to add the field in for the address and then convert into the converted PLD2CR However the SAP format in crystal looks much neater and visually better looking than the PLD version.
    I would like to add the address fields into the Crystal Report Version so It shows the complete address.
    I have checked all the versions from SAP 8.8 PL 13 up to 8.81 PL09 and all only show the first line of the address for the customer.
    Any suggestions would be greatly appreciate as to how I could get them in.
    thanks
    Paul

  • Customer Credit Balance

    Hello all,
    Does anyone know what the best way is to send a customer with a credit balance a dunning statement/account statement/letter to inform them of unclaimed assets.(escheatment)

    Hi,
    Good evening and greetings,
    In the dunning procedure, FBMP transaction code click on the Dunning Levels and inside the dunning levels there is an option under the print parameter tab to print all items...Check that box and the system would include even the credit line items lying in the customer account and that can be printed out.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Customer statement PLD issue

    Hi Experts,
    I have a client who need to run the Customer Statements for specific dates in the posting date selection. When this is done the Prior Balance is not included in the total or the aging at the bottom. I see this is true for PLD and Crystal.
    Is this just system behaviour, the prior balance only showing at the top, or should this be included in the total and aging as they are use to in other software?
    Thanks for your insights,
    Marli

    Hi Marli,
    This is the norm of B1. Your client should be able to get used to it soon.
    Thanks,
    Gordon

  • F.27 Periodic Customer Statement

    Hi SAP expert,
    Could you shed some light on this for me?
    F.27 seems to produce customer statements setting out ALL the postings in customer subleger account before date(s) entered in Key date for account statement.
    Is there any SAP (standard) customer statement that enable the business to
    - to select a range of days or periods only
    - then produce customer statements listing  - Opening balance, only all the posting during the period and Closing balance
    Any help would be very much appreciated
    Regards
    taro

    Hello,
    Using F.27, SAP will print only activities within a date range if you choose Correspondence SAP13 in Output Control, and enter a range in Key Dates for Account Statement, e.g. 1/1/2008 to 12/31/2008.
    It will print the balance carried forward on 1/1/2008, all the activities between above dates and also final balance on 1/31/2008.

  • Use of customer hirearchy in credit control

    Dear Friends,
    Good evening.
    I would like to know whether we can use customer hirearchy for credit control purpose.
    If answer is yes how it can be done ?
    Scenrio:
    One company code,4 sales areas.
    The objective is define seperate credit limit and risk profile for each sales area in which customer is extended.
    May Kindly suggest solution keeping in view following entries hiting customer account:
    1.Invoices
    2.Payments (specialy advance payments)
    3.Credit & debit note passed through FI (tcode FB70)
    4.Validation to ensuer that Invoice/Debit note of one credit control area shall not be knocked off through payment/credit note of different control area.
    Regards
    Sanjay

    Hi chandershaker,
    Thanks for your suggestions.
    I had thinking on same line though have configured system accordingly.
    I need an alternate solution to evaluate and expert advice of the forum.
    The objective is in one line that we need single customer code with AR & credit control division wise.
    May pls advise.
    Regards
    Sanjay

  • Is there any way to archive correspondence customer statements in SAP

    Hi,
    1) Is there a way to archive customer statements for correspondence that SAP has provided? If not, do you know of any way that companies use to archive customer statements?
    2) Business Address Services -- Does it fall under the realm of functional or technical teams? The reason I ask is there are some customers that need to get their statements by mail and some by fax and some with both by fax and mail. I found out that this can be done by BAS. But it all looks too technical to me.
    3) Can customer statements only be generated using SAP script or are you sure you can use SMARTFORMS?
    Your replies are stongly appreciated and points will be rewarded.
    Thanks,
    Lakshman.

    Hi Laksman,
    Welcome to SDN !!!
    Well for your answer.
    1) to my knowledge most of the company save customer statement externally, either through paper or as pdf files.but you can generate customer statement as describe by SURE above.
    2) Well Business address services fall under functional even through it seems too technical.   But you need help to techinical team to execute the same. as in the end configuration needs to be done for output types to decide if its printed or send through Fax. etc.
    3) Smartforms can also be used but SAP script is the most commonly used.
    Hope this helps.
    Please assign points as way to say thanks
    3)

  • BP reference not printing on customer statements

    Hi,
    We are facing this issue on one of our customer installation. When we print Customer statement for multiple customers, it does not print "BP reference no." however if you run the statement one customer at a time it prints the "BP reference no". They are using SAP 2007A PL 42.
    Any help on this would be much appreciated.
    Regards
    Dave

    Hi,
    Please check Note No.  [1248669|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1248669] regarding the issue mentioned by you.
    Hope it helps.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

Maybe you are looking for

  • Switching off previewing of attachments

    Anyone know how to stop Mail from automatically opening and displaying attached pdfs, jpgs and other such filetypes when displaying a mail message either in the preview or the main reading pane? If you work with 5meg pdfs a lot then this gets very te

  • Need help in 'WITH CLAUSE' Query

    Hello Gurus, I am trying to calculate the count of distinct members for each provid. I am using the with clause to get information regarding the provid.    WITH T AS   (SELECT a.UD_ID MRR_ID,                         A.UD_LASTNAME LAST_NAME,          

  • Fixed Date for Payment term

    Hi, We have a customer with three fixed date of payment depending on the invoice date, but we do not know how to customize payment terms with fixed date. It seems it is not possible with OBB8... Thank you very much, Ariana

  • Class not found in weblogic deployment

    Hi, I'm trying to deploy the adobe livecycle ears to a hardened weblogic, but for some reasons some jars/classes are not found. If I try to deploy the same ears to an weblogic base domain, I do not see this error. Any ideas what could cause this issu

  • Documaker 12.2 Released

    Documaker 12.2 was released on August 16, 2013 and is available through Oracle Support and will be available on the Oracle Software Delivery Cloud soon.  Information on what this new release contains is available in the Release Notes and product Read