Problem in Workload Analysys transaction ( ST03)

Hi all
when i run transaction ST03 and go to expert mode and try to see the detailed analysys , its not showing any statistics and showing error ' RFC PROBLEM : NO DATA AVAILABLE"
Is any setting required in RFC or anywhere ?
Can somebody help me on this.
Thanks in advance

Hi ruchit
Thanks very much for your prompt solution.
My problem is sorted out. Sorry for delay in repply,
Thanks once again
Vitthal

Similar Messages

  • "Reporting" in missing in transaction st03 Bi workload

    Hi
    We're using BI.7 (SPS12) on MS SQL 2005 and are willing to have statistics about query runtime in transaction st03.
    I've followed the instruction givent in sap note : Note 934848 - Collective note: (FAQ) BI Administration Cockpit
    Statistics Process chains (0TCT) are now running every day without problem, infocubes (0TCT_Cd aggregates are filled.
    But in transaction st03 underBi Workload , analysis view, only "Aggretates", "Load Data" and "Process chain" data are available, the "Reporting" is missing ... quite disturbing when you want to have a look at the query runtime.
    I've rechecked many time the sap notes :
    I've activated direct access for virtual providers.
    I've called transaction RSDDSTAT, all the Infoproviders, workbook, etc ... have the setting On (X), All (2).
    I've checked the tables RSDDSTAT*, they're filled.
    I've checked the infocube 0TCT_C01 (Front-End and OLAP Statistics (Aggregated)) , the cube is filled with query statistics !!
    But despite all of that st03 stays empty for reporing.
    Any help would be highly appreciated.
    Thank you/
    Regards.

    Hi,
    we have similar problem like you. Please tell me how you have solved this problem.
    Thanks,
    Kiran Manyam

  • Problem while  data processing TRANSACTION data from DSO to CUBE

    Hi Guru's,
    we are facing problem while  data processing TRANSACTION data from DSO to CUBE. data packets  processing very slowly  and updating .Please help me regarding this.
    Thanks and regards,
    Sridhar

    Hi,
    I will suggest you to check a few places where you can see the status
    1) SM37 job log (give BIrequest name) and it should give you the details about the request. If its active make sure that the job log is getting updated at frequent intervals.
    2) SM66 get the job details (server name PID etc from SM37) and see in SM66 if the job is running or not. See if its accessing/updating some tables or is not doing anything at all.
    If its running and if you are able to see it active in SM66 you can wait for some time to let it finish.
    3) RSMO see what is available in details tab. It may be in update rules.
    4) ST22 check if any short dump has occured.
    You can also try SM50 / SM51 to see what is happening in the system level like reading/inserting tables etc.
    If you feel its active and running you can verify by checking if the number of records has increased in the cube.
    Thanks,
    JituK

  • Problems with a call transaction

    Hi, I'm having some problems with a call transaction and I cannot understand why. I put A in the mode, and I am seeing the dynpros and I am pressing enter it works perfectly but when I use mode N it tells me that there is not information for one of the dynpros and it doesn't work. Does anybody know the problem and how to solve it??
    Thanks in advance

    Hi,
    First of all thank you very much for your time.
    I am using FB05 and the problem is in dynpro SAPLKACB 0002, and it says that batch input data doesn't exist. Here is the code, maybe you can see what is happening
    LOOP AT t_resumen WHERE belnr = t_batch-belnr AND
                                ( contador = 3 OR contador = 4 or CONTADOR = 5 ).
          READ TABLE t_clave WITH KEY belnr = t_resumen-belnr.
          d_clave = t_clave-bschl.
          i = i + 1.
          CASE i.
            WHEN 1.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0700'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              PERFORM bdc_field   USING 'RF05A-NEWBS' t_resumen-bschl.
              PERFORM bdc_field   USING 'RF05A-NEWKO' t_resumen-hkont.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0300'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              j_wrbtr = t_resumen-wrbtr.
              REPLACE '.' WITH ',' INTO j_wrbtr.
              PERFORM bdc_field   USING 'BSEG-WRBTR' j_wrbtr.
              PERFORM bdc_dynpro  USING 'SAPLKACB'    '0002'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
            WHEN t.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0300'.
              PERFORM bdc_field   USING 'RF05A-NEWBS'  t_resumen-bschl.
              PERFORM bdc_field   USING 'RF05A-NEWKO'  t_resumen-hkont.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              j_hkont = t_resumen-hkont.
              j_clave = t_resumen-bschl.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0300'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '=BU'.
              j_wrbtr = t_resumen-wrbtr.
              REPLACE '.' WITH ',' INTO j_wrbtr.
              PERFORM bdc_field   USING 'BSEG-WRBTR' j_wrbtr.
              PERFORM bdc_dynpro  USING 'SAPLKACB'    '0002'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
            WHEN OTHERS.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0300'.
              PERFORM bdc_field   USING 'RF05A-NEWBS'  t_resumen-bschl.
              PERFORM bdc_field   USING 'RF05A-NEWKO'  t_resumen-hkont.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              j_hkont = t_resumen-hkont.
              j_clave = t_resumen-bschl.
              PERFORM bdc_dynpro  USING 'SAPMF05A'    '0300'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
              j_wrbtr = t_resumen-wrbtr.
              REPLACE '.' WITH ',' INTO j_wrbtr.
              PERFORM bdc_field   USING 'BSEG-WRBTR' j_wrbtr.
              PERFORM bdc_dynpro  USING 'SAPLKACB'    '0002'.
              PERFORM bdc_field   USING 'BDC_OKCODE'  '/00'.
          ENDCASE.
            READ TABLE t_porcentajes WITH KEY gjahr = t_resumen-zzbad
                                           zzbtd = t_resumen-zzbtd.
            IF j_hkont = t_porcentajes-cfacpr.
              PERFORM bdc_field   USING 'COBL-PRCTR' t_porcentajes-prctrfac.
              PERFORM bdc_field   USING 'COBL-ZZBTD' t_resumen-zzbtd.
              PERFORM bdc_field   USING 'COBL-ZZBAD' t_resumen-zzbad.
            ELSEIF t_resumen-hkont = t_porcentajes-cadmin.
             PERFORM bdc_field   USING 'COBL-KOSTL' '20801'.
            ELSEIF t_resumen-hkont = t_porcentajes-creca.
             PERFORM bdc_field   USING 'COBL-KOSTL' '20401'.
            ELSE.
              IF d_clave = 01 OR d_clave = 04 OR d_clave = 40 OR d_clave = 09.
                IF j_hkont >= 424001 AND j_hkont <= 424005.
                  PERFORM bdc_field   USING 'COBL-PRCTR' 'DUMMY'.
                ELSEIF j_hkont >= 424601 AND j_hkont <= 424605.
                  IF j_clave = 40.
                    PERFORM bdc_field   USING 'COBL-PRCTR' 'DUMMY'.
                  ENDIF.
                ENDIF.
              ELSEIF d_clave = 11 OR d_clave = 12 OR d_clave = 14 OR d_clave = 50.
                IF j_hkont >= 424001 AND j_hkont <= 424005.
                  PERFORM bdc_field   USING 'COBL-PRCTR' 'DUMMY'.
                ELSEIF j_hkont >= 424601 AND j_hkont <= 424605.
                  IF j_clave = 50.
                    PERFORM bdc_field   USING 'COBL-PRCTR' 'DUMMY'.
                  ENDIF.
                ENDIF.
              ENDIF.
    *Fin modificacion marzo 2007.----
              PERFORM bdc_field   USING 'COBL-ZZBTD' t_resumen-zzbtd.
              PERFORM bdc_field   USING 'COBL-ZZBAD' t_resumen-zzbad.
              PERFORM bdc_field   USING 'COBL-ZZBTT' t_resumen-zzbtt.
              PERFORM bdc_field   USING 'COBL-ZZBTU' t_resumen-zzbtu.
              PERFORM bdc_field   USING 'COBL-ZZBTS' t_resumen-zzbts.
              PERFORM bdc_field   USING 'COBL-ZZBAG' t_resumen-zzbag.
              PERFORM bdc_field   USING 'COBL-ZZBRE' t_resumen-zzbre.
              PERFORM bdc_field   USING 'COBL-ZZBC8' t_resumen-zzbc8.
              PERFORM bdc_field   USING 'COBL-ZZBC9' t_resumen-zzbc9.
            ENDIF.
        ENDLOOP.

  • Problem with V.25 transaction

    Hi All
    I have problem with V.25 transaction. This transaction contains some variants, and currently my variant dispalying 10 feilds. Now i want to add 2 more feilds to the report. So i went to transaction VOKF and added the two feilds to my variant. But while saving it throwing an error "Total output length (142) is larger than 132 characters". So how we can rectify this error. OR how can we increase report width from 132 char to 150..?
    And can u please tell me the way like how we will search for SAP notes or OSS notes for a particular transaction in SNOTE..??
    Thanks In Advance
    Raghu

    <b>hi jayan,
    Just read the error in dump what is the problem and where it has been terminated. IF the problem in print progrm check the print program is active or not. If it is active the dump will give the line no where the termincation occurs check the line no in print programme what is the error occured.  Once go through the dump analyis and and revert back with acutal problem may then u ll get the required ans.
    <b>reward for useful answers</b>
    Regards,
    sunil kairam.

  • Problem while executing the transaction code FMBV (Reconstruct)

    We are facing a problem while executing the transaction code FMBV
    (Reconstruct Availability Control in Funds Management) in it when we
    execute this transaction system only updates the expenditure which is
    made before technical upgrade from 4.6c to ECC6 EHP6, against the
    Assigned Budget (KBFC budget type) in the Annual Budget Table (BPJA)
    and
    the expenditure which we made after the upgrade, the program just
    ignore
    it. We can also see the expenditure in the standard FBL3N report.
    Please guide us.
    Thanks and Best Regards,

    Dear Abrar
    In your description, you refer to missing update after an upgrade. First of all, see if table FMIT is consistent, as it is the basis for calculating the assigned values during AVC reconstruction.
    Refer to this note:
    977016 FMIT: Missing totals records in Funds Management  And perform following steps:
    1.- Run program RGZZGLUX
    2.- Run program RFFMRC04 to match totals table with line items. A test run after a successful effective run should not find inconsistencies.
    3.- If RFFMRC04 does not show more inconsistencies, run FMBV as final step.
    Note that this reconstruction must be done without any other budgeting/posting activities at the same time, otherwise you may cause  other inconsistencies.
    Please let me know the results.
    Best regards,
    977016 - FMIT: Missing totals records in Funds Management
    Symptom
    After the upgrade to ERP 2004 or higher you realize that the FMIT totals table is no longer updated in Funds Management. You start the RFFMRC04 report to reconstruct the totals, but the report still displays the missing totals after an update run.
    Other Terms
    FMIT, EA-PS, ECC 5.00, ECC 6.00, ECC 7.00
    Reason and Prerequisites
    This problem occurs due to a generation error.
    Solution
    Start the RGZZGLUX report to generate missing source code in FI-SL. Then start the RFFMRC04 report to reconstruct the totals, now another run of the report should no longer display any errors.

  • Problems in CS12 & CS15 Transactions

    Hi all,
    There is a problem in CS12 & CS15 transactions where the Top-of page is appearing as blank after transaction is executed (as shown in red) .
    Here is the link of the screenshot.
    http://www.esnips.com/doc/65e2b465-fa70-4f87-a2d6-7976eca23bbb/CS12_CS15
    I think it has something to do the installation files. Can anyone give some idea of what needs to be done on this..?
    Regards,
    SP.

    ere I put XML data(obtained by XData as XML View for the X12 or EDI FACT data) in the EDI_IN directory.Remove the internal-properties tag from the XML.
    Here I put XML data(obtained by XData as XML View for the X12 or EDI FACT data) in the EDI_IN directory.Make sure that listening channel polling to this directory is marked as internal (internal checkbox in channel attributes must be selected) for outbound scenario
    I am expecting translated X12 and EDI FACT data in EDI_OUT directoryIn remote trading partner profile, you need to create a Generic file channel and add this channel in the outbound agreement.
    Regards,
    Anuj

  • What is transaction no buffer for user SAPSYS in transaction ST03?

    Looking into transaction ST03 I find an unusual high number of transaction <no buffer> for user SAPSYS concentrated on one dialog instance during a short time frame. Can some one explain what this means?
    Thanks
    Harrie

    Hi Harrie,
    Have a look at the following notes:
    Note 104026 - Semaphore 16 blocked by SAPSYS/high resp.time
    Note 63476 - Response times too high for CPIC/RFC in ST03
    Regards,
    Siddhesh

  • Help with transaction ST03

    Hi!
    I've used transaction <b>ST03</b> to locate the database info for a certain transaction on a specific date, by choosing:
    Expert mode -> Workload -> Total -> Day -> (day selected) -> Analysis view ->
    <br>
    Transaction profile -> Standard -> "Database" tab
    Here I've found information on a specific transaction, but I need to investigate the database processes further by finding out:
    - Which <b> database tables</b> this transaction has affected on this specific date <br> - Which <b> SQL requests</b> have been processed
    - Which <b> user</b> started the job
    Can anyone help me?
    Regards,
    Mari Virik<b></b>

    Mari,
    what happened to our conversation ? SDN crashed they restored it ... ?
    However, your last question was:
    <i>OK, thanks!
    - Do I use the button "SP stat. on/off" or "All SP stat. on" to activate?
    - Can I limit the statistics recording to only one table?
    - Will this activation have an impact on the system performance?
    Mari</i>
    -you use SP stat on to activate it. you can choose a specific server.
    -I don't think you can limit it.
    -As for my ecperience it doesn't effect your system performance.
    Best Regards,
    Dimitry

  • Problem in creation of transaction code !!!

    Dear Friends,
    I have created a transaction code for my program and when i am executing the transaction code initial screen is coming but once i am executing nothing is happening and it is going to the easy access screen.Where is the problem?
    Thannks & Regards,
    Murali.

    HI,
    You might have selected the Radio Button Program and screen (dialog Transaction)
    Select the radio button Program and Selection Screen(Report Transaction)
    Delete the transaction and create the again..selecting the proper radio button.

  • Problem with follow-up transaction from task

    Hello,
    I have a problem with creating follow-up transaction from tasks. Here is the problem,
    I've defined two new transaction types Z010/Z020 with business transaction category BUS2000125 TASK and I want to be able to create follow-up transaction from them. After defining them I've mapped the copying control so that I'm able to create opportunities, tasks and leads from those transaction types. However, when I'm testing there is a problem. Here are the steps I'm performing:
    1: I'm creating a new Task from any of those two transaction types (Z010/Z020)
    2: I'm saving the transaction and then I save it.
    3: Open the transaction More -> Create follow up
    4: A pop-up window appears with the possible follow-up transactions (in this case task/opportunity or lead).
    5: I click on any of those but nothing happens - no indication of error or whatsoever the screen just stays the same and I'm able to click on More -> Create follow up and choose any of the possible entries. However, there is no result.
    I have a requirement for follow up transactions from opportunities and everything works just fine there, the problem is only with Tasks. I've tested this from the backend (CRMD_ORDER) and I'm able to create a follow-up from this transaction types (Z010/Z020), so the problem seems to be something with the CRM UI. If any of you have an idea why is this happening and how to fix it, please tell.
    Thanks in advance!

    Hi John,
    Please refer as well to note 661305:
    this part:
    Note:
    As of CRM 7.0, this modification is no longer required because the IMG
    activity "Activate Copying Control for Activities" is provided (maintaining the
    table/view CRMC_ACT_COPY_SW in transaction SM30). Here you can decide whether
    the copying control for activities and tasks (BUS2000126 and BUS2000125) is
    active or inactive depending on the specific client.
    IMG path
    (transaction SPRO):
    Customer Relationship Management
    -->
    Transactions
    --> Settings for Activities
    --> Activate Copying
    Control for Activities
    In the standard system, the copying control for
    tasks and activities remains inactive.
    ========================================================
    Best regards - Christophe

  • Problem in Flat file transaction data loading to BI7

    Hi Experts,
    I am new to BI7, got problem in activating data source for transaction data and create transfer routine to calculate sales revenue which is not there in flat file but flat file has got price per unit and quantity sold.
    Flat file fields are:
    Cust id   SrepID  Mat ID  Price per unit  Unit measure  Quantity   TR. Date
    cu100    dr01      mat01         50                 CS              5     19991001       
    created info objects are
    IO_CUID
    IO_SRID
    IO_MATID
    IO_PRC
    IO_QTY
    IO_REV
    0CALDAY
    When i created IO_QTY, unit/curency was given as 0UNIT. In creation of DS, under fields tab, extra field CS was shown I did confuse to which object should i map it. and at the same time when i enter IO_QTY its prompting one dailogbox with 0UNIT, so i said ok. Now i can't map CS to unit as system created automatic ally 0UNIT when i enter IO_QTY. Could you please give me solution for this and procedure to enter formulae for calculating Sales revenue at this level instead of query level. Your solutions will be more appreciated with points.
    Await for ur solutions
    Thanks
    Shrinu

    Hi Sunil,
    Thanks for your quick response. I tried to assign the infoobjects under the fields tab in creation of DS. I have not reached to data target yet.
    Could you please answer to my total question.
    Will you be able to send some screen shots to my email id [email protected]
    Thanks
    Shri

  • Problem in executing FS10N transaction code -

    Hi All,
    I am executing FS10N transaction code, in selection criteria for company code, I have selected multiple selection tab. Here in ranges tab, I have entered " 01 to 32" Company codes range. Then I am receiving the following message "ONLY SELECT COMPANY CODES WITH SAME FISCAL YEAR".
    I am sure that all the selected comapny codes are having same fiscal year variant.
    Please advise me what is the problem and what should I do to rectify it.

    Hi chandra,
    This problem occur because you had been posted documents for some company code with another fiscal year variant and changed afterwards.
    Enter in OBY6: Utilities - Changed logs - Display status.
    You can display companies codes balances with same document posting period.

  • Authorization problem when using the Transaction Launcher

    Hi All,
    We have an authorization problem when we call a transaction (EL37) in ECC from the IC Web Client.
    We believe that we have done all the necessary customizing in CRM and when we press the link in the Navigation Bar we are asked to logon to our ECC system. After logging on, we get an error message saying that "You do not have authorization for transaction EL37". If I then enter the transaction directly in the white command field in top of the ECC screen, then I have no problem calling the transaction.
    My user has SAP_ALL, so it shouldn't be a problem with the authorizations. Maybe it has something to do with the transaction IC_LTXE? I have also tried to add this transaction to my user profile, but that didn't help.
    Does anyone have a suggestion for how to fix this problem?
    Kind Regards,
    Gitte.

    Hi,
    I have found the solution for the problem myself. The transation code in the Transation Launcher Wizard must be written in capitals! We had entered 'el37' and have now changed it to 'EL37'.
    Best Regards,
    Gitte.

  • Getting problem to open Web Transaction from Portal

    User is trying to open one link from portal, which is SAP transaction iView.
    This calls one custom transaction from SAP R/3.
    This transaction is Easy Web Transaction and GUI support for it, is SAPGUI FOR HTML.
    Now the problem is, user is not able to open this link from portal. I can open this same link in my login. But this particular user can't.
    Whenever he tries to open this link, gets error message, 'Transaction ZXXXX can not be called in the Easy Access Menu; see long text' and instead of opening the transaction in browser, it opens SAP R/3 GUI.
    I have checked the portal content and found no error.
    Also asked user to login in my system, but got the same error.
    This user is able to access same link from Quality portal, but not from Production portal.,
    eventhough the data in both portals is same.
    What can be the error?
    Please give your expert comments. Thanks in advance.
    - Amrut

    Hello Miikkal,
    You need to enable SharePoint class in IE. Please follow this
    blog and follow this
    article.
    Once, this is done you can Enable all the IE settings to load for Intranet and Trusted zone settings
    Put your site in compatibility mode and trusted zone
    Also, make sure that 2 versions of Office suite is not installed on the system.  Eg. Lync 2013 and Office 2010 on one single machine
    What happen when you by pass your TMG server. To do this we need to make host entry for URL directed to APP server IP Address.
    Thank You, Pallav S. Srivastav ----- If this helped you resolve your issue, please mark it Answered.

