Financial Statement (FS) report cat not be completed

Hi,
I am running a month-end FS on EBS R12 but it is running very long time and can not
be completed. How do I resolve or tune this program?
I issue a TOP command in my Linux OS and I see this process which eats
all the CPU (100%), How do I know if this process is the the FS program being run (inside the database)?
PID USER PR NI %CPU TIME+ %MEM VIRT RES SHR S COMMAND
9763 oracle 25 0 100 7:35.75 3.6 1121m 146m 142m R oracle
Thanks

I run the commands recommended by metalink...
select ss.sid,se.command,ss.value CPU ,se.username,se.program
from v$sesstat ss, v$session se
where ss.statistic# in
(select statistic#
from v$statname
where name = 'CPU used by this session')
and se.sid=ss.sid
and ss.sid>6
order by ss.sid
For the values of command please look at the definition of V$session in the reference manual.
To find out what sql the problem session(s) are executing, run the following query:
select s.sid, event, wait_time, w.seq#, q.sql_text
from v$session_wait w, v$session s, v$process p, v$sqlarea q
where s.paddr=p.addr and
s.sid=&p and
s.sql_address=q.address;
And I got this processes common SID:
SID EVENT WAIT_TIME SEQ# SQL_TEXT
350 SQL*Net message to client -1 173 select distinct SLJEH.ledger
350 SQL*Net message from client 0 222 select distinct SLJEH.ledger
350 SQL*Net message from client 0 8 select distinct SLJEH.ledger
350 SQL*Net message from client 0 1224 select distinct SLJEH.ledger
350 SQL*Net message from client 0 8 select distinct SLJEH.ledger
350 SQL*Net message from client 0 296 select distinct SLJEH.ledger
350 SQL*Net message from client 0 174 select distinct SLJEH.ledger
350 SQL*Net message from client 0 119 select distinct SLJEH.ledger
350 SQL*Net message from client -1 1052 select distinct SLJEH.ledger
350 SQL*Net message from client -1 552 select distinct SLJEH.ledger
350 SQL*Net message from client 0 10 select distinct SLJEH.ledger
350 SQL*Net message from client 0 708 select distinct SLJEH.ledger
350 SQL*Net message from client 0 3040 select distinct SLJEH.ledger
350 SQL*Net message from client 0 16 select distinct SLJEH.ledger
350 SQL*Net message from client 0 276 select distinct SLJEH.ledger
350 SQL*Net message from client 0 44 select distinct SLJEH.ledger
350 SQL*Net message from client 0 62 select distinct SLJEH.ledger
350 enq: TX - row lock contention 0 614 select distinct SLJEH.ledger
350 SQL*Net message from client 0 34 select distinct SLJEH.ledger
350 SQL*Net message from client 0 235 select distinct SLJEH.ledger
350 SQL*Net message from client 0 44 select distinct SLJEH.ledger
350 Streams AQ: waiting for messages in the queue 0 463 select distinct SLJEH.le
350 Streams AQ: waiting for messages in the queue 0 1492 select distinct SLJEH.le
350 SQL*Net message from client 0 316 select distinct SLJEH.ledger
350 SQL*Net message from client 0 1322 select distinct SLJEH.ledger
350 SQL*Net message to client -1 967 select distinct SLJEH.ledger
350 SQL*Net message from client 0 464 select distinct SLJEH.ledger
350 SQL*Net message from client -1 548 select distinct SLJEH.ledger
350 SQL*Net message from client 0 636 select distinct SLJEH.ledger
350 SQL*Net message from client 0 4 select distinct SLJEH.ledger
350 pipe get 0 359 select distinct SLJEH.ledger
350 pipe get 0 477 select distinct SLJEH.ledger
350 SQL*Net message from client 0 2376 select distinct SLJEH.ledger
350 SQL*Net message from client 0 229 select distinct SLJEH.ledger
350 SQL*Net message from client 0 336 select distinct SLJEH.ledger
350 SQL*Net message from client 0 363 select distinct SLJEH.ledger
350 SQL*Net message from client 0 358 select distinct SLJEH.ledger
350 SQL*Net message from client 0 752 select distinct SLJEH.ledger
350 SQL*Net message from client 0 205 select distinct SLJEH.ledger
350 enq: TX - row lock contention 0 1320 select distinct SLJEH.ledger
350 SQL*Net message from client 0 388 select distinct SLJEH.ledger
350 SQL*Net message from client 0 40 select distinct SLJEH.ledger
350 pipe get 0 337 select distinct SLJEH.ledger
350 SQL*Net message from client 0 6879 select distinct SLJEH.ledger
350 SQL*Net message from client 0 246 select distinct SLJEH.ledger
350 SQL*Net message from client 0 64 select distinct SLJEH.ledger
350 SQL*Net message from client 0 137 select distinct SLJEH.ledger
350 SQL*Net message from client 0 2023 select distinct SLJEH.ledger
350 SQL*Net message from client 0 484 select distinct SLJEH.ledger
350 SQL*Net message from client 0 295 select distinct SLJEH.ledger
350 SQL*Net message from client 0 254 select distinct SLJEH.ledger
350 Streams AQ: waiting for time management or cleanup tasks 0 2 select distinct SLJEH
350 Streams AQ: qmn coordinator idle wait 0 7 select distinct SLJEH.ledger
350 rdbms ipc message 0 705 select distinct SLJEH.ledger
350 rdbms ipc message 0 127 select distinct SLJEH.ledger
350 Streams AQ: qmn slave idle wait 0 2 select distinct SLJEH.ledger
350 SQL*Net message from client 0 4306 select distinct SLJEH.ledger
350 rdbms ipc message 0 5 select distinct SLJEH.ledger
350 rdbms ipc message 0 444 select distinct SLJEH.ledger
350 rdbms ipc message 0 25 select distinct SLJEH.ledger
350 rdbms ipc message 0 6 select distinct SLJEH.ledger
350 smon timer 0 11263 select distinct SLJEH.ledger
350 rdbms ipc message 0 1473 select distinct SLJEH.ledger
350 rdbms ipc message 0 1832 select distinct SLJEH.ledger
350 rdbms ipc message 0 183 select distinct SLJEH.ledger
350 rdbms ipc message 0 7 select distinct SLJEH.ledger
350 rdbms ipc message 0 19 select distinct SLJEH.ledger
350 pmon timer 0 5 select distinct SLJEH.ledger
68 rows selected.

