Aging AR / AP based on AR / AP account code

Dear All,
when running selection criteria either for customer receivable and vendor payable aging, is it possible to filter them based on their AP / AR G/L account code ? many of the customers have two AR G/L accounts code, e.g. in year 2006, the code is 12000-HQ. in year 2007, the code is 13000-HQ. meanwhile, there are still some unpaid invoices and any other transactions in the 12000-HQ G/L account code and need to be included in the customer receivable aging report. It is also needed to be reconcile. How to do that ? is it possible ? pls give advice. TIA
Rgd
Steve

Steve,
I did not understand what you meant by update ... set .... where ....= '..'
But you can try using the import transactions functionality to transfer the balances to this AR account.
Technically to be correct, you actually should Credit the Invoices from the Original AR Account and create new invoices from the New AR Account.
Suda

Similar Messages

  • Ageing analysis for vendor downpayment in gl account-reg

    want whether we can do ageing for the Special GL Down payment account straightaway,rather than doing the ageing via vendor account.
    Thanks and Regards,
    c.m.sathish kumar
    [email protected]

    Dear Mr. Murali,
    The main aim  is  to calculate the outstanding  amount  lying in the account and for how long.
    Thanks and Regards,
    c.m.sathish kumar

  • How to report with different time zone dynamically based on user's account?

    Hello
    I am wondering is there a way to change the report's date & time data based on user's locale setting in OBIEE?
    Let's say the user log in to OBIEE with eastern time zone setting. The data that's in the database is storing a transaction of $400 at 1am Pacific time.
    So when this user run a query which does something like 'select date, transaction, amount from date, transaction, sales where this = that', it should display the $400 amount done at 4am eastern time instead of 1am pst.
    What I have done is to have data stores in date dimension to be UTC time, and I have also changed the data type of the date column to be 'local time zone'. DB is Oracle DB 11G now.
    Now this query works perfectly well in the DB as long as I run the following commend first:
    Alter session set time zone = 'whatever my time zone'
    and then
    Select date, transaction from tables..
    The date displayed will automatically be converted into different time zone..
    Since everything is working nicely from Oracle DB level, I need to know how to make it work when OBIEE sends the same query down to the DB..
    I know that, probably I will have to enter the above alter session commend in the connection pool, however, I can't hardcode the time zone value.
    I also don't want to store user's time zone in the user table because these users travels a lot. So even if his table setting is EST, but at a given day he can be traveling to pst time zone and view reports.
    Is there a way to dynamically set the time zone based on user's account locale setting?
    Let me know if you guys have implemented something similar or not
    Thanks

    garuda wrote:
    Hello Sarvan
    I have already done that part at the DB level and it is working perfectly with alter session commend before the query.
    My question is, how do I configure OBIEE so that before each user runs a report from BI, the alter session commend will be fired with each user's personal locale time zone setting passed through so that each user will be able to view data according to their different time zone?did you tried with Connection scripts(Execute On connect) in Connection pool.write ur Alter commend to Change Time Zone in this script box.

  • Need age in years based on his/her next birth day.

    Hi,
    I need to Print age in years based on his/her next birth day.
    SELECT TO_CHAR(TRUNC(MONTHS_BETWEEN((SYSDATE ), P.birth_date)/12)) A from employee I used the above code but I get the age with reference to the sysdate only. But what I require is the age based on next birthday.
    For ex: Birth day: 24FEB2000
    Then my expected output is 10.
    If my birthday would have been 24DEC2000, then I would expect a result of '9', please help me with a function or a simple sql statement to code this.
    Thank You

    Maybe something like:
    SQL> SELECT sysdate FROM Dual
      2  /
    SYSDATE
    17-JUN-09
    1 row selected.
    SQL> WITH test_tab AS
      2       (SELECT TO_DATE ('24FEB2000', 'DDMONYYYY') birth_date
      3          FROM DUAL
      4        UNION ALL
      5        SELECT TO_DATE ('24JUL2000', 'DDMONYYYY') birth_date
      6          FROM DUAL
      7        UNION ALL
      8        SELECT TO_DATE ('17JUN2000', 'DDMONYYYY') birth_date
      9          FROM DUAL)
    10  SELECT birth_date,
    11         CASE
    12            WHEN SIGN (  TO_DATE (   TO_CHAR (birth_date, 'DDMON')
    13                                  || TO_CHAR (SYSDATE, 'YYYY'),
    14                                  'DDMONYYYY'
    15                                 )
    16                       - TRUNC (SYSDATE)
    17                      ) <> 0
    18               THEN TRUNC (MONTHS_BETWEEN (TRUNC (SYSDATE), birth_date) / 12)
    19                    + 1
    20            ELSE TRUNC (MONTHS_BETWEEN ((SYSDATE), birth_date) / 12)
    21         END age
    22    FROM test_tab
    23  /
    BIRTH_DAT        AGE
    24-FEB-00         10
    24-JUL-00          9
    17-JUN-00          9
    3 rows selected.
    SQL> Hmm... Sean's Query is better....
    Regards,
    Jo

  • Can 'Region' field gets defaulted based on owner of account?

    Hi
    Can 'Region' field in Account sales information gets defaulted based on owner of account?
    Owner belongs to 'West' region then account should get defaulted with same region.
    I have defined 'West' as territory for this owner.
    Do anybody has expression available for making field default ?
    Thanks
    Santosh

    Mahesh,
    Read-only is an option, but only if you never want users to change the values. If your users always work in the same Div, Region, and Sub-Region, then it would be reasonable to lock it so they don't feel like they have to update it. If,however, you have users that work in more than one sub-region, and they need to update it, then you wouldn't make it read-only.
    As far as workflow is concerned, you would need it to update the values when the ownership changes, if that is a requirement. If you choose not to update it, then it might not reflect the correct values for the new owner. Your decision on whether or not to implement the workflow would be based on whether or not your business rules require it. Most of the time, customers want the data to reflect the correct values for the current owner, but not always, so check with your customers and let the requirements drive the decision.
    Good Luck,
    Thom

  • Account code (gl_code_combinations) for tax based on the item code

    I would like to have invoice created (ra_customer_trx_all rcta, ra_customer_trx_lines_all) with the account code (gl_code_combinations) for tax depends on the item code (one of the segment in mtl_system_items).
    example: we have 5 segments in item code
    item A: 01-01-AAA-0001-01
    item B: 01-01-BBB-0002-01
    and when we do auto invoice(for sales order), system will create
    TAX account code for item A: xx.xx.xxxxx.xxxxx.101.xx (for item with 3rd segment=AAA)
    TAX account code for item B: xx.xx.xxxxx.xxxxx.303.xx (for item with 3rd segment=BBB)
    can anyone give me some guides to set this up?
    thanks.

    use autoaccounting

  • Need a fms query on G/L account code for the AP Screen

    Hi SAP B1 Experts,
    Could somebody suggest a simple query I could run on the G/L account code field to select a particular account code when using a particular BP code.
    So for example I would like the user to be able to choose just 2/3 accounts instead of the mass list you get based on the BP partner he is looking at.
    Do I need to add a UDF field into the BP for the particular Account Code I want associated with him?
    Any suggestions would be appreicated as I want to cut down the time on search the g/l code list as it is quite long
    regards
    Paul

    Hi Rahul,
    I think I follow the below overall however I have setup the UDT and created the UDF's BP CODE and ACCOUNT as you suggested.
    How do you associate the BP Code with the Account Number in the Table?
    So for my example:
    I will setup a Supplier Code and two account codes with it.
    BP Code: S1234   Account 1234567
            S1234   Account 1234567
    I have tried setting up default values but they don't appear to work. I must be doing something wrong as nothing appear when I query the table. Have I missed a step here?
    Once the table is right I assume I then use the FMS Query below to look at the table based on my UDT vs the OPCH.Cardcode Field?
    If I can get the table right I think I follow your example from there
    thank you both for a quick response

  • Invalid Account Code error when posting AP Credit Note

    Dear Experts,
    I hit this error message when posting an AP Credit Note based entirely on an existing AP Invoice (nothing was changed in the credit note).
    Invalid Account Code [Message 173-9]
    I have found 2 notes, but I dont think they're relevant
    [Note 1311905|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001311905]
    [Note 1286288|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001286288]
    Please help!
    Warmest Regards,
    Chinho

    Dear All,
    I found the solution!
    In my AP Invoice, there was a Rounding amount, but when I copied over to AP Credit Note, the system unusually set the Rounding amount as $0.00 and copies the Rounding amount to the Discount field instead.
    **The "Invalid Account Code" error happened because I did not set GL account determination for discounts scenario.
    So what I did was I cleared the Discount field in the Credit Note, and enter the rounding figure into the Rounding field again. Then, the AP Credit Note was able to go in Successfully!
    Thanks guys.
    Warmest Regards,
    Chinho

  • Mapping EBS account codes to Group Account Numbers - Customization

    Hi,
    I want to map the account codes that are present in the Oracle EBS to BI Mappings.
    I am aware of the changes to be made to the following three files:
    ■ file_group_acct_names.csv - this file specifies the group account names and their corresponding group account codes.
    ■ file_group_acct_codes_ora.csv - this file maps General Ledger accounts to group account codes.
    ■ file_grpact_fsmt.csv - this file maps Financial Statement Item Codes to group account codes.
    The overview of my case is as flows:
    The client requires the general accounts to be clubbed into different sub-groups based on their reporting practices. This would lead to generation of around 60-70 odd group account numbers. My queries are as follows:
    1.There are cases where accounts belonging to a single parent account needs to be bifurcated into two different group account numbers. In that case, to which group account number should the parent account be classified?
    2.Can we go about modifying the existing group account numbers and adding new group account numbers as long as we are able to categorize them in the existing 6 financial statement buckets?
    3.What are the changes needed to be done in the RPD file to reflect the changes made to the group account numbers? Any documentation highlighting the same would be highly helpful.
    Thanks,
    Regards,
    Rajit

    Hi Krishna,
    I have the same required as yours.
    I implemented the note 914437.
    I noticed two peculiar cases from the standard mapping i.e. (standard BP Role sold to party)
    1) In BP transaction, in Display in BP Role drop down list box there is no custom BP Role as shown above but if I select the detail Icon I can find it there as shown in below screen shot.
    2) I found in Tx BP there is only one BP Role as shown above but in CRM Web UI there are two BP Roles in the ROLEs assignment block.
    Could you please add your comments or solution for it.
    Thanks,
    Raja

  • Formating account codes

    Hi,
    I am filling a combo box with valid values that include the account codes from the chart of accounts table (OACT).  The FormatCode is the field I am showing but it is not formatted in the table.  I would like to format it based on the account segment separator in table OADM and the segmentation specifications in table OASG.  Before I take the trouble to write the code to do this, I was wondering if SAP B1 had an object that formats the account code for you given the specifications in these two tables.
    The Chart of Accounts object doesn't have a method for this.
    Thanks,
    Mike

    Hi Mike,
    The following query should give you the full account, properly segmented:
    select
         Segment_0 + isnull( '-' + Segment_1, '') + isnull('-' + Segment_2, '')
         + isnull( '-' + Segment_3, '') + isnull('-' + Segment_4, '')
         + isnull( '-' + Segment_5, '') + isnull('-' + Segment_6, '')
         + isnull( '-' + Segment_7, '') + isnull('-' + Segment_8, '')
         + isnull( '-' + Segment_9, '')
         as Account
    from
         OACT
    Would that work for you?
    Kind Regards,
    Owen

  • Practical need of G/L Account Code in SAP B1

    Hi All,
    Is there any way to avoid the G/L Account Code in SAP B1?
    Is there any practical need of the G/L Account Codes when the Account Name itself is sufficient and unique in an organization?
    Thanx and Regards

    >> Have u used any time the popular accounting application named "Tally".... one of its popular functionality is "CODE-LESS ACCOUNTING"...
    >> if a user gets a account just by typing a few characters of the beginning of the account name then where's the utility of the G/L account codes?
    >> and to maintain the uniqueness and indexing in database level - the the tables may have several keys hidden to the users.
    If you/ user do not want to create journal entry by using G/L account code:
    Option 1: open form settings of journal entry/ corresponding document and uncheck visible for the G/L acct.
    Option 2: instead of using numbers(digits) for G/L acct code, use descriptive text itself as G/L acct code. This is not recommended practice. But, it is upto your implementation practive/ customer requirement. To do this, you either have to edit existing chart of accounts / create new coa.
    Hope these options will help you to resolve your query.
    Regards
    Satish

  • AP Service Invoice G/L Account Code

    Dear All
    I want ot generate the report in XL Reporter which contain
    Doc. No. / Doc. Date / BP Name / GL Account Code / Doc.Total
    This information is required from
    AP Purchase - Invoice type Service
    But I can't able to pick the proper GL Account code which I select in the invoice.
    Please hurry
    Regards

    Dear Suda
    Thanks for your reply.
    But I want to pick the G/L Account Code in XL Reporter.
    Regards
    Rajesh

  • Create a Crystal report to display the sum of G/L account code within a specific period

    Hi,
    Just wonder is it possible to create a crystal report to display the total of a G/L account code within a specific period?
    How to write the query to get the sum within a specific period?
    For example:
    Period: 2014-06-01-2014-06-10
    Account code A: USD "TOTAL"
    Account code B: USD "TOTAL"
    Thanks

    Hi Olga,
    Please check below Query.
    SELECT T1.[Account], T1.[ShortName], SUM (T1.[Debit]) as Debit, SUM (T1.[Credit]) As Credit, SUM (T1.[FCDebit]) As FCDebit, SUM (T1.[FCCredit]) As FCCredit, SUM (T1.[SYSDeb]) As SysDebit , SUM (T1.[SYSCred]) As SysCredit  FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.[TransId] = T1.[TransId] WHERE T1.[RefDate] >=[%3]  AND   T1.[RefDate] <=[%4]
    Hope this Help
    Regards::::
    Atul Chakraborty

  • Purchase ledger and General Ledger account codes

    I am looking for information about how Oracle Financials works in respect of "codes" if that is what they are called within the Module. I am an accountant as well as a developer, and I have equivalent information about a number of other accounting packages. Readers may need to translate some of my terminology into Oracle equivalent language.
    1. My expectation is that the purchase ledger transaction table has some sort of a "purchase ledger account code" column that is used for joins to the purchase ledger master table. If that is so, what sort of values are in that column or its equivalent? Are they values that are codes or original codes? Put another way, what sort of values are there in whatever column is used for joins to the master table?
    2. I have equivalent expectations in respect of the General ledger. What sorts of values are in whatever transaction table column is used for joins to the general ledger master table? Are these general ledger account codes?
    My interest is in how the applications process change, such as a change in the name of a supplier or the inclusion of a general ledger account where there does not seem to be space for one in the chart of accounts. My next enquiries will depend on the answers to these ones.

    Use SAP online library
    In any SAP screen:  Help > Application help

  • Difference in Account Code combination at Transaction and Accounting entry

    Hi All,
    We are working on Subledger Modifications (SLA) for a Client in order to meet few key business scenarios... Even though we were able to achieve the desired outcome through SLA, client is not pleased about the fact, there exists two different account code combinations for a transaction i.e.
    1) The account code combination that is defaulted or entered in the transaction
    2) The account code combination that is used for creating the accounting entry considering the modifications done at SLA.
    There is a difference between the above two, due to modifications carried out in SLA. 
    Since the scope of SLA is limited only to make changes at the Accounting entry level, such variations would exist, however client is not comfortable with such an approach.
    We are performing the SLA changes for three modules:  1) Cost Management 2) Accounts Receivables and 3) Accounts Payables
    If someone has worked on such similar situation in your previous assignments, perhaps you can share how the same was addressed.
    (Such as any customizations, Workarounds, irrefutable justifications etc ..)
    Thanks and Regards,
    Karthikeyan

    Hi,
    Check is there any restrictions are there . the data must be displayes if the data is there in infocube.
    Regards
    sivaraju

