Technical differences between SAP Enterprise and SAP ECC 6.0

Hi,
Can anyone plz tell me what will change technically after the upgrade from SAP Enterprise to SAP ECC 6.0, in respect to reports, module pool programming and other technical logics?
Thx,
KK

Difference b/t ABAP4.7  and ECC6.0.
Difference between R/3 4.7, ECC5 & ECC6 anyone?
http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
http://service.sap.com/releasenotes
/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
Re: R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000497320&_SCENARIO=01100035870000000112&_OBJECT=011000358700000810532004E
http://help.sap.com/saphelp_nw2004s/helpdata/en/5b/8c3842bb58f83ae10000000a1550b0/frameset.htm
http://service.sap.com/releasenotes
See this weblog:
/people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
Re: R/3 Enterprise v mySAP ERP 2003 v ECC 5.0 v mySAP ERP 2004
http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000497320&_SCENARIO=01100035870000000112&_OBJECT=011000358700000810532004E
http://help.sap.com/saphelp_erp2005/helpdata/en/43/68805bb88f297ee10000000a422035/frameset.htm
A similar post
/message/1783778#1783778 [original link is broken]
You can go through the Release Notes for each of the versions after 4.6B (4.6C, 4.7 , ECC 5.0 & ECC 6.0)
http://help.sap.com/saphelp_erp2005/helpdata/en/43/688055b88f297ee10000000a422035/content.htm
For 4.7 SAP R/3 http://help.sap.com/saphelp_47x200/helpdata/en/12/9d78d6d8f74043a32e82be87e433b7/content.htm
Release Notes on SAP Web Application Server 6.30
http://help.sap.com/saphelp_47x200/helpdata/en/2b/64fc3e9d3b6927e10000000a114084/content.htm
http://solutionbrowser.erp.sap.fmpmedia.com/
http://solutionbrowser.erp.sap.fmpmedia.com/
http://service.sap.com/instguides
http://service.sap.com/erp
http://www.stonewayinc.com/clients/sap/bestoftour/presentations/SAP_BOT_2_Furlan_IBM.ppt
From the ABAP perspective, few differences are.
The WS_* function modules used in 4.6c has become obsolete from 4.7C. All the WS_* FMs have been replaced by GUI_* FMs.
(ii) Concept of Unicode is introduced.
(iii) Few tables have been modified in ECC6.0.
Tables TVARV & TTREX have been replaced by TVARVC & TTREXN respectively.
(iv) we have enhancement points and enhancement sections along with enhancemnts and BADI'S . and we can write the part of code in those points.
For functional differences please check out the following link:
http://solutionbrowser.erp.sap.fmpmedia.com/
ECC->enterprise central component.ECC 6.0 is the advanced version.if we consider in technical point of view then i can give u one example.
In the new version we have enhancement points and enhancement sections along with enhancemnts and BADI'S.SAP has provided these ,so that without going for access keys we can write our code in the enhancement points along with Standard SAP code.So now SAP has provided more user friendly environment.Also a new DEBUGGER also arrived with the new version.Now we can see more things in the new er version of DEBUGGER.
Reward points for useful Answers
Thanks
Murali Poli

