Database Analysis in RCA for ABAP

Dear Expert,
I have performed all managed system configuration steps for my Abap System in solman_setup.
In RCA  I am getting Workload analysis and host analysis properly ,but for Database Analysis it is showing no Application data.
Thanks In Advance
Chander

ello Chander,
Please provide whats your level of ST-A/PI on Solman and managed system ?
Also check notes:
1858216 - E2E Workload Analysis - No applicable data found for ABAP after successful configuration
1993916 - Missing data in a Bex query based on an InfoSet
1874166 - No host data under Root Cause Analysis for technical systems when the DB is standalone
BR,
K.

Similar Messages

  • Can I use logical databases in a WebDynpro for ABAP program?

    can I use logical databases in a WebDynpro ABAP program?
    I need to build a WDA screen that is similar to the SAPDBPNP selection screen (user can find the personnel number based on several criteria, such as last_name/first_name of the employee).  So it seems that the exisinting logical databases have already many nice features already built (like the selection screens, the logic behind the screens etc). So I was wondering if/how I can use them in my WDA application.

    Hi
    Please let me also know the solution to this. I am a beginner to WebDynpro  and want to know if I can make use of LDB's as we do in our normal HR programming do develop a WDA in HR.
    Thanks and regards,
    Uma.

  • Using Native SQL in Web Dynpro for ABAP

    Hi folks,
    I am trying to access an oracle database in web dynpro for ABAP via Native SQL.
    I am able to read row by row from the database into a work area, but I am unable to read the whole table from the database into an internal table.
    Please advise as to how I can do this, and thanks for reading.
    PS: Thomas, I wasn't off-topic on the previous thread; I forgot to mention that I was trying to do this under Web Dynpro for ABAP.

    Hello,
    it doesn't matter if you try this with Web Dynpro ABAP, BSP or any other framework, this is a general ABAP question and not related to this forum.
    Regards,
    Rainer

  • Delete restrict for ABAP Dictionary database table

    Hi,
    I defined two database tables in ABAP dictionary, one with master data, and one with records referencing the master data.
    I also defined a foreign key relationship in the second table, so that new entries in the second table are checked against the master data table.
    In addition to this behaviour, I also want the Dicitionary to perform a check the other way round. In other words, if I try to delete a record in the master data table, this should not be possible if there are records in the second table referencing this record. Thats how foreign key relationships work in Oracle databases.
    Is there a way to force this behaviour for ABAP Dictionary tables, too? Or is it possible to make the table maintenance view perform this check?
    Thanks for your help!
    Kind regards,
    Tobias

    Hello Tobias,
    I can delete records in the master table which have dependent entries in the second table without an error or a warning.
    How are you deleting the entries, via SM30?
    If yes, you can use the [Event 03: Before Deleting the Display Data|http://help.sap.com/saphelp_nw04s/helpdata/en/91/ca9f14a9d111d1a5690000e82deaaa/content.htm]. In this TMG event you can check if the entry can be deleted at all!
    If you're using Open SQL statements to delete the records, i don't think DB layer implicitly checks the dependency. You can always put an explicit check though
    Btw, out-of-curiosity, is this a custom or standard table?
    BR,
    Suhas

  • After restarting the system, WAS for ABAP is not able to connect Database

    Hi,
    I installed Sneak Preview SAP NetWeaver Application Server for ABAP in Local system. After restaring the desktop,I am getting following errors-
    1. SAP-Basis System: Initialization  DB-Connect Failed, Return Code  000256
    2.Database: Database error -10709 at CON 
    3. Database: > Connection failed (RTE:Database name is missing)
    Here, i have not done any thing except restarting the destop. before restart every thing was working fine.
    please give me some clue, what may happed to the Application.
    Thanks
    Anil

    I moved your thread from Web Dynpro ABAP to the forum for problems with the trial systems.  Hopefully you will find more help here.
    You didn't by any chance change machine name?  I had a very similar error once when I was forced to rename my machine.  Maybe you will find something from this blog helpful:
    /people/thomas.jung/blog/2006/02/03/as-abap-sneak-preview-lessons-computer-rename

  • Java schema database analysis

    Hi,
    Is it possible to create database analysis in Solman RCA for JAVA only systems?
    Did anyone successfully configured this?
    Regards
    KVR

    It is possible to configure for NON-ABAP systems. check my other post SMD database monitoring for Java system

  • E2E Diagnostics for ABAP system

    Hello,
    I want to know steps involved to configure E2E Diagnostics for ABAP stack. I need to get workload analysis, Exception Analysis, Change analysis.. for ABAP Stack under RCA workcenters.
    Can anyone figure out all steps in managing and managed systems.
    Cheers
    Das

    Hello Das,
    Follow all steps in solman_setup (initial, basic and managed system configuatioN) carefully and patiently. You must ensure everything is executed, then you will ensure that the Managed System connectes to Solution Manager through RFCs, SMD Agent and Introscope Agent.
    To illustrate my point here, please check the image in page 4 of SAP note:
    1332428 - Missing data in service sessions from BI/CCDB
    Image caption is: 'Technical Infrastructure'
    Best regards,
    Guilherme Balbinot

  • Java Add-In installation for Abap

    Hello Friends,
    I have installed NW2004s Abap stack for use BW features.
    Now, I need to install Java Add-In (including EP and BI Java to use BEX and Integrated Planning) in this same installation.
    In SAPINST (Additional Software Lifecycle -> Java Add-in for Abap), have 3 steps to install J2EE Add-in:
    1 - Install SCS
    2 - Install database Instance
    3 - Install Central Instance
    Is this correct? I really necessary to execute these steps? (for example, I have NW2004s database Abap running. Why I need to install database instance again?)
    Anybody can help me in this procedure?
    Thanks,
    Carlos

    Hi Everyone.
    My scenario is similar with one important difference.
    I upgraded from BW 3.5 to BI 7.0. However we never had a java stack on BW before and i did not install one during the upgrade. now the guys want a java stack.
    I read the message about putting in a BI Java add in to existing ABAP system. however our hardware for the Abap system is not very good. is it then possible to put the Java add in on another machine ?
    What steps are required. Specifically do i run sapinst on the new hardware and what options do i specify.
    I have worked in Basis for a long time but am new to this Java stuff, so as much details as possible would help.
    Regards
    Shirish Joshi

  • Creating attachment in Webdynpro for ABAP

    Hi Expertrs,
                      I am new to webdynpro for ABAP. I have a requirement like I need to create an attachment in webdynpro screen. I have searched the forums and I got the class CL_GOS_SRV_ATTACHMENT_CREATE and method EXECUTE_ITS. but when I call this method I am getting dump in the method.
    Can anybody please suggest me how to create attachment in webdynpro for ABAP?
    When ever attachment is created and clicks on save button workflow will be triggered and a workitem appears portal when ever the user click on the display attachment I need to display the created attachemnt.
    Please suggest me.
    Thank You.
    Ranganadh

    Hi,
    Please follow the steps below;
    Follow these steps;
    1.create a node 'FILEUPLOAD' with 2 attributes
    a) FILECONTENT type XSTRING
    b) FILENAME type STRING
    2. Create a fileuplaod uielement
    a) bind the data property with attribute 'FILECONTENT'
    b) bind the filename property with attribute 'FILENAME'
    3. Create a button 'UPLOAD'
    a) create the action method for this button
    Paste the following code in this method
    Data l_node type ref to if_wd_context_node.
    Data l_stru type wd_this->elements_cn_fileupload.
    l_node = wd_context->get_child_node( 'FILEUPLOAD' ).
    l_node->get_static_attributes( importing static_attributes = l_stru ).
    "save l_stru-fielcontent in database. Your file will be saved in the database in XSTRING format.
    Now when you want to display  this file;
    1. Create a Node 'FILEDOWNLOAD' with 1 attribute
    a) FILE type XSTRING
    2. Create a filedownload uielement
    a) bind the data property with the attribute 'FILE'
    Fetch the file from databased and set the File attribute of teh filedownload uielemnt to display the file.
    Hope this helps!
    Radhika.

  • System copy for ABAP+JAVA system using SAPINST method

    Dear support,
    We have recently upgraded to ECC 6.0 system and we have been still doing system copy by using backup and restore method. I know its<b> wrong</b>.
    which involves below steps , this old methos works fine for ABAP engine and evreything looks ok.But java engine will not work.
    So we need to use SAPINST method as described in note 785848 and system copy guide available on OSS. But i am really not able to understand sequence
    for tasks to be carried out in this SAPINST method.
    <b>Can anybody list few sequence along with step by step procedure as i mentioned below for old system copy procedure.</b>
    Is it really difficult to make that for <b>SAPINST</b>  as everybody says refer to standard guide and note ?
    Anybody if possible can make the same way as i did below , i think it would rather be small as far as my understanding after reading those docs.
    Simple old system copy procedure works for ABAP is as:
    Run the following command on source system.
    a. Login as <sid>adm
    b. svrmgrl
    c. connect internal
    d. alter database backup controlfile to trace;
    e. exit;
    f. Above command will generate a .trc file in /oracle/P01/saptrance/usertrace directory.
    g. Copy the text from CREATE CONTROLFILE until the ( and paste it in to any new .sql or controlfile.sql file.
    h. Copy the controlfile.sql to target system.
    i. Edit the file and replace the entire source SID to target SID.
    j. Edit the reuse database command with the set database command
    Copy the aft generated during the backup file from the source system to target system. (/oracle/<SID>/sapbackup)
    a. Change all the source <SID> to target <SID>.
    b. Only don't change the backup volume name it must be target system <SID>.
    c. Copy the above aft file name line from the source back<SID>.log to target<SID>.log file.
    5. Shutdown the target server instance.
    6. From this onwards all the command on the target system only.
    a. Login as <SID>adm
    b. run the SAPDBA
    c. select J (Restore/Recovery)
    d. select B (Full restore and recovery)
    e. select A (Select backup of type)
    f. Select the offline backup which you want to restore.
    g. It will take some time to restore.
    h. Once the database is restored login as <SID>adm and run the
    i. svrmgrl
    j. connect internal;
    k. startup nomount (if the database is already mounted shutdown it using the shutdown command)
    l. run the following command
    m. @controlfile.sql (file name of the control file contains the CREATE CONTROLFILE statement)
    n. After the run the above command it should give the "Statement Processed)
    o. alter database open resetlogs.
    I am really looking forward to see anybody take some time out to prepare this kind of step by step procedure.
    It would be of greate help for all of us for performing system copy with sapinst method.
    Looking forward for your support.
    Best Regards,
    AjitR

    Hi,
    As per the guide you need to do source system Technical Preparations, in that running the export preparation is also one. You need to run this first before you start the export, if and only if export will successful if preparation is successful.
    Yes you need to create the export directory to take the export copy of source system, it may be any where in your server. It should be having 6 to 8 GB free space.No need to create the export directory in target system, after export is completed in the source system you copy the export directory to the target system.
    <b>Target system</b>
    Yes you need to take the back up file system and delete all the contents of the directory.
    Yes it can be considered as fresh system installation but copy of source system.
    Yes the process follows after you giving the export directory path .
    Next screen you will get the database drop and recreate screen chouse the drop and recreate method
    Next J2EE user name and password
    Next DDIC password
    Next you have to give kernel and oracle client dvd path
    Next Parameter checking screen here if you are selected database drop and recreate you have to revise the oracle database system option
    If you are selecting review next screen is database advance option you have to select the advanced option
    Next you have to select following option to recreate
    1 Sapdata directory mapping
    2 Database instance file system
    3 Create database parameter
    4 Create tablespace
    Next screen sapdata directory creating
    Next screen you can just click next no need to change any setting
    Next table creation
    Next screen specify oracle instance directories
    Next again parameter checking and last this is last screen
    Next will be the execution screen
    Reward points if usefull

  • Full ABAP Edition-Trial (with Web Dynpro for ABAP) Max DB data volume

    I recently installed Full ABAP Edition-Trial (with Web Dynpro for ABAP)- SPS08.
    http://static.flickr.com/89/243544270_91e713e3a3_o.jpg
    as you can see, it's already 92% acquired ( just after installation)
    Is it correct?
    or it's better to add another volume?
    The other question is
    according to the license installation guide,
    it sounds like we can delete the temp licese with SAP*.
    so I did like that but i got the following message
    http://static.flickr.com/81/243546622_bc99d1af2b_o.jpg
    Well, I could delete the old license with BCUSER.
    Thanks,
    David

    Hello,
    to your first question.
    The MaxDB database has a feature which can
    increase the database automatically.
    This ( auto_extend ) is turned on for the SDN Preview
    installation.
    That means the database should extend a further datavolume
    automatically when the filling level gets over 90%.
    In your case the database already added two more datavolumes. The installation only creates one.
    Best regards, Stefan

  • NW04s (BI) JAVA Add-in for ABAP fails at step CONFIGURE EP

    Hi All
    We recently upgraded our NW04 BI 3.5 to NW04s BI 7.0 AS ABAP.  We are now in the process of installing AS JAVA and UT BI JAVA, EP.   Our platform is Unix (AIX) and database Oracle.
    JAVA add-in is failing at the step "Configure Enterprise Portal" with the error message:
    Installation is being performed using sapinst from DVD/CD D51031797.
    SAP Netweaver 2004s SR1-> Addtional Software Life Cycle tasks -> Java
    Add-in for ABAP -> Oracle -> Central System -> Central Instance Java
    add-in.
    Error:
    ERROR 2007-05-09 00:26:04
    CJS-00320 Portal Deployment Monitor Error: The Portal Configuration
    Upgrade report file
    (/usr/sap/B82/DVEBMGS82/SDM/../j2ee/cluster/server0/cf_installation.report) does not exist.<br>SOLUTION: Contact your local support center.
    Do someone know how to resolve this problem?
    Shashi

    thanks

  • Install JAVA add-in for ABAP problem.

    Hello.
    I tried to install java Add-in for ABAP on SAP NetWeaver 7.0 Support Release3.
    (OS : AIX 5.3 , database : DB2)
    The installation of phase "Central Service Instance (SCS) Java Add-in" and "Database instance Java Add-in" is complete
    But in the last phase "Central Instance Java Add-in"
    It show error
    "TYPE=A<BR>STATE=<BR>INFO_SHORT=IO EXCEPTION:
    Unexpected end of file from server::<BR>CONFIGURATION="
    at step "Configure System Landscape Directory".
    (I read it from /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB6/CENTRAL/CI/java.log)
    I checked the Environment variable for Java and is set correctly.
    I stoped the instance and restart the server ,Then tried to re-install but the same error still appear.
    Any idea?
    Thanks.
    Regards.
    - Chai -

    Thanks for your reply.
    I have clear all remain shared memory after stop instance and database.
    But it still show the same error.
    sapinst_dev.log:
    ERROR      2009-05-25 13:45:33.277 [sixxcstepexecute.cpp:951]
    FCO-00011  The step configSLDMainLocalMapSecRolesToUsers with step key
    |NW_Addin_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|1
    3|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|
    0|0|configSLDMainLocalMapSecRolesToUsers was executed with status ERROR
    ( Last error reported by the step :Java EE Engine configuration error. DIAGNOSIS:
    See output of logfile java.log: 'IO EXCEPTION: Unexpected end of file from
    server:: '.).
    TRACE      2009-05-25 13:45:33.323 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service
    SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > Java Add-In
    for ABAP > IBM DB2 for Linux, UNIX, and Windows > Central System > Central Instance
    Java Add-In ( Last error reported by the step :Java EE Engine configuratio
    n error. DIAGNOSIS: See output of logfile java.log: 'IO EXCEPTION:
    Unexpected end of file from server:: '.). You may now </p> <ul> <li> choose <i>Retry</i> t
    o repeat the current step. </li> <li> choose <i>View Log</i> to get more information
    about the error. </li> <li> stop the task and continue with it later. </
    li> </ul> <p> Log files are written to /db2/sourceSAP/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/DB6/CENTRAL/CI.
    </p> </body></html>
    TRACE      2009-05-25 13:45:33.323 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    sapinst.log :
    ERROR 2009-05-25 13:45:32.830
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log:
    'IO EXCEPTION: Unexpected end of file from server:: '.
    java.log:
    TYPE=A<BR>STATE=<BR>INFO_SHORT=IO EXCEPTION:
    Unexpected end of file from server::<BR>CONFIGURATION=
    log from Log Browser
    ERROR 2009-05-25 13:45:32.830
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'IO EXCEPTION: Unexpected end of file from server:: '.
    Please help.
    Regards,
    - Chai -
    Edited by: ChaiChai2 on May 25, 2009 9:21 AM
    Edited by: ChaiChai2 on May 25, 2009 9:22 AM
    Edited by: ChaiChai2 on May 25, 2009 9:23 AM

  • How to Call Transaction iView that calls RRMXP from Web Dynpro for ABAP

    Dear Experts,,
    I'm developing an application in Web Dynpro for ABAP wherein I'm supposed to give a link that should open an SAP Transaction iView that calls  tcode = 'RRMXP' and I pass the application parameter as QUERY/WBID = <BI query/Workbook ID>.
    I tried calling com.sap.portal.appintegrator.sap.bwc.Transaction iView, but it asks for system/application and GUI type parameters. How to pass through the URL?
    Any help would be highly appreciated
    Regds,
    Srini

    Hi Wolfgang,,
    My problem was that I was supposed to call the BeX Web Analyser ( a BI excel based tool - client installation) on click of a button in my WD-ABAP application. I solved it as follows :
    In the portal pcd, I cam across a folder content provided by SAP. Here, you'll find standard template iViews that can be used to call applications ( for which you make iViews). I had to call an SAP TCode : RRMXP so as to call a BI Workbook/Query.
    So, I called the standard iView template for sap_transaction_iView as follows :
    irj/servlet/prt/portal/prtmode/preview/prtroot/'
               'pcd!3aportal_content!2fcom.sap.pct!2ftemplates'
               '!2fiviews!2fcom.sap.portal.sap_transaction_iview?'
               'sap-config-mode=true&System=BWR3System&TCode=RRMXP'
               '&GuiType=WinGui&OkCode=y&ApplicationParameter='  <appnm>  into url.
          l_popup =
             l_window_manager->create_external_window( url = url
                                          has_menubar = ' '
                                         has_statusbar = ' '
                                          has_toolbar = ' '
                                          has_location = ' ').
          l_popup->open( ).
    And , it worked.
    Any more help pls feel free to revert.
    Regds,
    Srini

  • FICO overveiw docs for ABAP consultants

    hi
    can any one
    send me FICO overview documents, which are very help for ABAP consultants. if any one will send it , i will get a great help from ur side, because
    i am new to the FICO, and iam not the finance background, so iam facing lot of problems
    thanks & regards
    narendra

    FI Financial Accounting
    designed for automated management and external reporting of general ledger, accounts receivable, accounts payable and other sub-ledger accounts with a user defined chart of accounts. As entries are made relating to sales production and payments journal entries are automatically posted. This connection means that the "books" are designed to reflect the real situation.
    The FI module has 8 sub modules:
    FI-GL
    General Ledger Accounting
    FI-LC
    Consolidation
    FI-AP
    Accounts Payable
    FI-AR
    Accounts Receivable
    FI-BL
    Bank Accounting
    FI-AA
    Asset Accounting
    FI-SL
    Special Purpose Ledger
    FI-FM
    Funds Management
    CO Controlling
    represents the company's flow of cost and revenue. It is a management instrument for organizational decisions. It too is automatically updated as events occur.
    The CO module has following sub modules:
    CO-OM
    Overhead Costing (Cost Centers, Activity Based Costing, Internal Order Costing)
    CO-PA
    Profitability Analysis
    CO-PC
    Product Cost Controlling
    for tables check out link..
    http://www.sapgenie.com/abap/tables_fi.htm
    Take a look at this.
    http://www.sap-img.com/sap-fi.htm
    Please chcek this link and go to SAP R/3 Enterprise Application Components ->
    Cross-Application Components -> Financial.
    http://help.sap.com/saphelp_470/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm

Maybe you are looking for