![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer software packages > Other software packages > Enterprise software > SAP (Systems, applications and products in databases)
It is important for those in charge of implementing an enterprise resource planning (ERP) system to identify and understand the issues they face. ""Implementation Strategies for SAP R/3 in a Multinational Organization: Lessons from a Real-World Case Study"" provides readers with an instructive insight in the very complex process of ERP implementation in a global company. This book describes the issues, problems, and challenges of ERP execution as well as the strategies companies use to react to and resolve them successfully. The reader can focus on different types of issues - organizational as well as technical. It is a goldmine for instructors who can use the cases in different course settings and with different student audiences. Researchers and practioners will also find value in the detailed descriptions of challenges faced by companies such as Robert Bosch GmbH.
Throughout the world, high-profile large organizations (aerospace
and defense, automotive, banking, chemicals, financial service
providers, healthcare, high tech, insurance, oil and gas,
pharmaceuticals, retail, telecommunications, and utilities) and
governments are using SAP software to process their most
mission-critical, highly sensitive data. With more than 100,000
installations, SAP is the world's largest enterprise software
company and the world's third largest independent software supplier
overall.
This book provides comprehensive guidance on leveraging SAP IBP technology to connect strategic (to be understood as long term SC&O), tactical and operational planning into one coherent process framework, presenting experience shared by practitioners in workshops, customer presentations, business, and IT transformation projects. It offers use cases and a wealth of practical tips to ensure that readers understand the challenges and advantages of IBP implementation. The book starts by characterizing disconnected planning and contrasting this with key elements of a transformation project approach. It explains the functional foundations and SAP Hybris, Trade Promotion Planning, Customer Business Planning, ARIBA, and S/4 integration with SAP IBP. It then presents process for integrating finance in IBP. Annual planning and monthly planning are taken as examples of explain Long term planning (in some companies labeled as strategic). The core of the book is about sales and operations planning (S&OP) and its process steps, product demand, supply review, integrated reconciliation and management business review, illustrating all steps with use cases. It describes unconstrained and constrained optimized supply planning, inventory optimization, shelf life planning. We explain how to improve responsiveness with order-based allocation planning, sales order confirmation, and big deal / tender management coupled with simultaneous re-planning of supply. The book closes with a chapter on performance measurement, measurement of effectiveness, efficiency, and adherence.
The first and only book to offer detailed explanations of SAP ERP sales and distribution As the only book to provide in-depth configuration of the Sales and Distribution (SD) module in the latest version of SAP ERP, this valuable resource presents you with step-by-step instruction, conceptual explanations, and plenty of examples. If you're an SD consultant or are in charge of managing an SAP implementation in your enterprise, you'll want this valuable resource at your side * SAP is one of the leading Enterprise Resource Planning (ERP) software products on the market, with over 40,000 implementations * Covers the latest version of SAP ERP-ECC 6.0 * Covers common through advanced configurations, so it's helpful no matter what your level of experience with SAP * Explains the conceptual framework behind the configuration process If your company uses the SD module, keep this indispensable guide on hand.
Discover how SAP S/4HANA transforms your supply chain! Explore functionalities for sourcing and procurement, production execution, plant maintenance, sales order management, transportation management, warehouse management, and more. See how intelligent technologies elevate your logistics operations with SAP Business Technology Platform and learn about complementary cloud solutions like SAP Ariba and SAP IBP. This is your starting point for logistics with SAP S/4HANA!In this book, you'll learn about: a. Key Functionality See what SAP S/4HANA 2021 has to offer! Walk through your logistics business processes, from production planning to inventory valuation and beyond. Learn about new features such as predictive MRP, centralized procurement, and production engineering and operations. b. Logistics Innovations Your supply chain is getting smarter. Discover intelligent technologies enabled by SAP BTP: blockchain, intelligent robotic process automation, machine learning, and more. c. Planning Your Migration Prepare for your logistics transformation. Plan your roadmap to SAP S/4HANA, evaluate your implementation approaches, and get insight into the new RISE with SAP offering. Highlights include: 1) Planning and scheduling 2) Sourcing and procurement 3) Manufacturing operations 4) Quality management 5) Plant maintenance 6) Sales order management 7) Transportation management 8) Inventory management 9) Warehouse management 10) Intelligent technologies 11) Reporting and analytics 12) Industry use cases
Calling all SAP Business One users! Your must-have handbook is here. Now updated for SAP Business One 10.0, this bestselling guide has the expertise you need to keep your business running smoothly. Whether you're a new hire or a super user, get step-by-step instructions for your core processes, from purchasing and manufacturing to sales and financials. Master the tools and transactions that keep you focused on business outcomes and improved KPIs. This book is what you've been waiting for: the key to doing your job better in SAP Business One. Highlights Include:1) Administration2) Financials and banking3) Sales and purchasing4) Inventory management5) Resource management6) Production and MRP7) Human resources 8) Project management9) Reporting and analytics10) Mobile11) SAP HANA and SQL versions12) Cloud and on-premise systems
Take an in-depth look at SAP SuccessFactors talent modules with this complete guide to configuration, administration, and best practices. This two-volume series follows a logical progression of SAP SuccessFactors modules that should be configured to complete a comprehensive talent management solution. The authors walk you through fully functional simple implementations in the primary chapters for each module before diving into advanced topics in subsequent chapters. In volume 2, you will explore the development module in three more chapters by learning to configure and use development plans, career worksheets, and mentoring. Then, the book examines succession management, covering topics such as configuring, administering, and using the 9-box, the Talent Review form, nominations, succession org charts, talent pools, and succession presentations. The authors then sum up with a review of what you learned and final conclusions. Within each topic, the book touches on the integration points with other modules as well as internationalization. The authors also provide recommendations and insights from real world experience. Having finished the book, you will have an understanding of what comprises a complete SAP SuccessFactors talent management solution and how to configure, administer, and use each module within it. What You Will Learn Work with the career worksheet Build mentoring into your SAP SuccessFactors solution Display and update relevant talent data in a succession org chart Who This Book Is For Implementation partners and customers who are project managers, configuration specialists, analysts, or system administrators.
Write automated unit tests for the ABAP language. This book teaches programmers using simple examples and metaphors and explains the underlying concepts of writing effective automated unit tests. Many, if not most, ABAP programmers learned their programming and testing skills before the ABAP development environment provided an automated unit testing facility. Automated Unit Testing with ABAP: A Practical Approach offers hope and salvation to ABAP programmers who continue to toil with antiquated manual unit testing processes, taking them by the hand and lifting them out of that dungeon of despair with a modern and proven alternative. It begins by explaining how the xUnit family of automated testing frameworks provides a quick and effective means of insuring high-quality software. It then focuses on the ABAP Unit Testing Facility, the xUnit framework applicable specifically to the ABAP language, showing how it can be used to bring ABAP applications under automated testing control, from old legacy applications to those newly written. Whereas xUnit testing has been widely accepted with developers writing in many other programming languages, it is an unfortunate fact in the ABAP community that many programmers still are unfamiliar with xUnit concepts and do not know how to begin implementing automated unit testing into their development process. This book demonstrates how to refactor programs so they become designed for testability, showing how to use process encapsulation and test isolation to facilitate automated testing, including a thorough explanation of test-driven development and the use of test doubles. The book: Shows how to write automated unit tests for ABAP Instills ABAP programmers with the confidence to refactor poorly written code Explains how an automated testing harness facilitates rapid software development Teaches how to utilize test-driven development (TDD) with ABAP Offers advice and tips on the best ways to write automated unit tests What You Will Learn Become familiar with the xUnit approach to testing Know the ABAP statements that interfere with running automated unit tests and how to accommodate them Understand what it means to isolate code for testing and how this is achieved Gain the confidence to refactor poorly written code Make ABAP programs designed for testability Reap the benefits of spending less time manually unit testing ABAP programs Use test-driven development (TDD) with ABAP programming Use configurable test doubles in ABAP Who This Book Is For ABAP programmers who remain unfamiliar with the automated unit testing facility and those who already use it but want to improve their skill writing and using automated tests. The book addresses the reluctance and trepidation felt by procedural ABAP programmers who need to know some object-oriented concepts to use this facility, expands their horizons, and helps them step through the doorway leading to a different approach to program design.
Preparing for your SAP IBP for Supply Chain exam? Make the grade with this C_IBP certification study guide! From sales and operations planning to response and supply, this guide will review the key technical and functional knowledge you need to pass the test. Explore test methodology, key concepts for each SAP Integrated Business Planning topic area, and practice questions and answers. Your path to C_IBP certification begins here! In this book, you'll learn about: a. The TestTake your SAP IBP exam with confidence. This guide follows the exact structure of the exam, so deepen your knowledge of SAP IBP and walk through topics new to the C_IBP certification. b. Core ContentReview major SAP IBP areas: S&OP, demand planning, inventory, and response and supply. Check how to configure planning areas and key figures, and learn about the solution's architecture, user interface, reporting options, and more. Then master important terminology and key takeaways for each subject. c. Q&AAfter reviewing each chapter, solidify your knowledge with questions and answers for each section and improve your test-taking skills. Highlights include: 1) Exams C_IBP2) Solution architecture3) Sales and operations planning 4) Demand planning 5) Inventory 6) Response and supply 7) Planning areas8) Key figures and attributes9) Planning operators10) Application jobs11) User interface 12) Reporting and analytics
Leverage the flexibility and power of SAP MII to integrate your business operations with your manufacturing processes. You'll explore important new features of the product and see how to apply best practices to connect all the stakeholders in your business. This book starts with an overview of SAP's manufacturing integration and intelligence application and explains why it is so important. You'll then see how it is applied in various manufacturing sectors. The biggest challenge in manufacturing industries is to reduce the manual work and human intervention so that the process becomes automatic. SAP MII explains how to bridge the gap between management and production and bring sound vital information to the shop floor in real time. With this book you'll see how to ensure existing manufacturing and information systems share a common interface for all users in your enterprise. What You'll Learn Understand the functional aspects of SAP MII Implement SAP MII in different Manufacturing sectors Explore new technical features of SAP MII 12.x Integrate scenarios with SAP MII Discover practice guidelines Who This Book is for All levels of SAP manufacturing professionals.
Learn how to configure, implement, enhance, and customize SAP OEE to address manufacturing performance management. Manufacturing Performance Management using SAP OEE will show you how to connect your business processes with your plant systems and how to integrate SAP OEE with ERP through standard workflows and shop floor systems for automated data collection. Manufacturing Performance Management using SAP OEE is a must-have comprehensive guide to implementing SAP OEE. It will ensure that SAP consultants and users understand how SAP OEE can offer solutions for manufacturing performance management in process industries. With this book in hand, managing shop floor execution effectively will become easier than ever. Authors Dipankar Saha and Mahalakshmi Symsunder, both SAP manufacturing solution experts, and Sumanta Chakraborty, product owner of SAP OEE, will explain execution and processing related concepts, manual and automatic data collection through the OEE Worker UI, and how to enhance and customize interfaces and dashboards for your specific purposes. You'll learn how to capture and categorize production and loss data and use it effectively for root-cause analysis. In addition, this book will show you: Various down-time handling scenarios. How to monitor, calculate, and define standard as well as industry-specific KPIs. How to carry out standard operational analytics for continuous improvement on the shop floor, at local plant level using MII and SAP Lumira, and also global consolidated analytics at corporation level using SAP HANA. Steps to benchmark manufacturing performance to compare similar manufacturing plants' performance, leading to a more efficient and effective shop floor. Manufacturing Performance Management using SAP OEE will provide you with in-depth coverage of SAP OEE and how to effectively leverage its features. This will allow you to efficiently manage the manufacturing process and to enhance the shop floor's overall performance, making you the sought-after SAP OEE expert in the organization. What You Will Learn Configure your ERP OEE add-on to build your plant and global hierarchy and relevant master data and KPIs Use the SAP OEE standard integration (SAP OEEINT) to integrate your ECC and OEE system to establish bi-directional integration between the enterprise and the shop floor Enable your shop floor operator on the OEE Worker UI to handle shop floor production execution Use SAP OEE as a tool for measuring manufacturing performance Enhance and customize SAP OEE to suit your specific requirements Create local plant-based reporting using SAP Lumira and MII Use standard SAP OEE HANA analytics Who This Book Is For SAP MII, ME, and OEE consultants and users who will implement and use the solution.
In this book, noted expert Andrew Okungbowa explains SAP Asset Accounting (FI-AA) in SAP-ERP, including its associated business benefits, and guides you through the considerable complexities of SAP-ERP configuration. Using FI-AA for fixed asset management enables you to manage assets in multinational companies across a broad range of industries and produce reports to meet various needs in line with legal requirements. Configuring SAP-ERP can be a daunting exercise, however, and there are few resources that address these issues. Asset Accounting Configuration in SAP ERP fills that resource gap by covering the major aspects of SAP FI-AA for anyone with SAP experience and the basic accounting knowledge and bookkeeping skills necessary to apply configuration. It provides configuration explanations in the simplest forms possible and provides step-by-step guidance with illustrations and practical examples. What You'll Learn "li>In-depth coverage of FI-AA syllabus * How to configure FI-AA accounting in SAP * How to integrate FI-AA accounting with other SAP modules * How to explain the functionalities of SAP FI-AA * Knowledge gained from real-world practical examples and case studies Who This Book Is For The key target audience for this book includes SAP consultants, developers, accountants, support organizations and beginners. It is also a resourceful learning manual for universities and institutions whose curricula covers SAP-ERP Asset Accounting.
Take a deep dive into SAP Fiori and discover Fiori architecture, Fiori landscape installation, Fiori standard applications, Fiori Launchpad configuration, tools for developing Fiori applications and extending standard Fiori applications. You will learn: Fiori architecture and its applications Setting up a Fiori landscape and Fiori Launchpad Configuring, customizing and enhancing standard Fiori applications Developing Fiori native applications for mobile Internet of Things-based custom Fiori applications with the HANA cloud platform Bince Mathew, a SAP mobility expert working for an MNC in Germany, shows you how SAP Fiori, based on HTML5 technology, addresses the most widely and frequently used SAP transactions like purchase order approvals, sales order creation, information lookup, and self-service tasks. This set of HTML5 apps provides a very simple and accessible experience across desktops, tablets, and smartphones. Prerequisites and steps for setting up a Fiori landscape and Launchpad Fiori standard application configuration Extending and customizing standard Fiori applications Developing custom Fiori applications from scratch Building custom Fiori applications for Internet Of Things using HANA cloud Fiori apps with cordova and kapsel plugins
Master the SAP product ecosystem, the client environment, and the feasibility of implementing critical business process with the required technical and functional configuration. SAP Project Management Pitfalls is the first book to provide you with real examples of the pitfalls that you can avoid, providing you with a road-map to a successful implementation. Jay Kay, a SAP Program Manager for Capgemini, first takes a deep dive into common pitfalls in implementing SAP ERP projects in a complex IT landscape. You will learn about the potential causes of failures, study a selection of relevant project implementation case studies in the area, and see a range of possible countermeasures. Jay Kay also provides background on each - the significance of each implementation area, its relevance to a service company that implements SAP projects, and the current state of research. Key highlights of the book: Tools and techniques for project planning and templates for allocating resources Industry standards and innovations in SAP implementation projects in the form of standard solutions aimed at successful implementation Managing SAP system ECC upgrades, EHP updates and project patches Learn effective ways to implement robust SAP release management practices (change management, BAU) Wearing a practitioner's insight, Jay Kay explores the relevance of each failed implementation scenario and how to support your company or clients to succeed in a SAP implementation. There are many considerations when implementing SAP, but as you will learn, knowledge, insight, and effective tools to mitigate risks can take you to a successful implementation project.
SAP ERP modules are notoriously hard to configure and use effectively without a lot of practice and experience. But as SAP ERP Financial Accounting and Controlling: Configuration and Use Management shows, it doesn't have to be so difficult. The book takes a systematic approach that leads SAP Financial Accounting and Controlling (FICO) users step by step through configuring and using all the program's facets. This approach makes configuration complexities manageable. The book's author-SAP expert, trainer, and accountant Andrew Okungbowa-ensures that both you and your end users are up and running quickly and confidently with FICO. He also provides sound and tested procedures that ensure your implementation works without error. SAP ERP Financial Accounting and Controlling: Configuration and Use Management is in fact the most comprehensive and easy-to-follow SAP FICO configuration book in the market. It incorporates a hands-on approach, with hundreds of screen shots and practical examples, that allows a person without prior configuration training to make SAP FICO ready for use in the enterprise. You'll find that you don't need to be a rocket scientist to grasp the concepts explained and apply them to your work-even when the finances are complicated, such as with the ins and outs of taxes, currency conversions, or special general ledger entries such as down payments or bills of exchange. Providing an in-depth coverage of both configuration and end user procedures, the book covers most aspects of the SAP FICO certification syllabus-SAP's view of the module's key tasks and procedures-including: Configuring and using the general ledger and accounts payable and receivable screens Configuring and completing closing procedures, asset accounting, and financial reporting Configuring global settings and enterprise variables Accounting for both profit and cost centers Creating a house bank Integrating FICO with other SAP modules Taking a jargon-free tone and providing an abundance of examples, Andrew Okungbowa provides a clear understanding of configuration techniques and the breadth of functionalities encompassed by SAP FICO. And as an accountant, Okungbowa understands the needs of end users as well as of those answering to the CIO.
The implementation of a TMS solution is a highly complex and mission critical project. If executed correctly a good TMS can deliver a number of benefits to the organization in terms of optimization, greater efficiency, reduced errors and improved revenue through accurate invoicing. However a number of projects fail to realize these benefits for a host of reasons such as an incorrect product selection, over customization of the system and lack of detailed processes. The evaluation and selection of the right transportation management system is a very critical step in the successful implementation of a TMS product as well as ensuring that the organization is able to realize the benefits expected from the system.Transportation Management with SAP TM 9 is a guide for CIO/CXOs evaluating options for various transportation management solutions available in the market and helps inappropriate decision making before committing investment. A proven evaluation framework and guidance provided in the book can help decision makers with product selection and help to create a business case for management approval and design a future roadmap for the organization. The book provides a comprehensive understanding of what SAP transportation management is and is useful for teams involved in TM Implementation and roll outs to ensure preparedness. The book explains end-to-end freight life cycle processes, functional system landscape, implementation challenges and post go-live precautions required to optimize investments in SAP TM. Transportation Management with SAP TM 9 also acts as a step by step implementation guide with details of configuration required to set up a TM9 system. This book also covers the upgrade of SAP TM8 to SAP TM9 which will be useful for existing clients who are on TM 8. Nonavailability of SAP TM skilled resources is a major challenge faced by organizations and the book provides a detailed competency building plan along with skill set requirements to create a competent and trained workforce to manage-transformation.The current book available in the market on SAP TM is based on Version 6 release which does not cover air freight processes. Our book covers end-to-end air freight configuration scenarios for logistic companies.
Get everything you need to code with ABAP, all in one place! Are you a beginner looking for a refresher on the basics? You'll get an overview of SAP architecture and learn syntax. Already an experienced programmer and looking to improve your ABAP skills? Dive right into modifications and code enhancements. Understand the programming environment and build reports, interfaces, and applications with this complete reference to coding with ABAP! Highlights include: 1) Architecture and environment 2) Syntax, keywords, structures, and tables 3) User interaction 4) Modularization 5) Persistent data 6) Dialog and dynamic programming 7) Reports and forms 8) Interface development 9) Modifications and enhancements 10) Debugging and testing
Looking to get SAP S/4HANA Sales up and running? This book has all the expert guidance you need! Start with the organizational structure and master data, including customer-vendor integration. Then follow click-by-click instructions to configure your key SD processes: pricing, sales order management, ATP and supply protection, shipping, billing, and more. Including SAP Fiori reports and KPIs, this is your all-in-one sales resource!In this book, you'll learn about:a. Master Data See how to configure new business partners in your system, and perform customer-vendor integration (CVI) to manage customer data. Then learn about the material master data that's integral to your sales processes. b. ConfigurationWalk through step-by-step instructions to configure your sales and distribution processes in SAP S/4HANA, from managing sales orders and condition contracts to shipping, delivery, billing, and invoicing. c. ReportingGet the most out of your sales data! Explore operational reports and due lists with SAP Fiori and SAP GUI. Analyze the KPIs that mean the most to your business. Highlights include: 1) Organizational structure 2) Business partners 3) Customer-vendor integration 4) Material master 5) Pricing 6) Sales contract and agreement management 7) Sales order management 8) Available-to-promise (ATP) 9) Supply protection10) Shipping and delivery 11) Billing and invoicing12) Reporting
In today's competitive business environment, most companies realize that the better they can manage their customer relationships, the more successful they will become. Customer Relationship Management (CRM) software systems are key tools for companies to manage the customer-facing processes of their businesses. However, many companies have resisted implementing this most critical customer-oriented application due in large part to the lack of a single-point resource on implementing a CRM system. This book attempts to fill that gap. Implementing SAP (R) CRM will help technologists and managers come to grips with the vision, concept, and technology of CRM. It begins by laying out the groundwork for understanding CRM. It explains the concept and context of CRM and the tangible business benefits of CRM adoption. Demonstrating a professional approach to the evaluation and selection of SAP, it details the critical success factors (CSFs), patterns, and anti-patterns of a successful SAP CRM implementation. CRM implementations can add significant benefit to the company's bottom line only if the company first transforms itself into a customer-centric and customer-responsive enterprise. This book explains what it means to be a customer-centric and responsive enterprise, and provides a framework for business operations based on customer relationships, rather than the traditional four Ps (product, positioning, price, promotion). It further spells out business process reengineering (BPR) strategies to configure internal business processes and operations with SAP CRM to improve customer-facing strategies, services, and relationships.
This book sheds light on cross-industry and industry-specific trends in today's digital economy. Prepared by a group of international researchers, experts and practitioners under the auspices of SAP's Digital Thought Leadership & Enablement team within SAP's Business Transformation Services (BTS) unit, the book furthermore presents relevant use cases in digital transformation and innovation. The book argues that breakthrough technologies have matured and hit scale together, enabling five defining trends: hyper-connectivity, supercomputing, cloud computing, a smarter world, and cyber security. It presents in detail how companies are now reimagining their products and services, business models and processes, showcasing how every business today is a digital business. Digitalization, defined as the process of moving to a digital business, is no longer a choice but an imperative for all businesses across all industries and regions. Taking a step toward becoming a digital enterprise is demanding and challenging. The dimensions of customer centricity, leadership and strategy, business models, including offerings (products and services), processes, structure and governance, people and skills, culture, and technology foundation can serve as orientation for digitalization. The articles in this book touch on all dimensions of this digital innovation and transformation framework and offer possible answers to some of the pressing questions that arise when practitioners seek to digitalize their business.
Understand ABAP objects-the object-oriented extension of the SAP language ABAP-in the latest release of SAP NetWeaver 7.5, and its newest advancements. This book begins with the programming of objects in general and the basics of the ABAP language that a developer needs to know to get started. The most important topics needed to perform daily support jobs and ensure successful projects are covered. ABAP is a vast community with developers working in a variety of functional areas. You will be able to apply the concepts in this book to your area. SAP ABAP Objects is goal directed, rather than a collection of theoretical topics. It doesn't just touch on the surface of ABAP objects, but goes in depth from building the basic foundation (e.g., classes and objects created locally and globally) to the intermediary areas (e.g., ALV programming, method chaining, polymorphism, simple and nested interfaces), and then finally into the advanced topics (e.g., shared memory, persistent objects). You will know how to use best practices to make better programs via ABAP objects. What You'll Learn Know the latest advancements in ABAP objects with the new SAP Netweaver system Understand object-oriented ABAP classes and their components Use object creation and instance-methods calls Be familiar with the functions of the global class builder Be exposed to advanced topics Incorporate best practices for making object-oriented ABAP programs Who This Book Is For ABAP developers, ABAP programming analysts, and junior ABAP developers. Included are: ABAP developers for all modules of SAP, both new learners and developers with some experience or little programming experience in general; students studying ABAP at the college/university level; senior non-ABAP programmers with considerable experience who are willing to switch to SAP/ABAP; and any functional consultants who want or have recently switched to ABAP technical.
SAP ABAP (Advanced Business Application Programming) offers a detailed tutorial on the numerous features of the core programming platform, used for development for the entire SAP software suite. SAP ABAP uses hands on business oriented use cases and a valuable dedicated e-resource to demonstrate the underlying advanced concepts of the OO ABAP environment and the SAP UI. SAP ABAP covers the latest version (NetWeaver 7.3 and SAP application programming release 6.0) of the platform for demonstrating the customization and implementation phases of the SAP software implementation. Void of theoretical treatments and preoccupation with language syntax, SAP ABAP is a comprehensive, practical one stop solution,which demonstrates and conveys the language's commands and features through hands on examples. The accompanying e-resource is a take off point to the book. SAP ABAP works in tandem with the accompanying e-resource to create an interactive learning environment where the book provides a brief description and an overview of a specified feature/command, showing and discussing the corresponding code. At the reader's option, the user can utilize the accompanying e-resource, where a step-by-step guide to creating and running the feature's object is available. The presentation of the features is scenario oriented, i.e. most of the features are demonstrated in terms of small business scenarios. The e-resource contains the scenario descriptions, screen shots, detailed screen cams and ABAP program source to enable the reader to create all objects related to the scenario and run/execute them. The underlying concepts of a feature/command are conveyed through execution of these hands-on programs. Further exercises to be performed independently by the reader are also proposed. The demonstration/illustration objects including the programs rely on some of the SAP application tables being populated, for example an IDES system which is now a de facto system for all SAP training related activities.
Learn SAP's real estate management integrated solution to effectively manage the real estate portfolio at your organization. You will configure SAP REFX for business scenarios covering solutions from master data to financial posting and reporting. You will address all phases of the real estate life cycle, including real estate acquisition or disposal, portfolio management, and property and technical management. To succeed in today's global and highly competitive economy, asset optimization in real estate management has become a strategic task. Organizations need to ensure insight into their property portfolio to make informed decisions, improve portfolio performance, and reduce compliance costs. Sophisticated solutions are needed to manage changing consumer demands and the global workforce as well as information management, compliance adherence, and leasing and property management. SAP Flexible Real Estate Management by Daithankar is a full-featured book that integrates REFX with Controlling (CO), Plant and Maintenance (PM), CRM, SAP AA (ssset accounting), and SAP PS (project systems). You will refer to real-world, practical examples to illustrate configuration concepts and processes, and learn in an interactive, hands-on way through the use of screenshots, menu paths, and transaction codes throughout the book.What You Will Learn: Understand the SAP REFX Solutions landscape and industry best practices for SAP REFX implementation Configure SAP REFX Integrate REFX with other modules Understand how processes are supported by SAP REFX Who This Book Is For: CIOs/CEOs of organizations with real estate portfolios, SAP REFX purchasing decision makers, SAP REFX pre-sales teams, SAP REFX implementation/AMS consultants
The distinction between "customers" and "vendors" is now a relic of the past-jump into the future with this all-in-one guide to business partners in SAP S/4HANA! Learn how to set up business partners from start to finish for greenfield implementations. Or, if you're transitioning from SAP ERP to SAP S/4HANA, walk through customer-vendor integration (CVI) with detailed instructions. With guidance on maintaining and validating business partner data, this is the only book on business partners you'll ever need!Highlights include:1) Vendor (supplier) data2) Customer data3) Account groups4) Number ranges5) Roles6) Transaction BP7) Migration cockpit8) Materials management9) Financials10) New implementation11) System conversion |
![]() ![]() You may like...
Authorizations in SAP S/4HANA and SAP…
Alessandro Banzer, Alexander Sambill
Hardcover
SAP SuccessFactors Employee Central…
Deepankar Maitra, Stacy Wilkins
Hardcover
R2,210
Discovery Miles 22 100
Logistic Core Operations with SAP…
Jens Kappauf, Bernd Lauterbach, …
Paperback
R2,675
Discovery Miles 26 750
Materials Management with SAP ERP…
Martin Murray, Jawad Akhtar
Hardcover
SAP S/4HANA Production Planning and…
Siva Kumar Mutnuru
Paperback
Warehouse Management with SAP EWM
Balaji Kannapan, Hari Tripathy, …
Hardcover
SAP Transaction Codes - Your Quick…
Venki Krishnamoorthy., Martin Murray, …
Paperback
|