Free Essay

Erp Solutions with Sap.

In:

Submitted By danusia
Words 2606
Pages 11
Fundamentals of Supply Chain Solutions with SAP
Enterprise Resource Planning (ERP) Enterprise Resource Planning (ERP) is a framework for organizing, defining, and standardizing the business processes necessary to effectively plan and control an organization so the organization can use its internal knowledge to seek external advantage. The ERP system is a set of software applications that organize, define and standardize the business processes necessary to effectively plan and control an organization. Essentially, ERP applications are a computer model of a business, embodying the products and processes, information flow, procedures, and relationships between functions and activities. A set of planning applications can provide recommendations for what must be accomplished in order to meet the forecasted demand and keep the business functioning smoothly. Planning is at the core of ERP and is embodied in a top-down hierarchy of functions: master planning, detailed material and resource planning, and execution, such as production control and purchasing. Master planning is the executive level function that sets the operational business plan, supports the sales and operations planning (S&OP) process. Detailed material planning (Material Requirements Planning or MRP) uses bill of material and inventory information to develop a complete manufacturing and purchasing plan for all products, assemblies, components and materials. At this level capacity requirement planning (CRP) ties the production plan to resource availability, creating work center capacity and loading. Clustered around the planning core functions, additional software modules provide support for executing the plan (production control, purchasing), gathering information for tracking status and feedback to planning (closed loop) and for accounting and control. Additional modules help manage customer orders and fulfillment, forecasting, costing (often integrated within the execution functions), master data (bills of material and routings), finance (accounts payable and receivable, payroll, general ledger, financial reporting and analysis), quality, shop-floor data collection, and more.
ERP must be built on a single, comprehensive database management system. Data analysis and reporting tools are also an essential part of the system, allowing full exploitation of the broad range of information that the system will manage. Another essential technology characteristic is Internet connectivity and e-business links for e-commerce and customer service, supplier relationship management, and collaboration. Modern systems employ thin-client, highly graphical, tailorable role-based user interface with simple connections to and from Microsoft Office applications (Excel, Word) and e-mail. ERP systems are available on a variety of hardware platforms and operating system environments including cloud-based Software-as-a-Service (SaaS) Subscription alternatives (www.aptean.com). The ERP system offers a wide range of advantages for its users, such as complete visibility into all the important processes across various departments of an organization, especially for senior management personnel, this visibility enables better and faster collaboration across all the departments; and an automatic and coherent workflow from one department or function to another department or function to ensure smooth transition and completion of processes. The ERP also provides a unified and single reporting system to analyze the statistics, numbers or status in real time across all the functions or departments. Since the same software is used across all departments, there is no need for individual departments to buy and maintain their own software systems; therefore the operation costs are reduced. The ERP is a modular software system that allows the implementation of a few modules or many modules based on the requirements and goals of an organization. If more modules are implemented, the integration between various departments might be better. The organization might choose from various modules, such as Finance / Controlling, Human Resource Management, Manufacturing, Marketing / Sales, Supply Chain / Warehouse Management, CRM or Project Management. Also, the advanced e-commerce integration is possible with the ERP systems that can handle web-based order tracking processing, or the bar-code reader software could be integrated with the ERP through Application Programming Interface (API). The single Database is implemented on the back-end to store all the information required by the ERP system and that enables centralized storage and back up of all organization’s data. This feature allows all members of the organization to work with the same data that is always updated. The ERP systems are more secure as centralized security policies can be applied to them and all transactions can be traced; and efficient in order tracking, inventory tracking, revenue tracking, sales forecasting and related activities. The ERP systems are simply a benefit for managing globally dispersed enterprise companies. Certain ERP vendors can extend their ERP systems to provide Business Intelligence functionalities as well (www.excitingip.com). Enterprise Resource Planning (ERP) is an enterprise-wide information system designed to coordinate all the resources, information, and activities needed to complete business processes such as order fulfillment or billing. ERP system supports most of the business system that maintains in a single database the data needed for a variety of business functions such as Manufacturing, Supply Chain Management, Financials, Projects, Human Resources and Customer Relationship Management. An ERP system is based on a common database and a modular software design. The common database can allow every department of a business to store and retrieve information in real-time. The information should be reliable, accessible, and easily shared. The modular software design should mean a business can select the modules they need, mix and match modules from different vendors, and add new modules of their own to improve business performance. Supply Chain Management (SCM) and Customer Relationship Management (CRM) are two other categories of enterprise software that are widely implemented in corporations and non-profit organizations. While the primary goal of ERP is to improve and streamline internal business processes, CRM attempts to enhance the relationship with customers and SCM aims to facilitate the collaboration between the organization, its suppliers, the manufacturers, the distributors and the partners. The boundary of an ERP system is usually limited to the boundary of the organization that implements the ERP system. In contrast, the boundary of supply chain systems and ecommerce systems extends to the organization's suppliers, distributors, partners and customers. In practice, however, many ERP implementations involve the integration of ERP with external information systems. There is a positive and significant relationship between ERP system (integration, material management, production planning, and controlling), and SCM performance. The successful implementation and the effective usage of ERP system can contribute toward enhancing supply chain management performance in many ways such as, integration of internal business processes, enhancement of information flow among different departments inside the company, improvement of the company's relationships and collaboration with outsourcing suppliers, customers, and supply chain partners (www.erp.wiziontech.com).
The ERP system architecture comprises of three types: the one tier architecture, two tier architecture and three tier architecture. 1-Tier Architecture: all software packages like MS Access, MS Excel, QuickBooks, and Peachtree have the same in common - they access files directly. This means that the file you want to work with must be accessible from a local or shared drive. This is the simplest of all the architectures, but also the least secure. Since users have direct access to the files, they could accidentally move, modify, or even worse, delete the file by accident or on purpose. There is also usually an issue when multiple users access the same file at the same time; in many cases only one can edit the file while others only have read-only access. So 1-tier architecture is simple and cheap, but usually unsecured and data can easily be lost if the user is not careful. 2-Tier Architecture: this architecture is also called Client-Server architecture because of the two components: the client that runs the application and the server that handles the database back-end. When the client starts the program, it establishes a connection to the server and communicates as needed with the server. The client computer usually cannot see the database directly and can only access the data by starting the client. This means that the data on the server is much more secure. Now users are unable to change or delete data unless they have specific user rights to do so. The client-server solution also allows multiple users to access the database at the same time as long as they are accessing data in different parts of the database. One other benefit is that the server is processing data that allows the client to work on the presentation and business logic only. This means that the client and the server are sharing the workload and by scaling the server to be more powerful than the client; therefore more users are able to work on the system at the same time (http://blog.simcrest.com). 3-Tier Architecture: the ERP application is designed as a web-based and server-side application that is partitioned in terms of application logic into three-tiers or layers. Each layer has a different responsibility in the overall deployment, and within each layer, there can be one or more components. The layer partitioning is as follows: Presentation Tier contains components dealing with user interfaces and user interaction. The presentation layer of the web-based deployment could use HTML pages, Java Server Pages, and/or Java Applets. Middle Tier is composed of the Web Tier – JSP and Business Tier. The Web-Tier is the web server part that includes the web container and other protocols by the J2EE specifications. In the web container, servlets, JSP pages, filters, and web event listeners execute and may respond to HTTP requests from web clients. They may also be used to generate XML or other format data that is consumed by other application components. The Business Tier contains Enterprise Java Beans (EJB) components that encapsulate business logic into server side and work together to solve the business problems. The ERP application is implemented as a set of business-logic-controlling EJB components that have been configured in application-specific ways inside an EJB container such as an application server. Clients are written to communicate with the EJB components and handle the results. Application Layer consists of one or more application servers, each application server contains a set of services used to run the ECC System; however, not all application servers will provide the full range of services. Data Tier is represented by the database system that storages all the business data. It contains the master data and transaction data from all business applications, and all data for the entire ECC System; the control and customizing data that determine how the ECC System runs; and the program code for applications. Further, applications consist of program code, screen definitions, menus, function modules, and various other components. It is accessible from web components, enterprise beans, and application client components through the JDBC API. The advantage to partition the application into these logical layers is to isolate each tier. Thus, it should be possible to change the Presentation Tier while minimizing impacts on the business logic in the Application Tier or Data Tier. As more users access the system a three-tier solution is more scalable than the other solutions because of the possibility to add as many middle tiers (running on each own server) as needed to ensure the best performance (N-tier or multiple-tier). Software components of ECC System can be distributed in almost any configuration across various hosts, it is particularly valuable in the application layer. Security is also the best in the three-tier architecture because the middle layer protects the database tier. However, there is one major drawback to the N-tier architecture, the additional tiers increase the complexity and cost of the installation (Stefan Dumbrava, Doru Panescu and Mihaela Costin, 2005).
The rapidly changing technologies and short lifecycle of corporate strategies present some challenges for the IT systems. The high cost of modification, the design for efficiency, not reuse, and heterogeneous IT systems consequently put constraints on a company’s ability to adapt quickly to new environment and compete successfully in the ever evolving business environment. The solution to this problem is Business Intelligence (BI).
Business intelligence (BI) is a set of theories, methodologies, processes, architectures, and technologies that transform raw data into meaningful and useful information for business purposes. BI can handle large amounts of information to help identify and develop new opportunities. Making use of new opportunities and implementing an effective strategy can provide a competitive market advantage and long-term stability. BI technologies provide historical, current and predictive views of business operations. Common functions of business intelligence technologies are reporting, online analytical processing, analytics, data mining, process mining, complex event processing, business performance management, benchmarking, text mining, predictive analytics and prescriptive analytics.
Though the term business intelligence is sometimes a synonym for competitive intelligence (because they both support decision making), BI uses technologies, processes, and applications to analyze mostly internal, structured data and business processes while competitive intelligence gathers, analyzes and disseminates information with a topical focus on company competitors. If understood broadly, business intelligence can include the subset of competitive intelligence. Other business intelligence trends include the Service Oriented Architecture (SOA), cloud computing and Software-as-a-Service (SaaS) (http://en.wikipedia.org/wiki/Business_intelligence).
The Service Oriented Architecture (SOA) is the underlying structure supporting communications between services. A SOA solution consists of a composite set of business services that realize an end-to-end business process across heterogeneous IT systems in alignment with strategy, separating business functions into subroutines/methods; subroutines can exist in any machine.
Cloud computing, a new paradigm of distributed computing, introduces many new ideas, concepts, principals, technologies and architectural styles into enterprise service-oriented computing. The enterprise service-oriented architecture (ESOA) style is an abstraction of concrete enterprise service-orientated architectures, which includes SOA architectural elements, service design patterns as well as principles, and SOA quality attributes. It can be extended to a new style for realizing enterprise cloud computing. Meanwhile, the principles and style of enterprise service-oriented computing facilitate the enterprise-wide adoption of cloud computing. The style is described by extending enterprise service-oriented formula for ESOA and modeled through specifying each element in the formula with both service-oriented and cloud architectural styles (Longji Tang, Jing Dong, Yajing Zhao, Liang-Jie Zhang, 2010).
One of the SOA solutions is the SAP Enterprise Service Architecture (ESA). SAP enables businesses to adopt SOA as part of their implementation of SAP solutions. At the heart of SAP's open-standards approach to SOA is the concept of enterprise services - highly integrated Web services, architected with business logic and harmonized semantics that can be accessed and used repeatedly to enable end-to-end business processes. Enterprise SOA is enabled by the SAP NetWeaver platform, and builds on the benefits of Web services. SAP has positioned Enterprise SOA to deliver the benefits offered by service-oriented architecture, including enabling both flexibility and business efficiency. Enterprise SOA provides companies with a cost-effective blueprint for composing innovative new applications by extending existing systems, while maintaining a level of flexibility that makes future process changes cost-effective (http://scn.sap.com/community/soa?original_fqdn=esc.sap.com). SAP ERP is the proven foundation for business excellence and innovation. SAP ERP builds on that foundation with superior functionality and greater ease of use. SAP ERP delivers enhanced capabilities for finance, human capital management, sales, procurement, and other key enterprise functions. The application lets the users work more quickly and cost-effectively – connecting them directly to business processes and delivering the information and capabilities they need to make decisions and take action. It also enables the organization to innovate and adapt to the changing requirements of its industry – at lower cost and with greater speed.

Similar Documents

Premium Essay

Sap Erp Solutions

...Activity 9.5 – Research Paper Rena Davenport Embry-Riddle Aeronautical University January 22, 2015 In reviewing the SAP ERP solutions, my initial thought was how much easier to understand and follow their website is than Oracle’s website. If I were to be shopping for a solution I would probably choose SAP just because I could navigate their website in an easy-to-follow manner. Please save your file as 'LastName_M9_Research' (example 'Smith_M9_Research.docx') Better execute your business strategies – with our enterprise resource planning (ERP) solution Run the foundation ERP software that large enterprises and midsize companies trust to manage their business. Achieve real-time insight and enable operational excellence and innovation for the business processes you need – today and tomorrow. * Consolidate business data to avoid duplication of effort * Streamline business processes with consistent, reliable information and real-time transparency * Quickly respond to customer demand with efficient, fast, and flexible processes * Outperform the competition with improved financial insights and results * Innovate without disruption by updating and activating specific business functions on demand * Rely on a foundation that supports best practices for more than 25 different Industries Procure to Pay (ERP) Maximize cost savings with support for your end-to-end procurement and logistics processes – from self-service requisitioning to invoicing...

Words: 2409 - Pages: 10

Premium Essay

Sap's Erp Solutions

...SAP’s ERP Solutions Introduction Today’s highly competitive global business arena has become an environment where companies face numerous obstacles and challenges. In an attempt to adapt to rapidly evolving business needs, Enterprise Resource Planning systems, more commonly referred to as ERP, were developed. Simply put, an ERP system is a set of software modules that handle the core functions of a business. Various functions that include a wide range of business applications are integrated into one system that allows them to communicate seamlessly in order to provide reliable, real-time information to base business decisions upon. No matter what marketplace a company operates in, there is a need to have precise and accurate information which provides keen insight that allow for swift, flexible, and efficient actions. SAP, one of the pioneers of ERP software, is one of the industry leaders that specialize in providing solutions to meet the ever evolving ERP demands of modern business. Their goal is to provide products that consistently deliver high quality solutions in the form of software applications that help businesses operate more efficiently in their daily activities (Quality Vision, n.d.). SAP’s sole focus is on the development of superior enterprise applications which has allowed them to maintain its customer base for over 40 years. Like many other ERP solutions, SAP offers a variety of products that can be scaled and tailored to meet the needs of the firm...

Words: 2056 - Pages: 9

Premium Essay

Erp Solutions

...1) Research SAP – discuss in YOUR words: what is SAP, what are some of its functionality, do research to determine its strengths and weaknesses. This should be 2 paragraphs – at least 20 sentences! In June 1972 5 IBM programmers created a company called Systems Analysis and Program Development after having worked on a program called SAPE for IBM. The programmers were originally pulled off the SAPE project but wanted to continue their work. Selling stock from their time at IBM the original founders of SAP were able to continue work on the SAPE program and eventually create many solutions for business. SAP is now one of the world’s largest software development companies focusing in Enterprise Resource Planning (ERP) software. SAP has locations in over 130 countries and is the world’s leading ERP developer. SAP focuses on 6 primary industries: discrete, process, consumer, service, financial, and public services. SAP also offers integrated solutions for large enterprise companies as well as small and medium size businesses. Currently the SAP ERP Business Suite offers 5 ERP solutions for businesses intended to cover the scope of all solutions a business may need to be successful.  Supplier Relationship Management (SRM) – this software allows companies to make orders from suppliers handling things such as inventory, scheduling, and cost analysis.  Product Lifecycle Management (PLM) – This software allows manufacturers to maintain accurate product information that enables...

Words: 924 - Pages: 4

Premium Essay

Changing Trends in It

...“ERP – THE CHANGES TRENDS SALES AND DISTRIBUTION” Prof. S.L Gupta* and Ms Richa sharma** * Professor, Birla Institute of Technology(Deemed University), Noida Campus, Noida (U.P). ** Research Scholar, Singhania University, Rajasthan. ABSTRACT TO keep pace with rapid changes in the business world, companies need an integrated and flexible enterprise system that supports all aspects of their business with state-of-the-art functionality. An Enterprise Resource Planning (ERP) system helps companies to run their businesses in an effective and efficient manner by providing integrated and consistent information flow. It makes the task of keeping track of all the transactions so much easier. A retail ERP system allows automatic recording of the transactions in real-time environment. They have become indispensable tools to survive and increase profitability in race of running the large organization. SAP ERP system is tightly integrated with the Sales and Distribution module. This integration enables the mapping and supply of single-site or multi-site organizations. Developing precise logistics planning for just-in-time deliveries, this system can also generate replenishment orders by using defined warehouse requirements. The ERP Information Systems facilitates faster and better management decisions by providing crucial information in a timely manner. The research focuses on to gain in general understanding of...

Words: 3694 - Pages: 15

Premium Essay

Student of Fortune

...IT460 Unit 4: ERP Vendor Recommendation and Structure Chart <<University Name>> <<Course>> Introduction - This project is divided into two tasks, Project A and B. In project A, I will browse through four ERP solutions vendor’s website and will summarize their offering. I will also recommend one of them and try and justify my recommendation. In project B, I will create a structure chart of the TIMS project. Part A – SAP Vendor Evaluation Analysis and review of four ERP vendors are performed to discuss about offerings and solution benefits. We will also try and choose one of the vendors that would meet needs of TIMS system. The vendors we will be looking at are SAP, Oracle, Microsoft and Sage. SAP - SAP is one of the leading ERP solutions providers in the industry. SAP ERP, which is a part of the SAP business suite, is mainly divided into four major groups as stated on their ERP homepage. The first is SAP ERP Financial. This solution helps organizations in automating financial and management accounting. The module also helps organization also helps organizations to follow corporate governance mandates easily with extensive support. The second module is SAP HCM or Human Capital Management. This module, which supports organizations of almost any size, enables organizations to automate several human resource related activities like workforce management and other HR processes. The third solution is for Operations. This tool enables organizations to...

Words: 796 - Pages: 4

Premium Essay

Ess/Mss in Sap Erp

...SAP Solution Brief SAP Business Suite SAP ERP Objectives Solution Benefits Quick Facts Empowering Employees with Employee Self-Service in SAP® ERP Objectives Solution Benefits Quick Facts Allow employees to take more responsibility Allow employees to take more responsibility Streamline HR processes and other routine tasks. With employee selfservice in the SAP® ERP application, organizations can improve productivity by automating processes; reduce administrative costs, cycle time, and error rates; and realize a quick ROI. Employee self-service gives employees worldwide personalized access to HR data, processes, and services. This empowers both employees and managers to take more responsibility for their jobs and development. Automation boosts data accuracy by enabling employees to enter, display, and update any personal information, including bank information and emergency contacts. At their desktops or on mobile devices, employees can record hours worked, report travel expenses, request vacation or leave time, and receive workflow-driven approvals from their managers wherever they are. Viewing time, salary, and compensation statements online saves mailing costs while speeding communication. Requests for support for completing countryspecific tax information can also be managed online. Interactive forms can help guide employees through processes. After filling out a form, the employee sends it to the responsible manager. On approval, the form...

Words: 967 - Pages: 4

Premium Essay

Erp Players in Industry

...ERP Players Comparison SAP, JD Edwards, BAAN Objective • Understand the ERP systems • Identify the major players • Evaluate SAP, J D Edwards and BAAN in terms of market share, revenue, expertise, implementation time etc ERP • Enterprise Resource Planning • ERP refers to automation and integration of a company's core business to help them focus on effectiveness & simplified success. • ERP systems track business resources—cash, raw materials, production capacity—and the status of business commitments: orders, purchase orders, and payroll Major ERP Players • • • • • • • • • • • SAP ORACLE MICROSOFT LAWSON QAD Epicor JD EDWARDS KRONOS BAAN PEOPLESOFT INFO SAP • Systems Application & Products in data processing • It was founded in 1972 by five German engineers • SAP is the world's leading provider of business software • It delivers products and services that help accelerate business innovation for their customers JD EDWARDS • On March 17, 1977 J.D. Edwards was formed, by Jack Thompson, Dan Gregery • JD Edwards is a leading provider of integrated software for distribution, human resource, finance, manufacturing & SCM • J.D Edwards emphasizes on the following three matters • Solution • Relationship • Value • It was purchased by PeopleSoft, Inc. in 2003. PeopleSoft, in turn, was purchased by Oracle Corporation in 2005, and Oracle continues to sell and support Enterprise One and World ERP software line. BAAN • Baan company was founded in Netherlands in 1978 by brothers Jan...

Words: 483 - Pages: 2

Premium Essay

Jet Airways

... Page no 1.APPLICATION OF MIS IN ITC LTD 01 2. CONTENTS 02 3.ABSTRACT 03 4.ITC LTD PROFILE 04-05 5.OVERVIEW 06 6. COMPANY 07 7.VISION 08 8.WHY SAP? 09 9. IMPLEMENTATION 10 10.SOLUTION 11 11.BENEFITS 12 12.REFERENCES 13 ABSTRACT Management Information System (MIS) provides information for the managerial activities in an organization. The main purpose of this research is, MIS provides accurate and timely information necessary to facilitate the decision-making process and enable the organizations planning, control, and operational functions to be carried out effectively. Management Information System (MIS) is basically...

Words: 1933 - Pages: 8

Premium Essay

Saas Technology for Smes

...| SaaS Technology for SMEs | Kriti Soral | Table of Contents Introduction 2 Small and Medium sized Enterprises 2 SMEs in India 3 SMEs and ERP 3 Barriers to implementation of ERP systems in SME’s 4 Strategies used 5 Saas Technology 5 Advantages of SaaS for SMEs 6 SaaS Vendors 7 Case Studies 7 SAP for 10 Users Company- Heckler & Koch GB 7 SaaS ERP for Oxford Bookstore 9 References 10 Introduction Small and Medium sized Enterprises (SMEs) can mostly be considered as responsible for driving the competition prevailing in economic sectors. The definition and standards of a SME is different for different countries. These enterprises play an important role in setting the market trends and with this a need of using Enterprise Resources and Planning systems (ERP) for optimizing and automating their traditional business processes has aroused. But often ERP systems development, implementation and maintenance are very costly which makes it difficult for SMEs to use them. As a solution to these problems ERP system vendors now offer all the facilities of ERP system to the company without actually installing the hardware and software on the client side and this facility is referred to as Saas technology. This paper discusses SMEs of India, barriers of implementing ERP in SMEs, strategies used by ERP vendors and brief description of SaaS technology. Small and Medium sized Enterprises SME sector has been identified as an accelerator for economic growth...

Words: 4196 - Pages: 17

Premium Essay

Upply Chain Management in the Construction Industry

...quality, efficiency and global value with SAP and IBM How do you manage thousands of contracts and service engineers, and ensure that work quality, efficiency and value are maintained? Zoomlion Heavy Industry Science & Technology Development Co Ltd deployed a combination of SAP® ERP, SAP CRM, SAP mobile solutions with Global Positioning System (GPS) sensors and analytic modeling solutions to help plan, predict and control its projects and labor, worldwide. Designed with assistance from IBM® Global Business Services® and supported by IBM technology, Zoomlion’s after-sales staff have near-instant access to high-quality diagnostic resources from anywhere with internet connectivity – helping Zoomlion’s customers to resolve problems fast, avoid delays and keep business moving. Through organic growth and strategic corporate acquisitions, Zoomlion has maintained a compound annual growth rate of 65 percent for 20 years. Today, the company is dramatically accelerating its business expansion, and has merged with nine separate enterprises in the last four years. Overview Challenge China-based construction equipment manufacturer Zoomlion wanted to keep driving rapid growth – but expansion made it difficult to ensure highly efficient management and customer-centric marketing and service. Solution Zoomlion standardized its business processes with SAP ERP and CRM solutions, and created a centralized information platform, complete with mobile solutions for staff on the move. Key benefits The...

Words: 2855 - Pages: 12

Premium Essay

Sap Implementation

...Inquiry and Design Phase of SAP Software Cody K. Hobson Upper Iowa University Inquiry and Design Phase of the SAP System PB Leiner USA and PB Gelatins have been working for numerous years with software that is not affiliated with another. Every system carries out the essential functions needed to run each plant facility located in different parts of the world yet there is no unified connection, nothing that ties all financials together. The inquiry phase of this paper will demonstrate the areas in which the Action-Learning Team will conduct a review into the corporate wide system of PB Leiner USA and PB Gelatins looking for potential improvement points. The design phase of this paper will demonstrate the creation and process steps of what the ALT formulated based on the PIP discoveries. Inquiry Phase PB Family The PB family is made up of six facilities across the globe and is the third largest gelatin manufacturer in the world. Each PB facility thrives on creating value for customers at competitive prices and is committed to achieving the highest standards of product safety and quality. There are high expectations of close cooperation with customers while offering the necessary technical support to jointly search for solutions that fit customers’ needs in terms of product applications and technology. Possible Improvement Points within PB Each site was initially using its own Enterprise Resource Planning (ERP) system, which resulted in each site’s...

Words: 2720 - Pages: 11

Premium Essay

Hul Sap Implementation

...LEADING CONSUMER GOODS COMPANY FULFILS BUSINESS OPTIMISATION GOALS WITH SAP QUICK FACTS “With SAP NetWeaver PI, we have finally streamlined, advanced and integrated our process capability. This goes a long way in enhancing HUL’s ability to meet the demands of the modern trade.” KS Arunkumar, IT Group Manager, Hindustan Unilever Limited Summary Name: Hindustan Unilever Limited Location: Mumbai, Maharashtra, India Industry: Consumer Products Employees: 15,000 Website www.hll.com Key Challenges Arrival of modern trade in India Legacy systems and business infrastructure were unable to meet transaction and process capability requirements of the modern trade Project Objectives Optimise business operation and simplify IT management Achieve process consolidation internally and across the value chain Preserve investment of legacy inventory and cash-to-order management system for business partners Integrate with business partners’ IT infrastructure quickly and seamlessly Solutions and Services Phase 1: SAP ERP Central Component 5.0, SAP NetWeaver Process Integration (SAP NetWeaver PI), SAP NetWeaver Portal, SAP Supply Chain Management (SAP SCM), SAP Solution Manager, SAP NetWeaver Business Intelligence (SAP NetWeaver BI), SAP NetWeaver Composition Environment (SAP NetWeaver CE) Phase 2: SAP Customer Relationship Management, SAP Advanced Planning & Optimisation Production Planning and Detailed Scheduling, SAP Transportation Planning and Vehicle Scheduling Implementation Highlights...

Words: 1554 - Pages: 7

Premium Essay

Sap and Tata Steel Comparison

...Case study of ERP Topic:Compare SAP at TATA Steel and SAP at CO-OPERATIVE BULK HANDLING LTD.(CBH) Submitted to:Mr. Pradeep Kumar Date: April 6, 2013 Section: K1108 Roll no: B34, B36, B40 Index: 1. Introduction 2. SAP 3. TISCO 4. Implementation of ERP at TATA Steel 5.1 Problems occurred 5.2 Solution and implementation 5.3 Benefits 5. What change has occurred after the SAP implementation at Tata steel? 6. Sap at Co- Operative Bulk Handling ltd (CBH) 7.4 Problems occurred 7.5 Solution and implementation 7.6 Benefits 7. Comparison SAP at Tata steel and Co -operative bulk handling 8. References Acknowledgement Through this case study we get the opportunity to learn about the process of implementation of ERP so we thanks to all those who guided us and corrected us at each step in making of this case study and helped us for making successful and satisfactory completion of this case study. We are highly thankful to our subject teacher Mr. Pradeep Kumar for providing his active support, valuable time, guidance and sincere cooperation during the study and in completing the assignment of preparing the said project within the time. Lastly, we are thankful to all those, particularly the group friends, who have been helped us in creating proper and conductive environment and including new and fresh innovative ideas for us during the project. Introduction: Through this case study we...

Words: 2397 - Pages: 10

Premium Essay

Erp Systems

...ASSIGNMENT 1 BEST OF BREED versus ERP SYSTEMS (BCO6603) PRESENTED BY JOHN SMITH Student ID: 1234567 Victoria University Assignment 1: Management Report 1234567 John Smith 1 Introduction Making decision of what to select between “best of breed” and Enterprise Resource Planning (ERP) systems are never easy. There are many controversy or chaos issues surrounds this thought and debate. Which one is better? What factors need to be considered? This paper will address the difference between “best of breed” and ERP System that needs to be considered, such as the definition, advantages and disadvantages each of them. “Best Of Breed” System “Best of Breed” is a collection of different applications from different vendors that used in an organisation to run a business (Leahy 2004). Typically, the “best of breed” vendors are focused on a single application. Thus, they have more knowledgeable and able to produce a richer set of functionality (Thompson 2003). Advantages According to Carroll (2002) and Montgomery (2003), the advantages of using the “best of breed” are; Produce a richer set of functionality from particular application for each business area. Flexibility to substitute of individual element in the application without major reconstruction to the system. Getting response faster from the vendor to adopt and create new function as the vendor is specialising in particular system application. Assignment 1: Management Report 1234567 John Smith 2 Disadvantages ...

Words: 1625 - Pages: 7

Premium Essay

Bwp Case Sutdy Solutions

...INTRODUCED. NEW ALLIANCES WERE FORMED. GLOBAL MARKETS EXPANDED. COMPETITION GOT TOUGHER. TO KEEP PACE, YOU NEED BUSINESS SOLUTIONS THAT DELIVER THE POWER, EFFICIENCY, AND FLEXIBILITY TO HELP YOU ADAPT TO ANY ENVIRONMENT. THAT’S WHY NOW IS THE TIME TO JOIN THE 21,600 ORGANIZATIONS WORLDWIDE THAT RUN SAP ® SOFTWARE SOLUTIONS. N O ONE KNOWS BUSINESS BETTER SAP is a world leader in business software solutions, with industry-specific products for virtually every aspect of your operations. Including best-of-suite solutions that are targeted for specific business processes and enterprise resource planning (ERP) solutions that help streamline your entire organization. With SAP, you gain the visibility to identify inefficiencies, and the resources to help reduce them. The foresight to pinpoint opportunities, and the agility to seize them. And the collaborative tools to extend your reach far beyond the enterprise, to the entire value chain. And because SAP solutions are built on open technologies, you’re assured that they will integrate seamlessly with virtually any internal or external systems, protecting your technology investment. A PARTNER YOU CAN COUNT ON With more than three decades of profitable growth and an exceptionally stable management team, SAP is a longterm partner you can choose with confidence. SAP solutions are installed at more than 69,700 customer locations in 120 countries. And they’re developed, implemented, and supported by 28...

Words: 3260 - Pages: 14