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..

Similar Messages

  • Business packages for Project systems

    i,
    I wanted to know if there is a business package for Project systems which include transactions like CJ20N, CN33, CN41N, DP81,VA23, VA25. I checked in SDN Portal content portfolio and found there is a BP for Projects 5.3 and BP for Project self service. I checked out the content which is present but not sure whether it suits my requirements.
    Appreciate if any one can point to the right Business package.
    Regards
    PN

    Hi,
    Chk out this link, it points to Project Self Service.
    http://help.sap.com/erp2005_ehp_01/helpdata/en/3f/a197422836c76ae10000000a155106/content.htm
    You can find the prerequisites & the configuration required in the above link.
    For this Business Package you have to install the following software components:
    SAP PSS 600
    BP ERP05 PROJ SELF-SERV 1.0
    Regards,
    Abhishek

  • 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 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

  • Changing the data in DataSource in R/3 System for Project System

    Can we change the data of DataSource which is extracted from R/3 sYSTEM for Project System Module?

    Hello Rajesh,
    You can modify it in PSA. Or write the routines or rules logic as per your requirement.
    Could you please elaborate more on what kind of changes you are interested for.
    San.

  • What is a R/3 system, logical system, and legacy system...???

    Hi,
    Please throw some light on...What is a R/3 system, logical system, and legacy system...???

    Hi,
    R/3 system is a normal SAP system that stores data.
    A legacy system is an existing computer system or application program which continues to be used because the user does not want to replace or redesign it.
    Logical System:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/5aa2a0deb91548a1842f8485dee4a2/frameset.htm
    Technical System:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/24/8fa93e08503614e10000000a114084/frameset.htm
    Regards,
    Subhasha

  • CHARM activation check failing on "consolidation system for development system SSA-200 in project ZTEST2

    Hello,
    We are implementing Charmlite and want to activate in project landscape.
    We are Solution Manager 7.1 SP11 and testing this scenario in sandbox.
    Steps completed:
    1. in sandbox domain controller, created two virtual systems and made 3 system landscape, where, I can release the transport and see it in QA system (Virtual system buffer)
    2. The LMDB has been updated with Virtual system and in SMSY, the entries of virtual system shows up. The logical components have the client information.
    Issue:
    in /nsolar_project_admin ->System landscape -> change management, When consistency check is performed, we get error message saying
    Virtual RFC is miising (I am guessing, it should be okay)
    The logical component is incosistent (This might be the reason the CHARM is not getting activated.
    "No consolidation system for development system SSA-200 in project ZTEST2
    No track for project ZTEST2 with log. system SSA/200"
    For me, when i look in satellite system, the consolidation system is a virtual system and it should be fine.
    Please advise
    Regards,
    Durga PK Saitana

    Thank you Karthik. Still the problem persists
    I went through the blog earlier. I created l ABAP instance manually in SLD and moved into LMDB and can see the entry in SMSY. (I did not see any option of putting  virtual flag)
    We were trying harmonization of RFC from note 1384598 and since we had virtual systems, went with domain links.
    After domain links, the virtual systems are read. the Dev ABAP system is not able to find the consolidated system. In the satellite system, I can release transport and move the transport.
    Not sure, why this issue is persistent.

  • Distribution system for logical system not correctly maintained

    Im logged in into SAP R/3 system. When starting transaction POIT I chose "production orders for".
    I fill in the fields for
    Plant -> 001
    Material -> T-HV200 (Ice Mix)
    At the top I have to enter a "optimization system".
    I chose the logical system I created (CE6CLNT850) from a list.
    After I hit the execute button it says:
    "Distribution system for logical system CE6CLNT850 not correctly maintained."
    The distribution model for CE6CLNT850 (transaction: BD64) looks like this:
    Componentsystem CE6 SAP R/3 4.6c----
    CE6CLNT850
         NX7CLNT800----
    NX7CLNT800,No Short text exists
               LOIPRO----
    Production order
    What is the problem here?
    And by the way, WHY DO I HAVE 479 entries in my list of logical systems when I'm trying to chose the "optimization system"???
    best regards,
    Lunatikk

    Thanks for your answer,
    the RFC destination is configured correctly. It says that the connection works when I run the test.
    I'll post it in an other forum as you suggested but I have another question:
    You said that it is possible to have 474 logical systems configured on the system.
    1. Who defined those systems and why?
    I am the first one in my company using this system.
    We ordered to a SAP system through RAC Service.
    I thought we would get a "fresh installation" of the SAP system -
    2. please correct me if I'm wrong.
    For example there are logical systems with names like "boon software" and "camstar", which are real companies.
    There aren't just logical systems configured, there are also additional RFC destinations, distribution models and ports that were there from the beginning.
    3. Is it possible that those logical systems interfere with the sending of the IDOC. Could it be possible?

  • 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.

  • Business System or Business Service for ORACLE system

    Hi all
    We are creating a configuration scenario which includes a oracle database as receiver .Please clarify me whether to create a Business System or Business Service for the oracle system.
    Full Points will be awarded
    Thanks and Regards
    Uday

    Hi,
    We use Business system when we know the SLD Details(PRD,SWCV & TS)
    We will use Business Service when we dont know the SLD details and we know Partially
    We can create the Business system in SLD
    We can create the Business service in ID itself
    Difference between Business System and Business Service
    So Decide your self now to create the Business system OR Business Service
    REgards
    Seshagiri

  • 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,

  • Transferring data(Transfer Order )  From SAP system to Legacy System

    Hi Friends
    please , help me out
    I Need to Transfer The Transfer Order (LT03) Data To legacy System
    How to create the Idoc on LT03
    Is there a solution for this please..
    Regards..
    null

    Hi Viswa ,
    You need to setup the configure the communication between SAP and legacy.
    EDI will suffice your requirement.
    Regards,
    Madhu.

  • Optimal System for Legacy PowerBook

    Hi,
    I must keep OS9 running to support legacy software.
    I have a 15" 1.5GHz PowerBook that I can use for this.
    There's OS 9.2.1 Classic on it now, with 10.4.11.
    Q1. - What OSX would be optimal for the PB or should I stick with Tiger?
    Q2. - Is there a "best" (Adobe) Creative Suite for it, too?
    For current s/w, I use a MBP running 10.6.3
    Thanx,
    s

    I must keep OS9 running to support legacy software.
    Then you need to stick with Tiger. Mac OS X 10.5 doesn't support Classic.
    Is there a "best" (Adobe) Creative Suite for it, too?
    Click here for information. CS3 will run in Tiger.
    (51883)

  • Help configuring system for media system and work

    Hello All,
    First thanks for your help
    Basically I have an outline of what I would like to do and with your help I can get rest figured out. Going to get a Mac Pro 2.66 Ghz 2Gb ram to start with then eventually upgrade to 4g ram, ATI 1900 XT Card,bluetooth and airport,2 superdrives,2 monitors hooked up and 1 hard drive of 750g Thats my starting point
    I want to buy 3 seagate drives of 750g each to fill up to max
    So question 1. is how do I set up the hard drives I have heard about raid 0 and raid 1 but not sure how to go about it?also want the safest set up have noticed sum people on forums sumtimes lose info so I am concerned
    Sum info for the above question is that my plan was to connect the 3 seagate drives into 1 and add my itunes folder to this drive basically a giant media drive plan to have all my music and over 600 and adding movies that i am converting via handbrake so when Itv is realesed I can view all my media on the tv and box all originals up and 1 extra hard drive use that simply for files documents etc.So with this info my next question is
    2.Once leopard is realesed what will be best way to back up info?and how using this configuration or different one?
    Thank you again I know I probly missed sumthing and will ask as info comes in or I remember
    P.s will be doing video editing
    PowerBook, soon to be Mac Pro   Mac OS X (10.4.8)  

    Your questions have been asked and answered in the Mac Pro forums. I suggest you take some time to search these forums for information. You will find information on RAID performance at http://www.barefeats.com.
    For information on backups visit The XLab FAQs and read the FAQ on backup and restore.
    RAIDs do not provide any data security. If you need to maintain a backup of your system and data then you will need to provide additional storage sufficient to backup your main storage array. Given your indicated configuration you would need an external RAID system made up of three 750 GB drives that would be used to backup your internal array.

Maybe you are looking for