Similar Messages

  • Difference between ECC5.0 and SAP 4.7 (ABAP developer point of view)

    dear experts,
    can anyone tell me the mian difference between ECC5.0 and SAP 4.7 from an abap developer view point.
    thanks in advance

    Hi,
    From an ABAP perspective, there are not many changes, but addition of new classes, methods etc.
    Please refer to the link - http://solutionbrowser.erp.sap.fmpmedia.com/
    The above link tells about both of the versions.
    For more information, you can refer to release notes of ECC 5.0.
    Thanks,
    Srinivas

  • Differences between SEM BCS and SAP BPC

    Hello All,
    Can you please let me know the differences between SEM BCS and SAP BPC. What I know is SEM BCS is an SAP product for Financial Consolidation (Legal and Management). SAP BPC is the new product taken over from Outlooksoft. It also features the consolidationa and planning functionalities. Can you please suggest which is a better product.
    Regards
    Vikram

    There is nothing like better or worse product.
    BCS has some strong features like consolidation monitor, investment consolidation and for most consolidation functions, configuration is very easy. In BPC, you may have to write scripts.
    BCS has BW as the backbone  where for BPC 5.1 there is none. Howveer, in  BPC 7.0, the BPC will rest on BI and things will be much better.
    Ravi Thothadri

  • Technical difference between ECC5.0 and ECC6.0

    Hi everyone,
    Can anybody tell me whats is the Technical difference between ECC5.0 and ECC6.0.
    I am doing upgrade from ECC5.0 to ECC6.0 in Retail.
    Regards,
    Divya

    Dear Divya,
    When it is a technical upgrade from a lower version to ECC6.0, many objects like includes, Function modules, reports, OSS notes, DDIC objects, BDC/Print programs, SAP scripts, screens will get affected due to the upgradation. So we need to check with all these objects.
    u2022 We will encounter short dumps while executing certain programs. This may be due to the usage of obsolete function modules or Unicode errors.
    u2022 The BDCs in the upgraded version will become defective as many of its screen field names will be changed during version change.
    u2022 Program texts of many programs will be lost. They have to be restored.
    u2022 In case of tables, enhancement category has to be provided.
    u2022 There is a possibility of losing the variants during upgradation. So care should be taken to retain them before upgradation.
    u2022 ECC6.0 is case sensitive, so many of the interface programs will fail to transfer (FTP) files between systems. These objects have to be changed so that the commands passed to the external system be UPPERCASE.
    So a developer should be aware of the following:
    u2022Unicode programming is followed in ECC6.0. So we need to be aware of it to rectify certain Unicode errors which are likely to occur.
    u2022You have to run the transactions SPAU & SPDD to check for list of standard & custom objects that needs modification in the upgraded version.
    Check the below link to find more details on usage of SPAU & SPDD transactions
    http://help.sap.com/saphelp_nw2004s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    u2022Should be aware of the objects that have become obsolete in ECC6.0. They have to be replaced by appropriate ones.For eg.:
    --> The WS_* function modules have been replaced by GUI_* FMs in ECC6.0 as WS_* FMs have become obsolete from 4.7
    -->Tables like TVARV & TTREX have been replaced by TVARVC & TTREXN respectively in ECC6.0.
    u2022In case of tables, we need to specify the Enhancement category.
    u2022Due to upgradation, we will lose out some variants. So we should take a back-up before proceeding with the upgradation.
    u2022In case of BDC programs, some field names will be changed. So they have to be named appropriately.
    Please check with the below links for more details:
    SAP Upgrade guide:
    http://www.thespot4sap.com/upgrade_guide_v2.pdf#search=%22upGRADE%20STEPS%20-%20SAP%22
    From ABAP's perspective, the following link helps you:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5ac31178-0701-0010-469a-b4d7fa2721ca
    For technical upgrade inputs:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/07/upgradeFROMR3TOmySAPERP-PARTII&
    https://wiki.sdn.sap.com/wiki/display/profile/UPGRADEFROMR3TOmySAPERP-PARTIII
    Hope this helps you.
    Regards,
    Rakesh

  • Technical Difference between 4.6c and ECC 6.0

    Hi
    Currently we are on R/3 4.6C and will be upgrading to ECC 6.0. Can any body tell me the technical difference between R/3 4.6C and ECC 6.0.
    Thanks in advance

    hi
    As per the technical difference
    you're "Basis/Technical", focusing on the underlying technical "Basis" or "NetWeaver" versions will help you stay on the right track. Technically, ECC 6.0 is 2 "technology" versions higher. Following is the terminology/version information for the last 3 ERP product versions:
    SAP R/3 Enterprise (4.7x)
    SAP BASIS 6.20
    SAP ERP 2004
    SAP NetWeaver 2004 (BASIS 6.40)
    ECC 5.0
    SAP ERP 2005
    SAP NetWeaver 2004s (BASIS 7.00)
    ECC 6.0
    The main technology feature delivered with NetWeaver is the integrated J2EE engine (Web Application Server Java).
    --->you will install an SAP ECC 6.0 System based on SAP NetWeaver 7.0. The system will be implemented on a Windows 2003 64-bit operating system and MaxDB. Special features of installations on Unix- based operating systems and other databases are dere as compare to 4.6 c
    Thx
    Shilpa

  • DIFFERENCE BETWEEN TALLY ERP AND SAP BUSINESS ONE

    Hello Experts,
    From where i can find the  comparison between TAlly ERP and SAP business  one ?

    Tally 9.0
    Accounting
    . To fulfill legal requirements - records as per standards and practices
    . To pay taxes to various bodies - statutory needs
    . Keep the business running - manage receivables & payables, cash, bank...
    . Keep a watch on the pulse of the organisation - key performance indicators
    . Respond to queries - to locate the right transaction immediately
    . With the entry of a voucher (this is what we call all accounting transactions) all books  of accounts, all reports, all totals & sub-totals are updated instantly. There is  nothing more that needs to be done - whether you are inserting a forgotten entry, or correcting one.
    . Taxation requirements of all the states of India are available, in the prescribed formats.
    . Supporting tasks like reminder letters, delayed interest, ageing, bank reconciliation.
    . One single dashboard to look at all important business ratios.
    . Drill down from any report, even the Balance Sheet, right to any voucher or filter and search.
    . Data entry in the language of the users choice - and report in any other  language (from the languages supported).
    . Mark vouchers that are draft as 'optional' and convert these to final- with one button click
    Financial Management & Controls
    Tally.ERP 9 comes with rich features & financial reports that give you the necessary management and control of your business. A few of these are listed below:
    u2022 Funds Flow & Cash Flow reports - help you locate bottlenecks
    u2022 Bank reconciliation - keeps your bank books in sync, and identify unclear instruments
    u2022 Customer Credit Limits - to limit risk of default and large losses
    u2022 Budgets - keep tabs on projected expenses against actuals
    u2022 Mark vouchers post dated - these will reflect into the books of accounts only on/after that date
    u2022 For needs where reports have to consider a transaction that has not happened  (say salaries for this month that get paid the next month) vouchers (called 'reversing  journals') can be marked to 'disappear' for reports post a specific date
    u2022 "Scenario" management - helps you with your business forecasting and planning. You can use optional, reversing journals and memorandum vouchers, to aid in recording provisional entries that are useful for interim reports
    u2022 Multiple inventory valuation. You can decide one valuation method for the business,  and be able generate financial reports using any other valuation method - as the  statutory method may not be appropriate for your needs, your bankers and for other decisions
    u2022 Cash balances can go negative - you can get warned if this is about to happen, or  see reports and make the necessary corrections
    u2022 Several business exceptions are available (negative stocks, negative ledgers) - for
      you to exercise control over these activities
    u2022 A one-screen business ratios with drill down right up to the transactions - help you to  correct course frequently u2022 Item wise & document wise profitability statements to control revenue leakage and inappropriate pricing
    u2022 Internal audits are supported with audit controls - authorised users can mark  vouchers as 'audited' and can get to see reports on changes made post audit, and the name of the person making the change
    Inventory Accounting & Management
    If you deal in goods, of any type, you'll appreciate the Inventory capabilities in Tally.ERP 9.
    You can comprehensively record all types of inventory transactions, using goods receipt notes, delivery notes, stock journals, manufacturing journals and physical stock journals. All stock movements are fully recorded and maintained in stock registers.
    Developed for all manufacturers, distributors, wholesalers or traders a small list of features are briefly described below:
    Manufacturers:
    . Bill of materials and Manufacturing Journals, to record material conversions
    . Compound bill of materials support, for units that contain assemblies
    . Multiple locations (godowns)
    . Excise for manufacturers, including all documentation and invoice
    . Costing for jobs
    Distributors & Wholesalers:
    . Multiple price lists, with effective dates of applicability
    . Use multiple units of measure (say KG's & grams)
    . Dual units of measure (say KG's and bags, to support variations as happens in commodities)
    Traders:
    . High speed billing, with support for POS printers
    . Bar code support
    . Automatic application of taxes
    . Service billing & service tax
    . Integrated sales return in bills
    . Print bills (and any other document) in the customers language
    Common:
    . You can choose to de-link the computed inventory value to automatically appear in
       your financial statements - and enter this figure manually.
    . Stock ageing reports, to identify slow and non-moving stocks
    . Invoice profitability reports to keep a pulse on sales
    . Multi-currency transactions - buy and sell across the world - with integrated forex  gain/loss calculations
    . Physical stock take records to adjust physical vs. actual stocks
    . Maintain batch & expiry details
    Purchases & Payables: from Order to Payment
    Tally.ERP 9 delivers the entire purchase cycle whether the need is the complete purchase order - goods receipt - rejections & returns - advances, debits & payments or a single payment entry, fulfilling all needs.
    To ensure that you have the right stocks and minimize carrying costs, Tally.ERP 9 delivers the following to improve purchase orders:
    . Define Re-order levels as a definite number or based on consumption
    . Define minimum quantity to order as a definite number or based on consumption
    . Pull up a report that shows the stock position, including complete details of open purchaseorders, sales orders that need to be fulfilled - check on past purchase history, and then place orders
    . Optionally stagger delivery dates in the PO
    When receiving goods:
    . Make entries in accordance with supporting documentation, including errors your suppliers could have made (say of multiplication & round off)
    . Incorporate additional costs
    . Automatically manage input taxes
    . Flexibility allows receipt of goods, quantities and rates different from that ordered - since this is common in real life
    . Record samples & free items (using different 'actual' & 'billed' quantities)
    . Multiple receipts for one order or one receipt for multiple orders, or against verbal ordersIn case there is a need to add other costs (say coolie and cartage) these additional charges can be apportioned to the cost of goods purchased.
    Supplied goods may not match your needs and these are managed by the 'Rejections Out' inventory voucher. Supplier dues, input taxes and inventory positions are updated.
    Suppliers often indicate likely profits, which may not be met. In case such assurances are made, you can look at Item profitability reports, and get the facts right. You could then negotiate a rebate and record this as a debit note.
    Keep tabs of how much is due to whom, when. Manage advances, payables & post dated checks. Ensure there are no errors in payments - print checks from Tally.ERP 9.
    Sales & Receivables: from Order to Receipt
    The lifeline of a business, efficiencies in sales operations, both of goods & services, directly impact growth and profitability. The need to optimise and keep a close watch here requires exceptional capabilities from your business IT system - and Tally.ERP 9 meets these demands.
    The sales process is supported with the following documents:
    . Quotations - records of quotes
    . Sales orders - accepted customer orders
    . Deliver Notes - documents that accompany goods
    . Sales Invoices/Cash Bill - to record the sale
    . Credit Notes - for financial adjustments
    . Rejections in - for goods returns
    . Receipts - for advances and receipts
    Do you have cash sales (sales across the counter)? With support for Point of Sale printers, bar codes and receipts in multiple tenders, you POS enable your business at no additional cost. Product sales may come with added services - and the integrated product & service billing will close this.
    Enforce credit limits, where needed. Along with the Payment Performance of Debtors report you can identify persistent problems and take necessary business decisions. Interest for delays & reminder letters aid in collection.
    For businesses engaged in Excisable goods, you get full support for Excise for Traders & Manufacturing Excise - matter of fact a business could be both!
    Make multiple deliveries from one order, or one from multiple orders - this common need is available across all documents of the sales process.
    Do you have multiple classes of customers? You can easily setup multiple prices (even in advance and specify the date from which they are effective).
    Discounts against the line, or for the document, additional charges as a percentage or lump sum, automatic round off of bill totals, automatic computation of VAT & Service tax, returns & exchanges are all available.Need to verify that you are making the desired sales margins? Item wise and bill wise profitability reports will help you keep tabs.
    Multi-company
    Security: With multiple companies, possibly including personal accounts, you may need to control who gets access to which companies, and to do what. You can set up users, grant or deny access - and these are defined for each company.
    Remote Access: You choose to specify which company is accessible remotely. You choose which remote users have access; you decide what access a remote user gets.
    Central User Management: Users come and go. You might also have a password policy requiring users to change passwords every few weeks. You can take advantage of the ease of central user and password management that Tally.NET identities carry - and even remotely manage these while not in office.
    Special NeedsMulti-CompanyMulti-PeriodMulti-Cost/Profit CentresMulti-CurrencyMulti-UnitsMulti-Location InventorySecurity and Access Control Remote Access
    What is Series B
    This Series will deliver major enhancements both in entirely new areas of functionality as well as in technology capabilities.
    Technology & Capability Enhancements
    Multi-session
    Support for multiple application windows, which can even be launched by clicking on a mail link or a 'shortcut., Each of these are simultaneous 'windows' into different areas of your business processes & reports. Dynamic data refresh and the display of different views when resizing - for e.g. smaller windows displaying a more consolidated view of data, will improve organizational management and productivity.
    Multi-threaded
    A 'thread' is a specific task that is being performed by the microprocessor. Enhanced capabilities will be enabled such that each application window can perform more tasks simultaneously instead of linearly, including processing messages from the server. Multi-core processors, even on the desktop, are now common. We will take full advantage of these as well.
    Multi Stack Architecture for Scale-up & Scale-down Deployments
    To deliver the capabilities described above, and the ones that follow, Tally.ERP 9 will become 'componentised' - consisting of several layers of programs - often referred to as 'n-tier architecture'.
    These software components are horizontally scalable, meaning that you can add one more computer to increase the computing power needed for a layer. In the same way, you can remove systems as needed, or collapse them into a single system - all of them even on a notebook, if required.
    High Transaction Capacity with Low Latency & Management
    Let us say that you start generating a report that needs to be extracted from a few thousand vouchers. This process is run in a 'session', which is isolated from all other users. Even if other users delete or modify any of the vouchers needed for the report while the report is being compiled, there is no impact on this session and you will get to see the report as if these other users did not exist.
    In the same way, the user performing the edit will also be isolated. After the edit, he can open the voucher and see it with the changes he made, perhaps even delete it.
    The architecture described above will in itself deliver substantial performance and transaction handling capacity. To push performance further in those cases when the storage media (typically the hard disk) is busy with other operations, additional capabilities will store these transactions 'temporarily' in a 'Q' for later write, while the user is free to continue his work (these transactions are protected against power failures and so on).
    Payment Engine for Debit & Credit Cards
    The facility for online payments using a variety of payment mechanisms (NEFT, online banking, credit cards), as well as receive payments (Debit / Credit Cards, NEFT etc) will be available.
    Functional Enhancements
    Online Banking and Reconciliation
    Collaborating with Banks who wish to facilitate their customers with this capability, we will provide Online Banking - including Payment Instructions, Standing Instructions, DD, NEFT,RTGS Transfers, Balance Queries, Instruction Status, Automated or Semi-Automated Bank Reconciliation.
    Point-of-Sale for most Retail Environments
    Series B will support dedicated POS terminals, with Credit/Debit Card, Discount Coupons and various other payment mixes, Loyalty support, schemes, multi-layered supervisory control, simultaneous keyboard and scanner controls, integrated or isolated printing of bill and credit card authorisation slips, item substitution, rate markup/markdowns, integration with measuring devices - such as weighing scales, bill suspension and retrieval, bill reversals and cancellations, etc. It can also be used for other store operations (receipting, inventory management etc), and general business operations (finance and accounts) - both on the same machine or separate machines.
    Income Tax
    Comprehensive IT coverage encompassing corporate & individual income tax, including typical payroll requirements and e-Returns will be available.
    EXIM Documentation
    Import & export documentation has become a growing need with the world economy becoming more open. This requirement will be supported, additionally covering the processes that need to be managed along with the documentation.
    Job Costing
    The enhanced Job Costing functionality will support most job costing needs to a level of granularity that is increasingly needed. We expect that you will be able to handle most, if not all, project accounting needs as well.
    Fixed Assets
    To take advantage of tax breaks as well as to manage organizational assets, this feature will support all requirements - from opening assets, adding, removing, amalgamating, grouping, vendor tagging, AMC's, servicing, service calendars, repairs and upkeep, refurbishing, breaking-down, depreciating and disposal for complete fixed asset management.
    Tally Addons Manufacturing Excise software, Tally Report Writer, Material Requirement Planning, Audit TrailVoucher-Type Level Security, SMS Plugin for Tally

  • Are there any technical Differences between stanard R3 and ISU

    Hello everyone,
    I have recently been speaking to a client who is running ISU.  They are asking for assistance with thier landscape from a technical perspective (BASIS and DB).  i.e. monitoring db growth, reorgs, etc.
    Now, I have been working in BASIS for over 10 years now, and am very comfortable with the above rols.  My question however is -  are there any "technical" differences between the standard SAP system, and ISU?  or are the differences mainly seen on the functional side?
    Thank you very much for any insight any of you can provide.
    Kind regards
    Richard Rog

    Hi Richard,
    I have been a Basis administrator for IS-U/CCS systems for 7 years.  The points Juris made are correct. 
    There are no new transactions or procedures for maintaining and monitoring an ISU system.  ISU "sits" on top of R/3.  The main ISU transaction for customer contact CIC0 has an HTML component that needs an ITS server.  In a 4.6C system you will need to maintain an external ITS.  In ECC 6.0 you will have an integrated ITS.  The main difference from a Basis perspective is support pack application. 
    In 4.6C ISU is an add-in installed in SAINT.  There are conflict resolution support packages (CRT's) that are installed at the same time the SAP_APPL support packages are applied.  In fact SPAM recognizes the ISU add-in and won't let you upgrade APPL (and sometimes Basis) support packs without the CRT's.
    In ECC 6.0 IS-U isn't an add-in any more and has it's own support packs in module IS-UT.  IS-U must be turned on though during an installation or upgrade.  This is done in SPRO with "Activate Business Funcitons".
    Dustin
    Edited by: Dustin Justet on Jun 27, 2008 10:47 AM
    Edited by: Dustin Justet on Jun 27, 2008 10:51 AM

  • Difference between oracle8 Enterprise and oracle8 server??

    COuld some one point me to info regarding the
    differences between Oracle8 Enterprise
    edition and just Oracle8 server..
    I have been trying to look on the docs, but
    not much luck..
    TIA.
    jithu

    They are essentially the same - the differences are in features, mainly being that EE supports Data Warehousing features such as BitMapped indexes, Table partitioning and materialised views to name a few. There is a doc on the Oracle web site that lists the features and whether they are supported on Server or EE. I don't where, I just did a search one day and found it.

  • Technical difference between credit memo and invoice

    Hi,
    What is difference between transaction invoice and credit memo that are created in transaction FB60 and FB65.( is there any field that can exactly differentiate between these transaction types)
    Regards
    paveee.

    Hi Praveen,
    I think this is not related workflow question but i know the some difference fields in b/w these two.
    Vendor Invoice (FB60)
    Incoming Credit Memos (FB65)
    Incoming Credit Memos:
    As required fields:
    · Transactn
    · Bal.
    · Vendor
    · Document date
    · Doc. type
    · Posting date
    · Reference
    · Amount
    · Currency
    · Text
    · Company code
    Vendor Invoice
    As required fields:
    ·         Transactn
    ·         Bal.
    ·         Vendor
    ·         Invoice date
    ·         Doc. type
    ·         Posting date
    ·         Reference
    ·         Amount
    ·         Currency
    ·         Text
    ·         Baseline date
    ·         Company Code
    Thanks and Regards,
    Prabhakar Dharmala

  • Technical Difference between SAP4.6c and ECc 6.0

    can any one give brief difference between the sap4.6c and ecc6.0 in technical point of view.

    Hi..
    mySAP ERP includes the following key components:
    1.SAP ERP Central Component for financials, human capital management, procurement and logistics, product development and manufacturing, and sales and service
    2. SAP NetWeaver – with the following components:
    3. SAP NetWeaver Business Intelligence
    4. SAP NetWeaver Portal
    5. SAP NetWeaver Exchange Infrastructure
    6. SAP NetWeaver Mobile
    7. SAP NetWeaver Application Server
    8. Self-service procurement functionality, available in the mySAP Supplier Relationship Management application
    9. SAP Strategic Enterprise Management application
    10. SAP E-Recruiting application
    11. SAP Learning Solution
    12. SAP Financial Supply Chain Management set of applications (including treasury and bank communication solutions)
    13. SAP Employee Self-Service application
    14. SAP Manager Self-Service application
    15. Collaboration Projects (cProjects) application
    16. SAP E-Commerce application (Web application component)
    17.Support for industry-specific applications
    i work currently in this version..
    there are many additions as of with the other version..
    to name a few:
    1. degugging options are mor.. you can do external session debugging and interal with number of options with addition to the classical debugging..
    2. web service application are done extensively in this version...
    3.some enhancement in the abap statements also..
    for ex:
    1. in the LOOP at statement there is a addition REFERENCE INTO dbref.. which is specific to 6.0 version.
    etc..
    regards
    kothai venkatasamy

  • Technical difference between 4.7 and ECC 5.0

    Dear all,
    What are the differences between SAP R/3 4.7 version and ECC 5.0 version ? Where can I get additional information and documentation on this ?
    Thanks in advance

    Hi,
    /people/thomas.jung3/blog/2005/05/15/abap-46c-to-640-delta-training
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/a7455fd8-0301-0010-d7b5-c2103a49c255
    Regards,
    Raj

  • Difference between Solution Manager and SAP CTS

    Hi,
    I am having trouble understanding what is the difference between the two. Which tool is recommanded to use?
    Thx in advance,
    regards
    Edited by: Bob Thiouwz on Apr 3, 2008 12:47 PM

    Hi,
    search on SDN u will get more helpful answers.
    Solution manager is a tool which is used for maintaing a project related documents.
    refer the below link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce89c290-0201-0010-5985-dd64605111fd
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ce0b74e3-0601-0010-29a0-f2a6af98ef06
    /people/community.user/blog/2006/12/07/organize-and-perform-testing-using-solution-manager
    CTS is the change and transport system used to transport Xi objects.
    refer the bleow link for more detail:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80bbbd55-5004-2a10-f181-8bb096923cb6
    The XI use case for CTS+ introduces a new transport handling mechanism that offers tighter integration for the transport of ABAP, Java, and Integration Builder objects (Integration Repository and Integration Directory) using the Change and Transport System (BC-CTS) functionality.
    As your XI system requires both the ABAP and the Java stack of the SAP NetWeaver Application Server, the following transport tools are available after installation:
    The ABAP transport environment (BC-CTS)
    The file export and import mechanisms or CMS integration to transport Repository or Directory objects in your transport landscape
    In addition, you might also have to transport Java development objects by using the SAP NetWeaver Development Infrastructure itself.
    The enhancements to CTS in combination with the SAP Solution Manager Change Request Management (ChaRM) address the following issues:
    Synchronized transports for mixed systems (ABAP & Java)
    A unified application for mixed system landscapes
    Tracking of non-ABAP transports including Change Request Management
    For your XI landscapes there will be one central transport environment with CTS+ where you can manage all XI-relevant transport objects from a single entry point.
    Chirag
    Edited by: Chirag Gohil on Apr 3, 2008 4:36 PM

  • Is there any Difference between Business Objects and SAP Business Objects

    Hi Folks,
    I am planning to learn BO, i need clarification is both normal BO and SAP BO are same or SAP's BO is different from what we have old BO
    Please any one suggest me on this.
    Thanks & Regards
    Ramakrishna Kamurthy

    hi,
    BO and SAP BO are both the same....recently the SAP took the BO and it is now the property of SAP....also in the future the BO is used in SAP BI for reporting purposes. But you need licensing for SAP BO.
    hope it helps.
    raghu.

  • Difference between OpenSAP free and SAP paid Certifications?

    Hi OpenSAP team,
    I have taken part in few HANA courses, namely,
    "An Introduction to SAP HANA, Dr.Vishal Sikka"
    "SAP Business Suite Powered by SAP HANA"
    "Introduction to SAP HANA Cloud Platform"
    and also registered for "SAP BW Powered by SAP HANA"
    My question is, how different are these participation certificates from the other paid fee obtained certificates? In my case, what more SAP HANA cources should I take to get equal to SAP HANA Certification?
    If these OpenSAP courses is equivalent to SAP Certifications, then that would be great.
    Many thanks,
    Gopal Seri

    Hi Gopal,
    Thank you for reaching out to us. The Record of Achievement from openSAP is not comparable to an SAP certification.
    To receive an SAP certification, you should go to the SAP Training and Certification Shop (http://training.sap.com) to find other great offerings from SAP. You can easily find courses that relate to those that you've completed on openSAP.
    For example, if you search for SAP Business Suite powered by SAP HANA on http://training.sap.com and go to the openSAP course, you can find related courses and certifications.
    If you've completed Introduction to SAP HANA Cloud Platform, then you can find follow up trainings on openSAP such as Next Steps in SAP HANA Cloud Platform and Extending SAP Products with SAP HANA Cloud Platform. These trainings provide you with practical skills and allow you to learn from your location. You can also find related courses and certifications from the SAP Training and Certification Shop.
    I hope that helps you to find further trainings from SAP. Happy learning!
    Kind regards,
    Claire

  • Difference between Hyperion Enterprise and HFM

    Hello,
    Can anyone tell me the difference between the mentioned products? I know both of them are used for Financial Consolidation. Just looking to understand if our company should stick with HE or move to HFM.
    Thanks.

    HFM is the next generation Consolidation product. It was built from the ground up with the latest technology to remedy some of the issues that faced Enterprise like scalability, centralised deployment via the web, and reporting improvements.
    It is a completely different product to Enterprise in that it uses the dimensionality concepts of OLAP to enable a much lower level analysis. There are 12 dimensions to the product. 8 of these are fixed like Account, Entity, Year, etc while the remaining 4 are customisable based on the requirements. These custom dimensions essentially replace the Sub Accounts used in Enterprise and enable a far greater level of detail to be captured within a smaller Chart.
    The decision the migrate to HFM would need to be made based on key pain points you are feeling with your current Enterprise application. What are some of the issues you are facing at the moment?

Maybe you are looking for

  • I'm trying to reconnect my Time Machine.

    Hello, I'm trying to reconnect my Time Machine backup.  When I select my Time Machine I'm getting an error message "The disk image "kimby's iMac.sparesebundle" is in use.  Try ejecting the disk image.  How would I do this? I have no clue what they ar

  • Can't install driver for my ATI Radeon 9800 XT VGA card!

    Hello: I own a computer with these specs:     Operating System                                  Microsoft Windows XP Professional 5.1.2600 (WinXP Retail)     Computer:       Computer Type                                     ACPI Uniprocessor PC      

  • Pange Extender Makes HH5 Reset Continuously

    I have added a wireless range extender, (TP-Link TL-WA830RE v1.00), to my set up. When used as an extra access point this works fine, but it is annoying to keep switching portable devices between the TP-Link and the HomeHub5 when moving around the ho

  • Saving Appleworks files for Word for Windows.

    If I send a file in one of the Microsoft Word formats will the person receiving it be able to open it on their Windows computer?

  • Can I have primary and standby in same OS but different releases.

    All, Can I have primary and standby DBs in same OS but in different releases? i.e. primary is in RHEL 5 and standby is in RHEL 4, is it ok to setup or do we see any issues? Thanks, Mahi