Maybe you are looking for

  • Can't hear or be heard on phone calls after upgrading to ios 5

    I recently upgraded my iphone 4 to ios 5 and afterwards my phone calls are mute.  Caller can't hear me nor can i hear them.  Blue tooth device only transmits music, no calls.  I have restored my iphone from the back up and also as a new phone with ou

  • How to retrieve the 'Where Clause' text?

    Hello all, I have created a package to retrieve all the DML's executed against the database for the day, for a particular user. DBMS_LOGMNR package was used to retrieve DMLs. But the DMLs retrieved have their 'WHERE' clause text converted to ROWID's.

  • I think I have a flattener problem but not sure and I don't know how to fix the problem

    I downloaded a new font (Lato) and stretched some of the type.  It appears fine on the screen and print preview but is distorted on my printed copy.  I have tried to convert all text to outlines and selected that preset in the pdf dialog box but this

  • Import FR to workspace

    Hi everyone, I need to restore several Financial Reporting reports by importing them into Workspace. Can anyone tell me which are the steps I need to follow in order to do that? Thank you!

  • Windows 7 boot camp install failure

    I recently lost my HP dual xeon Windows 7 workstation; the motherboard died. I then took the 1TB hard drive out of that pc and installed it in my Mac Pro. It won't boot from the Windows 7 x32 drive, so I backed up the data, and wiped the drive. Now I