Maybe you are looking for

  • How to legally buy US TV show to send to student overseas?

    This is your oddball question for the day. I am in the USA. My daughter attends an international program at a university in far northern Germany, and it's master's thesis time. The prof assigns the thesis topics to the students. They have no choice o

  • Broken document feeder on LaserJet Pro 200 Color MFP M276

    I love this LaserJet Pro 200 Color MFP M276 printer. A few weeks ago, it fell onto the floor from a low platform. The top part with the automatic document feeder became completely separated from the rest of the unit. A few small pieces of plastic tha

  • DCR internal error in communication channel

    I have reported this error before...and have a TAC case open for it...but have found a workaround that I wanted to share that might shed some light on the issue. The URL of Common Services > Device Management when I get the error contains the FQDN. I

  • Odd compiler behavior with annotations

    Hi all, I apologize if this is the wrong forum, but the JDev code editor behavior is a significant part of this. I have an annotation type, TestParameters. If I write the following line: TestParameters params = (TestParameters) someClass.getAnnotatio

  • 'yyyy' for years prevailed....

    Hi , I have a generic question about date formats or just year format.... I know before the coming of the year 2000 , to solve the millenium bug, Oracle 'invented' the general format 'rrrr' for years or 'dd/mm/rrrr' for date format...which replaced t