Customize AR Customer Balance Statement Letter using ARXSGPO

Hi All,
I need to customize the data template of 'AR Customer Balance Statement Letter' to meet some of our requirement. The data template file name is 'ARXSGPO.xml'. But the Update button in the data definition of 'AR Customer Balance Statement Letter' is disabled.
Please let me know how can I update the data template for this definition with modified XML file.
Regards,
Sanjay

Hi ,
We are using R12.1.2.
Once I submit the AR statements from 'Print Statements' form a 'Statement Generation' spawn program is being called. This internally is calling the 'AR Customer Open Balance Letter' program for EMEA countries.
The 'AR Customer Open Balance Letter' is XML concurrent program which uses the data template 'ARXSGPO.xml' and RTF for generating the PDF output. But my requirement is to customize the data template 'ARXSGPO.xml'. I'm not able to customize it since the update button in the data definition 'AR Customer Open Balance Letter' is disabled.
Please provide assistance in enabling the 'Update' button in the data definition so that I can load the new data template in place of 'ARXSGPO.xml'.
Also I've tried to customize the 'Print Statement' report (ARXSGPO.rdf). We have done the setup by disabling the lookup code for EMEA countries(GB lookup code) in the lookup type 'AR_EMEA_COUNTRIES' (Navigation: Setup -> system -> Quickcodes -> Receivables).But 'Print Statement' program is not getting spawned by the 'Statement Generation' program.
If the above mentioned approach is not possible to implement then provide a best possible solution to customize the AR statement report.
Regards,
Sanjay

