E2E RCA for Legacy systems

Hi All,
I am going to implement RCA for legacy systems. What steps need to be considered to implement it on legacy systems.
Where can i find document for this?
Your help will be appreciated.
Thanks,
Rohan

Hi Rohan,
You can get ref. from Solution manager master config. guide .
http://service.sap.com/~form/sapnet?_SCENARIO=01100035870000000112&_SHORTKEY=00200797470000075728&_OBJECT
thanks
Gyan

Similar Messages

  • Business system for legacy system

    hi guys,
    Can we create  business system for legacy system ?If yes what is the use?
    satya reddy

    Hi,
    Yes you have to create Business system for legacy systems..
    It may be the Standalone java . or Third party system..
    When you are doing some POC or such type of things create Business Services
    also..
    A business service represents an abstract unit for addressing message senders and message receivers. You can use a business service to group interfaces.
    It is useful to use business services when configuring cross-company processes. Usually, the interface descriptions of the business partners involved are made publicly available. The system landscape is only partly known, however.
    See the below links..
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/e3bd4f6b61e146ad1384954ecabb41/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/e3bd4f6b61e146ad1384954ecabb41/frameset.htm
    Regards
    Chilla..

  • CC5.2: Auth objects database table for legacy systems

    Hi,
    Where are the auth objects for legacy systems stored?
    I mean, for SAP systems the auth objects ar stored in the tables SAPOBJ and SYSSAPOBJ.
    Can anybody help me?
    Thanks in advance

    correct formatting...I wish you could edit your posts instead of reposting!
    Just a performance tip--> since it looks as though you are looping through and performing the same statement many times, you should consider using a prepared statement:
    PreparedStatement ps = con.prepareStatement("insert into Table1 (Col1,COl2,Col3) " +
    "values ( ? , ? , ? )");
    for (int k=0; j<array1.length; k++) {
    if (array1[k] !=null)
    tt = array1[k].getArray2();
    for (int j=0; j<50; j++) {
    if (array2[k] !=null)
    ps.setString(1, tt[j].getString1);
    ps.setString(2, tt[j].getString2);
    ps.setString(3, tt[j].getString3);
    ps.executeUpdate();You will notice a significant performance gain if you are looping many times.
    Advanced--> huge performance gain if you use batch statement in this loop!
    PreparedStatement ps = con.prepareStatement("insert into Table1 (Col1,COl2,Col3) " +
    "values ( ? , ? , ? )");
    for (int k=0; j<array1.length; k++) {
    if (array1[k] !=null)
    tt = array1[k].getArray2();
    for (int j=0; j<50; j++) {
    if (array2[k] !=null)
    ps.setString(1, tt[j].getString1);
    ps.setString(2, tt[j].getString2);
    ps.setString(3, tt[j].getString3);
    ps.addBatch();
    //when completed all looping
    int[] insertCount = ps.executeBatch();Jamie

  • Manual billing for legacy system period Billings

    Hi Gurus,
    Need your help.
    My Client wants to do Billing for Legacy system period periods. Is it possible? Can we do through Manual Bill? If yes how SAP system can accept those contracts or old dates from Legacy?? I know that we can do Mnaul billing through T-code:EA16.
    appreciate earliest response.
    thanks
    DGR

    Hi,
    Yes we can do it.There is one field in Ever called XVERA which signifies legacy move-in.If u migrate data from Legacy system and maintain that field,then only u can create manual bill .i have done the same  as my users required that.just try this, i can help u for the same even.
    Regards,
    Raman

  • 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

  • How to populate the organization_code column in ST table for legacy system

    Hi, dear all,
    Now I use the stage table to load the setup&transaction collection data from a non-EBS legacy system to ASCP system.
    My question is: how to populate the organization_code column in the stage table?If the source system is EBS system, maybe it's an inventory organization code. But for the non-EBS system, which value is need fo this field? keep it as blank? or assign some value for it?
    Thanks
    Edited by: 852938 on 2011-5-4 下午10:24

    I find some words in the implementation guide, it says:"To collect data from your non-Oracle ERP systems or your trading partners' systems,you model each non-Oracle ERP system or trading partner as an Oracle Applications organization and store their setup and transaction data there".
    But I can't find where to model the application organization for the legacy system.
    anyone can give some clues? Thanks in advance.

  • RFC for legacy system consult

    Hi
    Long time ago I've made RFC's for web consulting in a customer ( works Ok),  but actuall client I need to know/check/activate what we must have for RFC from Legacy system to SAP.
    We have SAP ERP Central Component 5.0, SAP_BASIS 640 and SAP_ABA 640 ( I apologize if not right forum ).
    Thanks in advance

    Ok, I was able to change the RFC destination for the EFWK using expert mode at the ccdb administration screen.
    Thanks,

  • CALL_FUNCTION_NOT_REMOTE in E2E RCA for XI

    Hello everybody.
    I get a dump when the diagnostics extractor runs. Below the dump:
    Runtime Errors         CALL_FUNCTION_NOT_REMOTE
    Short text
        The function module "E2E_WS_EXTRACTOR_XI_AF_WRKL" cannot be used for 'remote'
    What happened?
        The function module "E2E_WS_EXTRACTOR_XI_AF_WRKL" was called via RFC,
        but is not flagged as being able to be used for remote calls.
    It looks this function module should be flagged as "RFC-enabled"; it looks a standard bug; has anybody faced this error?
    Thanks a lot for your answers,
    Fermí

    Yes, I am experiencing the same problem. Here is SAP Global Support's recommendation when I opened a ticket for this:
    The problem with "E2E_WS_EXTRACTOR_XI_AF_WRKL" most probably indicates
    that some steps related to BI setup were not completed successfully.
    Could you check RCA installation and upgrade guide,
    Chapter 6.2.2 Activate BI source system
    Possible reason is misconfiguration for SMD related RFC connection.
    This really did not help much because as far as I can tell my setup is correct. Have you been able to solve the problem?

  • Creation of Goods receipt in ECC from legacy system

    Hi
    I hae to design a synchronous scenario for legacy system to sap ECC for creation of Goods receipt in ECC , pl help which method RFC/BApi , or proxy shall be the best method , keeping in mind the performance .
    rgds
    mojib

    Hi,
    When ever we are dealing with the SAP Systems we have the choice of 3 options to go with
    1) IDOC--When ever we have the standard IDOC and the process is Async
    2) RFC/BAPI-----When ever we have the standard BAPI and the process is Sync
    3) Proxy----When ever we are dealing with large amount of data and the process may be Sync or Async
    /people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems
    REgards
    Seshagiri

  • R/3 - (RFC) - XI - (File) - Legacy System

    Hello there,
      I followed a document to setup SAP XI to/from external systems.
      I did a setup that execute bapi QIRF_SEND_CATALOG_DATA from R/3.  Then, it uses RFC to transfer data to XI, and store as a file @ Legacy system.
      When I executed the BAPI with the RFC destination as created on R3, it failed.
      Besides, when I check the message monitoring at XI Runtime Benchmark, it shows an error as :
         ErrorCode:ICF-NF-http-...  HTTP 403 Forbidden.
      I believe I activated ICF engine service.
      My question is "do I have setup Single Sign-on" for XI or is that optional?
      I followed the instruction call "How to Configure SAP XI to use the standard SAP communication APIs (idoc, bapi, rfc) from external systems".
      Any comment is appreciated.
      Thank you very much.
    TBLuong.

    Hello all,
      I really appreciate your help.
      However, I followed some instructions and still not able to solve the problem.
      The error now I get is:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>401</SAP:P1>
      <SAP:P2>Unauthorized</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Error Report&lt;/title&gt; &lt;style&gt; td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active &lt;/style&gt; &lt;/head&gt; &lt;body marginwidth=&quot;0&quot; marginheight=&quot;0&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; rightmargin=&quot;0&quot;&gt; &lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;left&quot; height=&quot;75&quot;&gt; &lt;tr bgcolor=&quot;#FFFFFF&quot;&gt; &lt;td align=&quot;left&quot; colspan=&quot;2&quot; height=&quot;48&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;4&quot; color=&quot;#666666&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;401 &amp;nbsp Unauthorized&lt;/b&gt;&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&quot;#3F73A3&quot;&gt; &lt;td height=&quot;23&quot; width=&quot;84&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt; &lt;td height=&quot;23&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt; &lt;td align=&quot;right&quot; height=&quot;23&quot;&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;2&quot; color=&quot;#FFFFFF&quot;&gt;&lt;b&gt;SAP J2EE Engine/6.40&amp;nbsp;&lt;/b&gt;&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr bgcolor=&quot;#9DCDFD&quot;&gt; &lt;td height=&quot;4&quot; colspan=&quot;3&quot;&gt;&lt;img width=1 height=1 border=0 alt=&quot;&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;3&quot; color=&quot;#000000&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;Internal server error. An error log with ID [00123FE5030C00560000000800000A5000040B5ABE8AB74F] is created. For more information contact your system administrator.&lt;/b&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face=&quot;Arial, Verdana, Helvetica&quot; size=&quot;2&quot; color=&quot;#000000&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;&lt;b&gt;&amp;nbsp;Details:&lt;/b&gt;&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;&lt;PRE&gt;No details available&lt;/PRE&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt;</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 401 with the description Unauthorized XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
      Again, I follows an scenario to execute an bapi at R3 using RFC to IS, then put as a file at Legacy system.
      On R3, I did some setups:
        - created an RFC type TCP/IP with gateway hostname and id pointing to R3, and a reg Prog ID named CC_RFC2XI.
        - call Trans: SXMB_ADM to setup Intg. Eng. Config with the role as Appl System & Intg Server point to http://<host>:<port>/sap/xi/engine?type=entry
      On the Intg Dir:
        - created comm. channel from R3 as SAP_2_EXT_RFC as sender with the hostname as R3 host and gateways, and also Prog ID named CC_RFC2XI.
        - created comm. channel for Legacy system as SAP_2_EXT_FILE to stored file as .txt file at legacy system.
        - created Reciever Determination with condition as BAPI execution condition
        - created Interface Determination for interbound interface.
        - created Sender Agreement.
        - created Receiver Agreement.
      - I activated /sap/xi/engine from Trans SICF and also insert user login and password.
      I tested the connection for SM59 from R3 and it's ok.  However, after execute the BAPI with the destination RFC as created, I got the error message above.
      Please tell me what else I am supposed to do.
      Again, I really thank you so much for all your time and help.
    tbluong.

  • E2E RCA - The requested query / does not exist on the current server

    Hi All,
    The RCA for managed system is configured successfully and we are getting EWA for JAVA also.
    But when i try to look at the statistics through Workload Analysis it gives error "The requested query / does not exist on the current server" and "unknown or deleted query".
    I again tried to run CCMSBI_SETUP_E2E report but the problem STILL persists.
    Please let me know what are the other methods i shall try.
    Thanks,
    Rohan

    Hi,
    Our solution manager is in EHP1 SP23 and BI content is on 704 SP05.
    Firstly the BI was configured in 001 client, we changed it to production client and activated the source system as mentioned in SOLMAN_SETP -> Basic configuration.
    Later i found out the there are no queries.  I already told to update the BI content and SAP BW patch to SP06.
    Do you think it will work?
    Thanks and regards,
    Rohan

  • GRC 10 - Risk Analysis in legacy system

    Hi everybody,
    I have a problem with legacy connectors in GRC 10. I implemented the note 1594963. So, I created the legacy files and storage it in GRC server.
    When I run the user synch, the legacy connector only synch the first record.
    Someone can help me? Someone did implement a risk analysis for legacy systems?
    Regards,

    Hi  Claudio Ekel
    Can you share some inputs on the Legacy Risk Analysis.
    We have configured the Legacy Connector as per the note 1594963 ; Placed the files on the server & tried running Synchronization Jobs. But the data is not getting uploaded to GRC10 .
    We made sure that text files are in UTF-8 format
    Is it mandatory to load all the 11 files that are provided in the note 1594963? We have excluded the Profile related files
    Can you share a sample of Legacy file formats that you have used for the sync.
    Can you throw some light on what could be the possible issues for data not getting uplaoded to GRC10?
    Regards,
    Pavan Muthyala

  • RCA Setup for TREX System

    Hello All,
    Can you guide how to do the RCA Setup for TREX System?
    Thanks in advance.

    Hi Rahul,
    I would suggest to go through http://service.sap.com/diagnostics -> SolMan in Detail -> E2E Root Cause Analysis + Media Library
    All the required documentation is available. A brief overview of steps would be:
    - Registering TREX/BWA onto the SLD
    - Model the TREX/BWA in the SMSY
    - Diagnsotics agent setup on the TREX host
    - Proceed with RCA activities.
    Regards,
    Srikishan

  • IDOC/BAPI for Production order creation from Legacy system

    Hi all
    We are using an interface to create Production orders from legacy to SAP. Would you recommend an IDOC or a BAPI to create Production orders. If IDOC or BAPI then could you please mention which one?
    thanks a bunch

    Hi John,
    For your purposes, please use BAPI for production order creation from legacy system. There is no standard inbound IDoc available to use. SAP has an IDoc for outbound interface only (message type LOIPRO).
    If there is an inbound IDoc available, I would recommend to use an IDoc.
    IDoc technology has excellent error handling and will allow you to reprocess an error (if any).
    BAPI is also good approach to use and fast in term of  processing.
    For BAPI approach, you can use BAPI BAPI_PRODORD_CREATE.
    Hope this will help.
    Regards,
    Ferry Lianto

  • BO DI for extracting data from legacy system to SAP BW 7.0

    Hi,
    Has anyone worked on scenario where BO Data Integrator is being used as ETL tool for extracting data from legacy systems to SAP BW 7.0 ?
    Please share your experience on such a landscpae or related documents any of you had come across.
    Regards,
    Pritesh

    There are couple of them - Lawson ERP, Kalido, AS/400.  ECC 5.0 might be there as well.
    Regards,
    Pritesh.
    Edited by: pritesh prakash on Jun 14, 2010 2:00 PM

Maybe you are looking for

  • Multiple devices on WiFi...slow speed

    In our household, we have 2 iPads, 2 iPhones, a Mac Pro laptop, Apple TV and a primary machine that is connected to the Internet via an AT&T modem and distributes the WiFi signal throughout via an older style Airport Express (the flat, round-edged sq

  • Wireless Headset Options for 7931G?

    Hello all! We are in search of a solution for our Receptionist. She needs a wireless headset that will allow her to roam the office a little (minimum 75ft) and still answer calls. She needs to be able to hear the phone ringing (a beep in the headset,

  • Can't open my file!

    Hi, Yesterday I was working on CS5. I saved my progress and a few minutes after that my laptop froze. So I had to restart my computer and now I can't open my FLA file. I know my progress was saved because I am able to open the SWF and see the game I

  • Cannot update to lion 10.7.1

    I just recently decided that I wanted to switch over to iCloud until I realized the iCloud icon was missing from System Preferences. Under the Apple, About it states that my software is Lion 10.7. After researching I see that there have been two upda

  • Nokia 5610 have problem with PC suite

    I have windows XP professional SP2, I install PC suite(software come with phone). I received a message after connecting the phone with my PC: "PC suite does not support the connected phone. Install a correct version of PC Suite and try again." I did