Similar Messages

  • Financial statement version INT does not exist

    Hello Friends,
    I hope someone can help me figure this out and I've read discussions similar, just not exactly what I'm looking for.  When I run the following reports:
    S_ALR_87012271
    S_ALR_87012272
    S_ALR_87012273
    I receive the following error message:
    Financial statement version INT does not exist
    When I first received this message, I went to T-Code OB58 and entered the "INT" Financial Statement Version here.  I've also created a chart of accounts with INT values as well.  Can someone help me out on how to eliminate this error and set up cash flow?  If you have done this already, please do reply.  If not, then please allow those with more experience to help.
    Thanks so much!
    John

    John,
    You can define FSVs for a specific chart of accounts, for a group chart of accounts, or without any specific assignment.
    In your case, double-check whether you are running the report for the same CoA assignment that you have defined your FSV for in the first place.
    As somebody's mentioned earlier, these reports are made using Report Painter (GRR1 / 2 / 3, etc.). Seems FSV = INT has been fixed in these reports for your system. You'll have to edit these reports (using GRR2) and the correct FSV.
    Regards
    Gulshan

  • I cannot start bridge (Mac 10.8.2) CS6. States "the operation could not be completed"

    I cannot start bridge (Mac 10.8.2) CS6. States "the operation could not be completed" but if I use another user account it works fine. I have uninstalled and re-installed Creative Suite but no differene.
    Are there some logs or cache's that I need to delete or something??
    Please help

    but if I use another user account it works fine. I have uninstalled and re-installed Creative Suite but no differene.
    Are there some logs or cache's that I need to delete or something??
    There are a few things to try but it means the problem is in the account itself. un- and reinstall the Suite will not help if you are not also using the Adobe cleaner tool for this job:
    http://www.adobe.com/support/contact/cscleanertool.html
    Check this and read the instructions carefully and most important, have a back up of your important settings (in Photoshop your custom actions, tool presets, brushes and workspaces and for Bridge the custom output templates and keyword list, to name the most important for me).
    If you check your user library (by default hidden per OSX 10.7, use menu Go and press option to reveal this library) Inhere is a folder called Application support and most of those settings are here - User/Library/Application Support/Adobe.
    If you copy this folder to a back up location you can always use this to copy the certain wanted parts to the new installed folder.
    Also use a check and repair permissions on your start up disk with Apple disk utility or third party software like Cocktail.
    And finally since your still on 10.8.2 they just recently released 10.8.3
    Usually the update procedure is using the App Store and check software update. BUt in this case it might be useful to find the 10.8.3 Combo Update on the Apple Support section.
    You have to download this yourself and then it is a normal update procedure. The combo update does a bit more refreshing for the user account then the normal update.
    And if all this is not helping you then you can use the Apple recovery disk to reinstall your system, this is what before was known as an Archive and Install procedure. This creates a new user library while all your custom settings and files are being kept.
    But you have to find info for yourself for this and also make sure you have a proper back up of all your important files, but as a wise person you already had done so I believe ?

  • Business One Profit and Loss Statement Budget Report Subtotals not Working

    We are running Business One 9.0
    The Budget profit and loss report appears to be badly written. Rather than having the budget data in the same line as the actual, the report creates extra lines for the budgets AND adds more data to the actuals column. Very confusing. Why not just have the budget and actual in the same row?
    Also when you click on the block for subtotals, the subtotals only appear for the actual column, not the budget column. Why is that? Is there as problem with out setup perhaps?

    Hi Gordon
    Below is an example of the duplication of lines. The line for 6015100 is firstly in blue without a budget and then repeated in pink with a budget. Why is there not only only with both actual and budget?
    The next example shows what happens if you tick the Display Subtotals box. The subtotal for 6015100 Marketing appears in the Actual column but not in the Budget column.
    This is obviously just and example, it works the same for all other accounts
    Regards
    John

  • Pull backend information from Financial Statement Generated Report

    My users created a Balance Sheet report and are asking me how some of the data is calculated by Oracle since they are wanting to match it to another system that is mirrored to Oracle. I am actually looking to see how a certain column set is put together. In our system the column set is Balance Sheet External and when you click "Define Columns" the Amount Type under Balance Control is BAL-Actual(FY Start). How do I find where this is pulling it's data from?
    We are using 11.5.10.2
    Thanks,
    Jon

    Hello.
    Without knowing exactly which information you want to retrieve is difficult to give you an example. Are you searching for the balances of a certain account in a certain period? Beggining balance? Period balance?
    Octavio

  • Maintain financial statement in sap

    dear all
    we work with the following concept when we post any entry we enter fund in fund field because we activate fund mangement  , i need to create financial statement from report painter from transaction code fgi4 and i need to make classification depand on fund so i faced error masseage ( no charectristic for fund but when i press f4 i display all fun so please try to solve it asap
    thanks

    HI,
    yes it works like ATGFICO said. As an addition to this process you can authorise a user to a number of financial statement versions (eg User A is allowed to maintain FSV A, user B FSV B, user C FSV A+B,...) to ensure that FSV for local needs is maintained there FSV for group needs is maintained by group accounting,...
    We make it this way, as the alternative to create / ALE-transfer every new account number to development system, maintain the FSV versions there and transport the changes to production system is time consuming. The advantage of the first thing is, that functional department can handle FSV maintenance, NO IT support needed.
    BR Christian

  • "Your request could not be completed" - Please help?

    Trying to acquire a few board games - and this message keeps popping up. Can anyone help please?
    I've tried the "Settings => General => .... " but I don't have "Reset" - so this approach unfortunately doesn't help me....  Some solid advice would be appreciated.

    Panamasteve-
    It is hard to know whether to wrongly expect you to be experienced on the iPad, or to explain every detail and insult your intelligence!
    Consider that the screen of the iPad is sometimes a window to a larger scene.  To see the rest, you "scroll" by wiping your finger on the screen.  Think of having a large sheet of paper that you can move with your finger.  To scroll down, you move the paper up with your finger.
    As far as your statement, "Your request could not be completed", it would help to know more details about what is going on when the message appears.
    Fred

  • Financial Statement - FGI3 for fund balance reporting from FMGLFLEXT

    Hi Guys,
    We are on ECC 6.0 with PSM and new GL turned on. The issue is that my users want to see the same financial statement as they saw in classic GL with their R/3.
    SAP has a fund balance report or otherwise the financial statements for public sector with its ISPS components like fund and grants from FMGLFLEXT, which is the totals table.
    To arrive at the financial statements, we have a report group which can be run from FGI3 and it pulls values out of FMGLFLEXT and SAP's standard combination for slicing on the report feature are
    1. account number
    2. FS item/account description (the further click on this account name gives you account number)
    3. Funds and
    4. possible account assignments from FM like grants or business area depending on your active components.
    Is there a standard display, wherein, it gives a FS Item/Acct number/account name like the standard reporting feature in classic GL. It makes it so easy to read the financial statements. Since they being a report painter/writer reports, we can tweek them to get the desired output but shouldnt it be the standard feature of SAP to provide that.
    I was curious to know, if SAP delivers that reporting feature and i am not able to spot it or is it that we have to change it.
    It will be very helpful, we are going live in a very short time.
    Thanks

    Hello
    Business area balance sheet extracts are not legally or statutorily complete because there are certain GL account balances like, reserves, equity, some unsecured loans which are difficult to be assigned to a specific business area.
    Ideally, business area analysis is restricted to profitablity and an overview of assets & liabilities specific to BA.
    So your requirement is tough and even if you shift to PCA, these issues still arise.
    Since they are internal to the client, better look for workaround solutions.
    Reg
    Suresh

  • Financial Statements report - F.01

    Hello,
    I posted this question to the abap forum, but maybe you can help me better. As you know, the account amounts from the financial statement report come from financial documents. And when you create a financial document  you specify a document type(vendor invoice, vendor payment and many others). What i need to do is modify the report to show only amounts from certain types, not all types. For doing that, i need to know if there is a connection between the financial statement and the documents types. I searched the code of the report and i did not find anything relevant.
    Maybe you met this requirement before and talked with an abaper. If that is the case, maybe you can give me a suggestion.
    Thank you very much,
    Efren

    F.01 is build with the following tables.  You may go through each table to see if they are document type specific.  I would cautio if F.01 is the right report for you/your client.
    TABLES:   t001,  ska1,  bhdgd,
              t011,  skat,
              t011t, skb1,
              t009,  skc1a,
              t004,
              t009b,
              t009y.
    TABLES:   rfsdo.
    TABLES:   tgsb.
    TABLES:   fimsg.
    TABLES:   faglfreesel.

  • Daily Financial Statement Report

    I have defined a Trial Balance using a financial statement version. However, the report can only be generated by "posting period", I need to be able to generate my report by "posting date" so as to enable me see the trial balance on a daily basis. i.e The report should not be cumulative but should be generated daily, independent of another day. Is there a standard report to display this? If not, How can this be achieved?
    regards
    Akin.

    No standard reports which generates dialy financial reports.  You can develop your own reports with the help of your abapers

  • Financial statement generator & Oracle Reports Manager

    We are moving into Oracle Apps R12.1.3 on Solaris. Most end user machines are Windows 7 & going to be Windows 8. Some are Windows XP. Majority have Microsoft 2007 and some have Microsoft 2010.
    Financial Statement Generator (FSG) reports are called from GL Super user as well as Oracle Reports Manager. Attempt being made to open FSG reports directly in Oracle Reports Manager > Excel with drill down.
    Experiencing errors (of VB) , after some patching seeing Blank Excelsheet.  Though same FSG report can be open with Values in Oracle Reports Manager > html and pdf.
    Any body experienced this in recent past.
    Rgds

    Hi Hein,
    Thanks for the reply and I do have access but apart from standard/customized reports, sometimes users create their own reports using FSGs where they pull GL data (No sub-ledgers) by defining rows and columns and many more features.
    For eg: pulling up trial balance report by cost centers
    Is there any equivalent of these Financial Statement Generators in SAP.
    I was thinking about defining the "Variants" in each report and run variants but then thats not limited to GL, I guess
    Thanks in advance....
    Edited by: sap_oracle_BA on Apr 16, 2009 7:46 PM

  • Can S_PLO_86000028 Financial Statement report generate Cost-center report?

    Dear Experts,
    I've tried with S_PLO_86000028  Financial Statement report and it could generate report based on Profit Center but when I tried with Cost Center, it show no record.  Can this report generate cost center wise report?
    regards,
    Abraham

    Hi Saga,
    S_PL0_86000028 is a new FI report  for Financial Statement, created by tool Report Painter with tcode FGI1 (Create Drill-down Report).
    For adding new columns, I think we can modify the form it used (0SAPBSPL-01)
    It's not a good idea to copy it to z-program 'coz I still struggle with it and doesn't work well.
    Solaris.

  • Financial Statement Report - Special items in FSE2

    Hi,
        I'm trying to rebuild the GL Balance Report using transaction FSE2, but I can't delete or create new "special items" (the red node ones). Anyone knows how to create or delete "special items" at FSE2 to custumize the Financial Statement Report?
    Thanks in advance,
    Miguel

    Hi Miguel,
    "red" items can not be deleted, as they are set per default by the system.
    Regards,
    Attila

  • Financial Statement report (Tr. F.01) by item hierarchy

    Hi,
    I have created hierarchy items in the financial statement version via tr. FSE2.
    Can I run the financial statement report for such a hierarchy item?
    Or is it only possible to select the G/L accounts of that hierarchy and create a variant for the Financial statement report?
    Thank you for your reply.
    Kind regards,
    Linda

    Hi,
    In FI, it is not possible to run the report for your hierarchy note.
    You need to run the report for the whole Financial Statement Version (FSV).
    However, you can create the same for a node in Profit Center Accounting.
    Before that you must make sure that you have copied the FSV to Profit Center Accounting.
    You can use KE5B for this purpose.
    Please let me know if you have further doubts.
    Regards,
    Ravi

  • Financial Statement - S_ALR_87012284 Loss not tally

    Hi Experts,
    The users informed that the Loss figures for current year.  Period 1 to 3 in 2010 is not correct assigned.
    Any ideas how to do the troubleshooting?
    Checked with them, they has carry out the standard monthly closing activities expect to complete Bank Reconciliation (T.Code: FF67).  The FOREX exchange table also update accordingly till period 3.
    But I noticed that their FI Posting period was update in Period 2 and not Period 1.  Will this impact the loss figures not correctly  ?
    thanks.
    rgds,
    tee

    Hi Ramanuja,
    I meant that for the fiscal year 2009 G/L accounts don't have any values in SAP.
    In this Company SAP has been installed in 2010 and in Financial Statements I'd like to obtain the comparison with the values of 2009.
    What to do?
    Thanks

Maybe you are looking for

  • Wi-Fi connection drops out on Satellite P100-354

    Hi, hope someone can help me. Mz Wi-Fi Connection keeps droppimg off. Sometimes it works for hors and sometimes it happens after some minutes. I have a P100-354 with Windows Media Center Edition. My wifi card is a Intel Pro/Wireless 3945 ABG Net. I i

  • External HD is no longer loading to the desktop

    I have two external drives connected by firewire that are no longer appearing on the desktop. It worked fine until I ejected both of them from the desktop. I turned off the power of the iMac then restarted the iMac and turned the external drives. Now

  • [Solved] Broken arch after update

    Hi. I'm trying to install wine. So I uncommented multilib lines in /etc/pacman.conf & made 'pacman -Syu'. After restart system booting stops at "reached target graphical interface". Temporarily I've disable sddm service, so I can login in tty. Howeve

  • How to make to post request to WebService

    Hi, How can i invoke a http Post request to webservice url,The default test page does not mention any thing about this when a application is deployed as a webservice,It only talks about a soap client. I know that when a application is deployed as web

  • Sql developer database difference

    I want to save the diff report that I have got comparing two schemas to an excel report. Can anybody tell me how I can do this? And also any body know how views and packages are compared between two schemas. I see the database difference options gene