Adding a filed to Aging - 7 Buckets  - By Account Report

Hi,
I have a requirement to add a filed to standard Adding a filed to Aging - 7 Buckets - By Account Report.
I am fetching the new filed value in a formulae column,This column value i want to add to the layout to dispay that values on the report.
Is there any trick to identify from which layout the output is being dispalyed on the output file.
I am running the report with parameters
1 Operating Unit
2 SOB name
3 Currency
4 Bucket Name
5 risk option "Age"
I am getting the
the output format is
Accouting Flexfield: 61.000.000.111100.0000.0000.0000
Customer# Customer Name Outstanding Amount
1-53YHQ1 XXXXCUSTOMER NAME 23,255.82
AANA-GYNWC YYYYYCUSTOMER NAME 206,072.97
Now i want to add one filed after Customer # .
Could anyone please give some suggestion from which group/layout the above output is coming.
If so i will try to add the field to that group and i will try to display the values.
Thanks,
Malla
Edited by: user4254752 on May 18, 2009 11:43 AM
Edited by: user4254752 on May 18, 2009 11:43 AM
Edited by: user4254752 on May 18, 2009 11:44 AM

You are going to have to do this as a custom report. This is not one of those report exchange reports where you can change the format of the report on the fly.
John Dickey

Similar Messages

  • Aging - 7 Buckets - By Account Report

    Hi All,
    I need sql script to get the same output of Oracle Standard Report 'Aging - 7 Buckets - By Account Report' as i am gone through the data model but the query is written in Dynamically and using Dual table.
    Can anyone tell me how to write the sql script for this Oracle standard report.
    Regards,
    Sushant

    Hi,
    Oracle Standard Report 'Aging - 7 Buckets Report' giving output of Customer Name and Customer Number with Outstanding Amount of aging between 7 bucket(0-30 days, 31-45 days, 46-60 days, 61-90 days, 91-120 days, 121-150 days, 151-99999 days)
    As i an able to get the aging colum by below query.
    select a.*, b.*
    from AR_AGING_BUCKETS a,
    AR_AGING_BUCKET_LINES b
    where a.aging_bucket_id=b.AGING_BUCKET_ID
    and a.AGING_BUCKET_ID=1003
    but how to relate the customer name ,customer no (RA_CUSTOMER table) and outstanding amount with this aging bucket table.
    so i need to develop a report customer wise aging 7 bucket and their outstanding amount.
    Please give me idea how to proceed .
    if you need more information please update the forums.
    Regards,
    Sushant
    Edited by: user605933 on Jun 11, 2009 9:17 AM

  • Ageing 7 Buckets - By Account Report - Unapplied Receipts Register

    Hi Guys,
    I am not a disco professional, just wanted to know if i want the following reports (Ageing 7 Buckets - By Account Report - Unapplied Receipts Register) to run from disco how do i achive this ?
    Thanks
    Bal

    Hi Bal
    Does the report exist? If so you need to share it with a user that you have access to then log in as that user and run it.
    If the report does not exist you will need to create it.
    If you're asking whether Discoverer can create an aging report with buckets the answer is yes and the trick is to master the CASE statement. This might help:
    CASE WHEN days_late < 8 THEN 'Within 1 week'
    WHEN days_late < 15 THEN 'More than 1 but less than 2 weeks'
    WHEN days_late < 22 THEN 'More than 2 but less than 3 weeks'
    .... and do on until .....
    WHEN days_late < 91 THEN 'some suitable bucket'
    ELSE 'More than 90 days'
    END
    As you create the CASE statement the set of values remaining is decreased by that statement just processed. So for example if you start out by looking for anything less than 8 then once those have been determined there will be no more values in the set. Thus next we look for anything less than 15, and so on.
    If you want to work the other way, from the top down you need to use the greater than symbol like this:
    CASE WHEN days_late > 89 THEN 'More than 90 days'
    WHEN days_late > 59 THEN 'More than 60 days'
    .... and do on until .....
    WHEN days_late > 7 THEN 'More than 7 days'
    ELSE 'Within 1 week'
    END
    Best wishes
    Michael

  • Aging - 7 Bucket - By Collector Report

    Hi ,
    Can anyone help me how to create Standard Report 6i (Aging - 7 Bucket - By Collector Report) in Discoverer 10g.
    Regards,
    Sushant

    Can i know the field which is generating the above value that containing the report name.Open the report in Report Builder and look at the source code.

  • Aging 7 Buckets - By Collector Report does not take RTF template

    Hi All.
    There is standard Receivables Report (Aging 7 Buckets - By Collector Report).
    We needed to have output of this report in nice pdf format. we created a RTF template using XML publsher 10.1.3.2.
    When we run the report from applications, It does not produce ouput (not taking RTF template during runtime)...completes with Warning message.
    I checked concurrent program settings , Everything looks good, output format set to XML.
    Can you please let me know anyone ever ran into this issue ? This is very urgent.
    Thanks in Advance.

    You need to use XML Publisher Administrator responsibility to define Data Definition and Report Output templates. Unless this is completed, the conc pgm will not pick up the template.
    Srini

  • AR Aging 7 Bucket Summary Report Outstanding Amount Query

    Hi All,
    Please help me on below query,
    I want to do a report based on AR Customer Outstanding Balance/Amount and it should tally with AR Aging 7 Bucket Summary Report Outstanding Amount.
    7 Bucket Report used Parameters - (1000, 2025, ARXAGS, 50308, , Customer, C, B, 2013/03/19 00:00:00, Collections, SUMMARY, , , , , , , , , , , , NONE).
    I tried my maximum, But some customers are tallying and some are not.
    Please help me to write the query, to find the Customer Outstanding Balance which is tallying with Aging 7 Bucket Summary Report Outstanding Amount.
    Thanks

    A UNION needs to have the same data types and number of columns in all of the SELECT statements. You added to the top half of the select, but not the bottom half. In your case it looks like there is a package generating dynamic SQL for the bottom half of the UNION. This code must be defined by a package:
    &common_query_invYou will need to track down the package and see if you can determine what it is doing. Looks like you may have to copy this report if it is seeded, because you are not going to want to modify the seeded Oracle package.

  • Aging 7 Buckets Report ARXAGMW  error REP-1212 Object Body is not enclosed

    Hi
    I am customising standard AR Aging 7 buckets report by account(ARXAGMW).
    I just need to add 2 fields,That i have added successfully.
    But the report output format is not printing properly.
    I mean if there are 4 columns custname,custno,endcustname,endcustno.
    it is printing the output as
    custname custno endcustname endcustno
    abc communications inc 1234 abc communicatio 1234
    xyz communications inc 5678 pqr communicatio 9657
    but i want to print with full name(endcustname) as how it is printing for custname.
    So itried to increase the report width to 300 and try to run the report,but i am getting the error.
    I tried with standard report also by increasing the width but same error.
    Could anyone please tell me when we increase report width what else i should change.
    The error is
    REP-1212: Object 'Body' is not fully enclosed by its enclosing object 'P_REPORTING_ENTITY_NAME'.
    Thanks,
    Malla

    Hi,
    "Not allowing" means? Do you get any error?
    Is this the same style used by this concurrent program? I assume that the report type is text.
    If the report type is bitmap, size the page size in the "Execution Options" field as "PAGESIZE= <width>x<height>" and submit the report again.
    Note: 297522.1 - How to investigate printing issues and work towards its resolution ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=297522.1
    Regards,
    Hussein

  • Customizing AR Invoice Aging 4 buckets Report

    Hi,
    I have a need to customize Invoice Aging 4 bucket report. Output type has to be XML (which is taken care of)
    The main difficulty I'm facing is adding 3 extra columns. Customer type, Property Number and Company.
    I have modified the G_C query accordingly but when I run the report, it says no data found.
    Can anyone help me with this?
    Thanks ahead !

    Hi All,
    I was able to customize. We have to specify different aging_type present in ar_aging_buckets table so that we will be able to get the required periods.
    Thanks and Regards,
    Mahesh

  • How to change AR aging 4-bucket report to 7-bucket

    hi 2 all
    how to change AR aging 4-bucket report to 7-bucket  in oracle apps r12 . in AR module 7 bucket report also exist but it include all collection (applied & unapplied) my requirement is that aging create on applied collection just like 4 bucket. thanks
    Regards ,
    Zulqarnain.

    the planning book transport as mentioned by Ian will get your time bucket profiles   to production
    ....along with macros
    Producton systems are usually closed to make planning book changes (the system would be locked - its not an authorization issue)
    its better to transport the planning book with the correct time bucket profile
    P,S: there is a quick and dirty way to make the change you want though without going though the transport...  but if you can transport... do that

  • Aging - 7 Buckets Report needs to display by Calendar month not by days

    The requirement is to display the Aging - 7 Buckets Report display by calendar month not by days. So is it suggestible to customize it or write a new custom report?
    Please let me know if you have any solution on how to do it? i appreciate your help and time.
    EX:If this is OCT and the report is run during this month
    OCT-10 SEP-10 AGU-10 JUL-10 JUN-10 MAY-10 APR-10
    Customer Amount Current Past Due Past Due Past Due Past Due Past Due Past Due

    Hi
    Could you please let me know if you were able to achieve Aging by bucket months?
    Can we create aging bucket that is monthly and not on the basis of days?
    Regards
    Divya

  • SQL for AR Aging 7 Buckets Report

    Hi,
    I am currently working on producing a query to produce the same results as the Aging 7 Buckets report in the AR module of Oracle Enterprise Suite.
    I have take the code from the Oracle report and produced my query but it is slightly out.
    Has anyone come across this before??
    Rgds,
    Al

    I had a couple of reasons to rewrite the Aging 7 Buckets Report. First of all it just looked like a mess, especially to me who is still fairly new to Reports. We had rows labeled as type Paym that would show up even if they were not selected in the report parameters. The last reason I forget, but I know I had one at the time. I think it may of had something to do with the functionality of the date parameter.

  • Adding multiple e-mail alias addresses to an account

    Can someone please tell me how to add another e-mail address to my Mail account. I have tried using info from the Mail Help file, both "adding another account" and "adding multiple e-mail alias addresses to an account". Each time when I try to send a test message to or from the added e-mail address, I get the same message: "Cannot send message using the server mail.bellsouth.net. Use the Pop-up menu below to try a different outgoing mail server". The only pop-up is smtp .Mac.
    I have tried both methods shown in the HELP file and get the same message. I would really appreciate your help.

    Are you trying to add a second email account to Mail, or just add a second "(apparently) from" address to an existing account?
    If the former, we need to know some more detail, like:
    (1) who is the existing account, .mac or bellsouth?
    (2) Which are you trying to add, .mac or bellsouth?
    (3) I assume your ISP is Bell South?
    (4) What are the names of the smtp servers and what are their respective smtp server port numbers?
    (5) Are either of them using SSL on the smtp server?
    (6) I don't remember whether Tiger Mail has it or not, but in Leopard Mail, on the menu bar under "Window" there is a selection "Connection Doctor." If applicable to Tiger Mail, what does it say about your connections?
    (7) Which account can you send mail through and which one can't you send mail through?
    (8) Are your receiving mail okay through either or both accounts? Which one(s)?
    Now if you are trying to add a second "(apparently) from" address to an existing account, in Mail Prefs > Accounts > mail account > Email Address, just add a second email address separated by a comma like so:
       [email protected], [email protected] 
    You could have an issue with bellsouth or .mac requiring the domain name in the apparently from email address to match the domain name of the smtp mail server.

  • Ageing wise vendor  and customer report

    hi....
    Where i can get ageing wise vendor  and customer report?
    Thanks & Regards
    Rekha shrama

    Hello
    First configure credit management & customise.
    A/R Summary
    Degree of ageing
    You can set the allowed degree of ageing in Customizing for Sales, under Basic Functions ® Credit Management/Risk Management ® Credit Management ® Define Automatic Credit Control.
    Under Checks in financial accounting/ old A/R summary, you can enter the permitted degree of ageing for the A/R summary, in the fíelds Permitted days and Permitted hours. Here, you can define how old the A/R summary can be, in order to be called up for a check. If the permitted degree of ageing for the A/R summary is exceeded in the credit check, then the document is blocked.
    Fields allowed days and allowed hours are only available for entry if you have entered an X in field Read A/R Summary in Customizing. The path is: Accounts Receivable and Accounts ® Credit Management ® Credit Control Account ® Make basic settings for credit management.
    Updating
    The A/R summary is either sent periodically (with the help of the report RFCMCRCV) from central Financial Accounting to the decentralized Sales and Distribution units according to ALE distribution model or, if an obsolete A/R summary is presented, updated for the credit check by the system per remote function.
    In order that the system is burdened as little as possible, SAP recommends you stick to the following order:
    Program run: Incoming payments in central FI
    Program run: Distribution A/R summary from central FI to decentralized Sales and Distribution units
    Program run: Renewed credit check for blocked sales documents in decentralized Sales and Distribution units
    Status Management for Obsolete A/R Summary
    If the A/R summary is obsolete, the credit status Credit data obsolete is set. This means that the document is blocked, and appears in the credit representativeu2019s worklist. In Customizing for Sales, in the section Automatic Credit Control, for the single, aforementioned checks, for which FI data is necessary, you can define whether a warning appears in the obsolete data, or whether a status is set.
    If you are working with the A/R summary, and would like to re-process obsolete data, it is recommended that you set a status.
    Reg
    suresh

  • Sql Server 2008 Reporting Security issue ( added name to Server, some how cannot acces the report ) getting error message

    have added name to Sql server , users cannot access the report, getting error message ,
    I have give all the permission to this users, so why this users still cannot look at the report,
    and getting error message,
    An error has occurred during report processing.
    cannot create a connection to data source Ax live
    for more information about this error navigate to the report server on the local server machine or enable remote errors.
    can some please help me what this message means,
    I really appreciate it
    thanks In advance

    If "Credentials supplied by the user running the report" is selected, when the report is run, the user will be prompted to provide credentials.  They would need to provide credentials that have the appropriate permissions (e.g., read, execute) to the
    database.  This prevents the double hop.
    If "Credentials stored securely in the report server" is selected, you have to enter the username and password of a user (or service account) that has the appropriate permissions (e.g., read, execute) to the database. When the report is run, SSRS will use
    these stored credentials each time to authenticate to the database engine and query the data.  Users running the report are not prompted to provide credentials.  With this option you can use an Active Directory or SQL Server account.
    In order to access/run the report, a user will need to authenticate to SSRS.  There are options here as well. You can provide them the link to the report manager and they can authenticate, navigate to, and run the report.  You can also provide
    direct links to reports that users click in a document or application.  At this point the user is typically still prompted to authenticate to SSRS.  You can also programmatically call the report using API's and essentially build a proxy that authenticates
    to SSRS and open the report.
    Not sure if that answers your question.

  • Fault bucket -Windows Error reporting

    Fault bucket 3981204210, type 5
    What does type 5 signify?
    TIA, Gerry

    Hi,
    I found this WIKI
    Event ID 1001: Windows Error Reporting, from this article I see a sentence:
    The bucket table (that is,
    the Fault bucket type) for phony error bucket numbers is 5.
    The article above also gives an explanation for type 1 to 4:
    1:Crash32 buckets
    2: Setup buckets
    3: Crash64 buckets
    4: Generic reports
    Hope this might help
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for

  • More text options in Print Module

    It's frustrating to be able to do just about everything in LR - but not quite.  I'd like more text options for the printing module.  For example, when I'm printing a limited edition print, I put the edition number in the bottom left corner, under the

  • How to call a Java class from another java class ??

    Hi ..... can somebody plz tell me How to call a Java Class from another Java Class assuming both in the same Package?? I want to call the entire Java Class  (not any specific method only........I want all the functionalities of that class) Please pro

  • In HR-ABAP?

    Hi experts, I am doing a report in HR-ABAP.As I am new to this field I want some help from your's.the rport is abt I need to get pernr,complete name(CNAME),basic pay(betgr),Gross pay(SUMBB) using structures p0000,p0001,p0002,p0008 and table pa0000,pa

  • Sun Java Studio Enterprise 8.1

    I have an application developed with Forte For Java. Since Forte for java is no longer supported by Sun, I'd like to create a new project with Sun Java Studio Enterprise and migrate the existing java files into the new project so that I can debug and

  • NOKIA 303: gmail sender name setting?

    Hello everybody! Just bought the new asha 303. I use primarily gmail on the device and I'm not able from the pre-installed nokia e-mail application to send an e-mail with my name as the sender of a message instead of the e-mail address. Only from the