Similar Messages

  • F.17 customer balance confirmation letter

    hi
    I want to get balance confirmation letters print for 100 customers but system is showing only first customer.

    Hi
    Please check this links
    Standard BAPI to get Customer Cumulative Balence
    http://forums.sdn.sap.com/rss/rssmessages.jspa?threadID=2030213"
    Daily Cumulative Customer Balance
    Regards
    Jyo

  • Customer Balance Transfer possibility?

    Hi,
    Is there a possibility to transfer CUSTOMER balances directly or using somework around.
    Please let me know me know with the transaction codes possible!
    Thanks
    Regards

    The scenarion is as follows:
    I have a customer A with a credit limit of say 100 rs. and we have invoice him for rs. 80 . so balance outstanding credit limit is rs 20.
    I have another customer B with rs 100 credit limit and he has been invoiced only for rs 10. so his outstanding credit limit is rs. 90.
    Now if I have to invoice customer A for rs 50 which system does not allow me to do.
    Can I transfer the balance credit limit of rs 90 of customer B to customer A and make the sales possible?
    Thanks
    Regards

  • VENDOR/GL/CUSTOMER  ACCOUNT STATEMENT WITH OPENING BALANCE

    Can anybody  tell me the tcodes in SAP for Vendor/Gl/Customer Account Statement with opening balance.
    Best Regards,
    Sudhanshu Dang
    0124-3081015

    hii
    As per my knowledge no such reports  for GL are there in sap.. we also had a same requirement but could not find it... we wanted reports with opening and closing balalnces...
    u can go to SAP1 and check all the standard reports available. check wheather any report fulfills ur need or else go for abap reports...
    Check f.42 T code for Vendor Report. and s_alr_87012172..for customer.
    thanks
    sejal

  • Balance Sheet/Income Statement Report using SSRS

    I am trying to create a balance sheet, income statement report using ssrs. Due to lack of experience, I am seeking some help from someone who has already built one. For the report I am trying to built, the data isn’t readily available
    in a master/detail format. I need to connect to an Oracle DB, run one or more stored procedures (in Oracle) to put data in a temporary/run-time table (reporting table) and read that data to create the financial statement.
    Any help or guidance would really be appreciated.

    Hi Khaga,
    Adding to Vishal's reply, before we can connect an Oracle data source, the system administrator must have installed the version of the .NET Data Provider for Oracle that supports retrieving data from the Oracle database. This data provider must be installed
    on the same computer as Report Builder and also on the report server. To retrieve data from an Oracle database, we can use Oracle or OLE DB data source type. For more details about the connection string, please see the following document:
    http://msdn.microsoft.com/en-IN/library/dd220591.aspx
    Besides, we can refer to the following SSRS tutorial about create a basic report in Reporting Service:
    http://msdn.microsoft.com/en-IN/library/ms167305.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Customized AR Statements

    I need to customize the standard AR statements that are produced by ARXSGPO. I've read up on all the xml stuff that's on the forum. But my situation is a little unique. I need to actually customize the content of the statements a little. I have an idea of how to do that. But my trick is this:
    I need to add a parameter to the Print Statements form to ask the user whether they want to run statements the old way (i.e. ARXSGPO vanilla) or the new way (i.e. XX_ARXSGPO). So if I've been studying and following things correctly... it's probably best to call this customized version from the AfterReport trigger in ARXSGPO. But that call should be based on that new parameter that I need to capture from the user.
    I don't think my users would be upset if they were to get two outputs when they asked for the customized version. So my thinking is ALWAYS run the vanilla, and if the parm is set, also run the custom. But I need to make sure that the two outputs are segregated such that they can isolate and send only the custom version's output to the printer. If I submit a concurrent request from another request (i.e. call the custom from the vanilla), will they be able to see both requests in their viewer and pick output from either/both.
    Does anyone have any feedback or pearls of wisdom for me? Please let me know if I need to clarify.
    Also, am I asking for a world of hurt by wanting to add that parameter? I know that that is a standard form, so I know that I'll need to modify the form itself. But these darn users... can't steer them my way and just do things one way.
    P.s. Thanks in advance for the assist!

    Garth,
    Thanks for your assistance. I was able to solve this a different way.
    Because each user/generator of statements could optionally run the standard version of statements OR my customized version of statements, I needed a parameter coming in to tell me that. So I "hi-jacked" one of the comments lines with a message that says RUN SUMMARY (my custom version). So the user uses that field to tell the program to RUN SUMMARY if that's what they intend.
    So then I changed the Oracle seeded report (yes -- i know that's a no-no but didn't have a better alternative) to run in summary if that parameter was populated with RUN SUMMARY.
    So not the ideal solution if an upgrade goes through... but it solved their business need.
    Thanks again for your knowledge-sharing. I do read your stuff and appreciate it regularly.

  • FI Customer Account Statement with Debit and Credit Columns

    Hi SAP Expert,
    We are using form (developed from T-code: SE71) to send customer account statment for only open items this is working fine.
    Now My wants customer account statement for all transactions but with debit and credit in a separate columns. is there any way we fulfill these kind of request?
    if any particular logic then let me know please.
    thanks in advance
    b/r
    prashant rane

    Dear Vivek,
    You logic is helpful can I apply this in SE71 form development?
    Below is my customer layout format
    Document # | Document Date | Reference | Debit Amt | Credit Amt |
    In bottom toal Debit / credit balance figure
    can I use any code/login is SE71 form or I will need to create any development report which involves user exit?
    I am looking for SE71 optios first
    thanks in advance
    Prashant Rane

  • Customize AP Trial Balance Report in R12.1.3

    Hi
    I have to customize AP Trial Balance Report in R12 Version 12.1.3.
    Can any one please provide some pointers how do we do it?
    Here is some background for AP Trial Balance Report:
    Its an XML Publisher Report with XDODTEXE Executable. XLAAPRPT.xml is the file uploaded to data definition(Code: APTBRPT) for Accounts Payable Trial Balance . XML template XDODTEXE calls oracle’ s seeded XML template “XLAAPRPT.xml ", this template further calls package XLA_TB_AP_REPORT_PVT for Trial balance.
    Our customiztion has to populate trial balance data in to our custom table instead of global temp table . XLA_TB_AP_REPORT_PVT package has a private procedure populate_trial_balance_gt which populates trial balance data into xla_trial_balances_GT.
    Please provide some ideas for customization of standard XML publisher reports in R12.1.3.
    Any ideas are appreciated.
    Thanks
    Theja R

    Hi Vamsi,
    I've recreated the standard oracle Trial balance package & XML file . Now i'm able to populate the data into custom table as well as standard table . But the report out doesn't show data in it . it just shows report title, columns bUT NO DATA. the xml file itself doesnt contain data. The custom report completes in 2 mins. But standard report completes in 7 mins
    Steps
    1. Create custom package similar to oracle standard package & added new insert statement to populate trial balance data into custom table.
    2. created new datadefinition with new datatemplate(refering custom package) similar to oracle standard datatemplate.
    3. create template same as standard template.
    4. copy of standard conc program with custom application
    5. Ran the report ...able to populate data into custom table .....but unable to see data in the report.
    Please let me know if i'm missing anythng.

  • Customer Account statement/FBL5N-Correspondence

    Dear All,
    Please help me on the below issue,
    I want to take the customer account statement printout from FBL5N by choosing -> Environment-> Correspondence-> Request (By choosing correspondence type)-> Display
    Now in account statement client doesn’t want special gl transaction, so we have blocked special gl indicator. Now all item is coming correctly, but problem is in case of down payment clearing transaction,
    Down payment
    Bank outgoing A/C 10000
                   To Customer A/C Dr (Spl Gl) 10000
       2.  Down payment clearing entry
       Customer A/C Dr (Spl Gl) 10000
           To Customer A/c 10000
    Now Special Gl amount is not showing in account statement from entry no -1,which is ok. But in case of 2nd entry document no is coming with 0 value . Whereas 10000 credit(Line item which is without special gl indicator) balance need to show in account statement.
    Please let me know how could I do the same.
    Best Regards,
    Amitava

    Dear Ahemmed,
    Thanks for your reply.
    I am using correspondence type SAP06 and in variant I have blocked SAP Spl gl indicator. In FBL5N report everything is ok. But my problem is with account statement form.
    Please use below path--
    FBL5N-> Execute report-> Environment-> Correspondence-> Request (By choosing correspondence type)-> Then display the report.
    Regard
    Amitava

  • Difference in Customer account statement and collections

    Kindly clarify my doubts about customer account steatement and Collections. basically whats the difference in the two and what are the standard T_codes for these two.
    thanks
    anya

    HI ANYA
    T-code:  F.27
    Definition
    An account statement and open item list are two types of correspondence. They differ with respect to the information they contain and the way it is displayed. Unlike an open item list, an account statement displays all items in a specified period along with the balance carried forward. The open item list merely displays the open items for a certain key date.
    Type of correspondence that your company sends to its customers.
    The system includes a SAPscript form that you can use for customer account statements for the Philippines, form F140_CUS_STAT_P1. You can modify this template to meet your company's requirements. To do so, from the SAP Easy Access screen, choose Tools ® Form printout ® SAPscript ® Form.
    Structure
    The following information is displayed in the template for the customer account statement:
    Account balance at the start of the selected period
    Open item list as of the key date, including the total
    It is sorted by transactions with or without special G/L indicators, currency, posting date, and document number.
    Account balance at the end of the selected period
    Cleared item list between selected key dates
    It is sorted by currency, posting date, and cleared item document number.
    Withholding tax list between selected key dates
    It is sorted by withholding tax type, posting date, and document number.
    Aging in 0, 30, 60, 90, and 120 days
    Integration
    You can print the customer account statement.
    Note the following restrictions regarding customer statements:
    You cannot create statements for one-time customers.
    In the case of customer head offices with local branches, customer statements contain the address of the head office and not that of the branch.
    The account statement can be created for your customers or vendors is an extract from the customer account which enables him to check the items there or is merely for information purposes. The account statement displays the balance carried forward, all items in the chosen period and the closing balance of the account.
    The open items list is a special form of account statement. It is also sent to the customer for verification or information purposes. Occasionally, the list is also used as a reminder letter. The open items up to the chosen key date are displayed in this list.
    Both letters contain the document number or reference document number, the document date, the document type, the currency and the amount for every item as well as the balance of the open items at the key date. The account statement may also contain the clearing document number. If branches were included in the letter of a head office, their addresses are listed at the end of the letter.
    The layout of the letter is determined via a form. Depending on the form used, the letter may also contain, for example, the days in arrears per item at the key date or other information. The form must be defined and stored in the system.
    Printing Customer Account Statements
    Use
    Printing of customer account statements is based on correspondence type SAPP3. Correspondence type SAPP3 is preconfigured to run the RFKORDP3 print program, which is delivered with report variant SAP&SAPP3. You can modify SAP&SAPP3 to meet your company's needs. For example, you can change the aging period and the number of the aging column.
    To modify or define a new report variant for the RFKORDP3 print program, in Customizing for Financial Accounting, choose Financial Accounting Global Settings -- Correspondence -- Assign Programs for Correspondence Types. Select correspondence type SAPP3 and choose Environment -- Maintain variants.
    Procedure
    Printing Individual Account Statements:
    Request correspondence type SAPP3 . To do so, from the SAP Easy Access screen, choose Accounting -- Financial Accounting --Accounts Receivable --Account -- Correspondence --Request.
    Issue the correspondence request by choosing Accounting -- Financial Accounting -- Accounts Receivable -- Periodic processing -- Print correspondence -- As per request.
    Print the customer account statement from the spool file by choosing System -- Own spool requests. Select your spool request and choose print.
    COLLECTIONS
    Collection is the settlement of receivables due, in particular, bills of exchange.
    Collection Account
    Definition
    A G/L account that the system uses to record checks receivable that you have presented to banks for collection. It denotes that a check has been sent to a bank and is awaiting clearing
    Reward if useful to u
    narendran vajravelu

  • Customer Receivable Statement

    Hi Friends:
    I am facing problems in customer receivable statement for a client of mine.
    We are currently using the Aging by sales documents to produce our
    customer statements as it produces the correct aging of customer
    details.
    But i feel that  the following functionalities or criteria are not available in producing the statements (which is available in most of the small end packages like tally, sage pastel etc)
    1.Payments entered in the current period should be displayed on the
    customer statement regardless of whether they have been allocated to
    current or prior period documents.
    2. All credit notes entered in the current period should be displayed
    on the customer statement.
    3. All invoices which have a credit note applied against the entire
    invoice amount should be displayed alongside the credit note.
    4. We would like to see only the current period's transactions with the
    opening balance consisting of the balances for the previous periods.
    5. Payments made in the current period related to previous periods must
    appear in the statement, the opening balance should be offset and the
    correct aging should be displayed.
    Kindly let me know whether there is a solution to this  any help is highly appreciated
    thanks in advance
    regards
    Manian

    Hi,
    Although you use SBO 2005A SP 01 PL 32, the problem seems unresolved too but you could try.I do not know id other cluster could solve. The solution could be addon or workaround by developing query report or using crystal report.
    Limitations that made your statement could not be solved, maybe caused by aging date and the collection of the documents that not fit to your business process.
    Rgds,

  • Customer Receivable Statement Problem

    I am facing problems in customer receivable statement for a client of mine.
    But i feel that the following functionalities or criteria are not available in producing the statements (which is available in most of the small end packages like tally, sage pastel etc)
    1.Payments entered in the current period should be displayed on the
    customer statement regardless of whether they have been allocated to
    current or prior period documents.
    2. All credit notes entered in the current period should be displayed
    on the customer statement.
    3. All invoices which have a credit note applied against the entire
    invoice amount should be displayed alongside the credit note.
    4. We would like to see only the current period's transactions with the
    opening balance consisting of the balances for the previous periods.
    5. Payments made in the current period related to previous periods must
    appear in the statement, the opening balance should be offset and the
    correct aging should be displayed.
    Kindly let me know whether there is a solution to this any help is highly appreciated
    thanks in advance
    Manian

    What field and from what table do you use for u201CDue Dateu201D?
    How about try this u201CBSID-ZFBDT + BSID-ZBDITu201D and see how it turns out.

  • How To trigger last page in sap script of customer account statement

    Hello all,
    I am working on customer account statement.
    It has it's own standard script(F140_CUS_STAT_02). But my client's requirement was completly diffrent,so i copied that to z script and made some changes like delete some window and some another window.
    Now on first page , i have following windows,
    1) Header
    2) address
    3) main
    4) Account
    5) Footer.
    Next Page having following windows,
    1) Header
    2) Main
    3) account
    4) footer
    Now i want to print account window on lsat page, so i put the condition nextpage = 0.
    and it is working fine , but as account window is physically present after Main window , so that much blak sapge is getting creted after main window on every page.
    To remove that blank space i am thinking of creting one more page and everytime i want display account window on that page.
    I have creted the last page also. but in my output it not detecting that last page.
    For First page - next page is next.
    For Next page - next page is next.
    for Last page- next page is last.
    Also i have added following code at last in  main window.
    /: NEXT-PAGE LAST.
    But i think i am placing this code at incorrect position in main window.
    I am not able to find out the correct podition to put the above code,but main window of that script conataing so namy text element, and that text element are getting handled from driver program based on some conditions.
    I have added my code in main window but not changed the original code.
    Plz let me know where to write /: NEXT-PAGE LAST. in main window.
    Or provide me some another solution to trigger thet last page in sap script.
    Regards,
    Anuja Dhondge

    Hi ,
    actually in account window i have used tha box command to print account statement.
    Previously i was printing this account statement in main window itself but without using bottom and end bottom command.
    So , as i made some changes or add some code in main window then lines of this account statement  were getting dismental.
    So my question is using bottom and end-bottom command this will happen or not????

  • Customer account statement has issue with dual currency.

    Hello Experts,
    As per your clients requirement we have modified the form for customer account statement for ETHIOPIA. 
    In the requirement we have asked to get the opening balance of the customer. For example we are running the report for the period 01.03.2010 to 31.05.2010. In this case client what us to display the balance up to 28.02.2010 as opening balance, where we are using the function module BAPI_AR_ACC_GETKEYDATEBALANCE to bring the opening balance.
    Know your issue is when we are doing this process the account ageing for opening balance is not getting displayed in the customer account statement. When we followed the standard functionally then it was working fine. But the issue comes when there is a dual currency for some of the customers where we are getting two accounts ageing for two different currencies. To void this we have taken the arrear field from FBL5N report as base so that we can have single account ageing, which was working fine. But in this process no account ageing is getting displayed for opening balance.
    Can someone help me on this issue?
    Thanks and Regards,
    Rajesh Kumar Mantri.

    Hi,
    Sorry we have done that and not successful in find the solution. Any other solution.
    Thanks and Regards,
    Rajesh Kumar Mantri.

  • Vendor & Customer balance confirmation

    As you know there is possible to use F.17 and F.18 for printing balance confirmation for vendors and customers.
    Is there existing any transaction and printout, which helps to print both information on one printout when customer and vendor are the same (has different numbers, but are linked in customization, cause they are the same company).

    I think you have misunderstood me. Usually, F.17 produces one printout which consist of header data, address data and balance information. F.18 produces similar output. If you will combine them in spool, you will receive following printing:
    customer header data
    customer address data
    customer balance data
    customer footer data
    vendor header data
    vendor address data
    vendor balance data
    vendor footer data.
    Because vendor and customer are the same company, this means that header data, address data and footer data are the same.
    Therefore we want to combine them into one, having following structure:
    header data
    address data
    result of summarizing customer balance  and vendor balance
    footer data

Maybe you are looking for