IT Business Management: Solutions from SAP - A Pocket Guide


Book Description

Managing IT like a business demands integrated and systematic business and IT insight the kind of integration and systematic insight that SAP has spent the last 35 years helping the world s leading companies achieve. Best-run businesses use SAP® solutions to automate key business processes so they can close the gap between strategy and execution. Best-run businesses drive clarity into their organizations by gaining insight for improved performance, efficiency for optimized operations, and flexibility to adapt quickly to changing circumstances.Like best-run businesses, best-run IT organizations are able to optimize operations, maximize innovation, and adjust rapidly to evolving business needs. Their IT management solutions help them better understand themselves and their customers and make the best decisions in the face of challenging expectations and constraints.This book outlines SAP s view on best-run IT. It will help orient you to our related solutions and provide you with ideas for driving clarity and business value in your IT organization.




Mastering the SAP Business Information Warehouse


Book Description

"This book is the definitive guide for SAP NetWeaver BI professionals. Based on their extraordinary expertise with the product, the authors provide deep insights about key innovations in the areas of user experience, query performance, integrated planning, and enterprise-wide data warehousing." —Stefan Sigg, Vice President, SAP NetWeaver Business Intelligence The long-anticipated publication of this second edition reflects the growing success of SAP NetWeaver as well as the various Business Intelligence (BI) capabilities that are embedded with SAP BW version 7.0. Written by SAP insiders, this comprehensive guide takes into account the ever-changing features, functionality, and toolsets of SAP NetWeaver to bring you the most updated information on how to use SAP BW to design, build, deploy, populate, access, analyze, present, and administer data. You'll discover the options that are available in SAP NetWeaver and uncover a new means to improve business performance. This book reflects the process an organization goes through during an implementation of the software. The authors begin with an introduction to BI and SAP NetWeaver and quickly progress to information modeling and enterprise data warehouse concepts. You'll learn how to access and deliver meaningful analytic information to the organization, as well as perform integrated planning functions. Finally, the authors share invaluable insight on warehouse administration, performance, and security. With more than 50 percent new or revised material, this second edition of Mastering the SAP Business Information Warehouse shows you how to: Extract data from online transaction processing systems Store transformed data in a way that best supports reporting and analysis Use the various Business Explorer tools such as BEx Report Designer, BEx Analyzer, BEx Broadcaster, and BEx Web Application Designer Schedule, monitor, troubleshoot, and archive data loads The companion Web site contains sample chapters in Wiki format and the authors' blog where readers may enter discussions about the book and SAP. Wiley Technology Publishing Timely. Practical. Reliable. Visit our Web site at www.wiley.com/compbooks/ Visit the companion Web site at www.wiley.com/compbooks/mcdonald The companion Web site contains the sample code presented in the text of the book, plus implementation templates.




IBM Software for SAP Solutions


Book Description

SAP is a market leader in enterprise business application software. SAP solutions provide a rich set of composable application modules, and configurable functional capabilities that are expected from a comprehensive enterprise business application software suite. In most cases, companies that adopt SAP software remain heterogeneous enterprises running both SAP and non-SAP systems to support their business processes. Regardless of the specific scenario, in heterogeneous enterprises most SAP implementations must be integrated with a variety of non-SAP enterprise systems: Portals Messaging infrastructure Business process management (BPM) tools Enterprise Content Management (ECM) methods and tools Business analytics (BA) and business intelligence (BI) technologies Security Systems of record Systems of engagement The tooling included with SAP software addresses many needs for creating SAP-centric environments. However, the classic approach to implementing SAP functionality generally leaves the business with a rigid solution that is difficult and expensive to change and enhance. When SAP software is used in a large, heterogeneous enterprise environment, SAP clients face the dilemma of selecting the correct set of tools and platforms to implement SAP functionality, and to integrate the SAP solutions with non-SAP systems. This IBM® Redbooks® publication explains the value of integrating IBM software with SAP solutions. It describes how to enhance and extend pre-built capabilities in SAP software with best-in-class IBM enterprise software, enabling clients to maximize return on investment (ROI) in their SAP investment and achieve a balanced enterprise architecture approach. This book describes IBM Reference Architecture for SAP, a prescriptive blueprint for using IBM software in SAP solutions. The reference architecture is focused on defining the use of IBM software with SAP, and is not intended to address the internal aspects of SAP components. The chapters of this book provide a specific reference architecture for many of the architectural domains that are each important for a large enterprise to establish common strategy, efficiency, and balance. The majority of the most important architectural domain topics, such as integration, process optimization, master data management, mobile access, Enterprise Content Management, business intelligence, DevOps, security, systems monitoring, and so on, are covered in the book. However, there are several other architectural domains which are not included in the book. This is not to imply that these other architectural domains are not important or are less important, or that IBM does not offer a solution to address them. It is only reflective of time constraints, available resources, and the complexity of assembling a book on an extremely broad topic. Although more content could have been added, the authors feel confident that the scope of architectural material that has been included should provide organizations with a fantastic head start in defining their own enterprise reference architecture for many of the important architectural domains, and it is hoped that this book provides great value to those reading it. This IBM Redbooks publication is targeted to the following audiences: Client decision makers and solution architects leading enterprise transformation projects and wanting to gain further insight so that they can benefit from the integration of IBM software in large-scale SAP projects. IT architects and consultants integrating IBM technology with SAP solutions.




Enterprise Master Data Management


Book Description

The Only Complete Technical Primer for MDM Planners, Architects, and Implementers Companies moving toward flexible SOA architectures often face difficult information management and integration challenges. The master data they rely on is often stored and managed in ways that are redundant, inconsistent, inaccessible, non-standardized, and poorly governed. Using Master Data Management (MDM), organizations can regain control of their master data, improve corresponding business processes, and maximize its value in SOA environments. Enterprise Master Data Management provides an authoritative, vendor-independent MDM technical reference for practitioners: architects, technical analysts, consultants, solution designers, and senior IT decisionmakers. Written by the IBM ® data management innovators who are pioneering MDM, this book systematically introduces MDM’s key concepts and technical themes, explains its business case, and illuminates how it interrelates with and enables SOA. Drawing on their experience with cutting-edge projects, the authors introduce MDM patterns, blueprints, solutions, and best practices published nowhere else—everything you need to establish a consistent, manageable set of master data, and use it for competitive advantage. Coverage includes How MDM and SOA complement each other Using the MDM Reference Architecture to position and design MDM solutions within an enterprise Assessing the value and risks to master data and applying the right security controls Using PIM-MDM and CDI-MDM Solution Blueprints to address industry-specific information management challenges Explaining MDM patterns as enablers to accelerate consistent MDM deployments Incorporating MDM solutions into existing IT landscapes via MDM Integration Blueprints Leveraging master data as an enterprise asset—bringing people, processes, and technology together with MDM and data governance Best practices in MDM deployment, including data warehouse and SAP integration




Clean ABAP


Book Description

ABAP developers, are you looking to clean up your code? Then pick up this official companion to the Clean ABAP GitHub repository. This book is brimming with best practices, straight from the experts, to help you write effective ABAP code. Start by learning when to apply each clean ABAP practice. Then, dive into detailed code examples and explanations for using classes, methods, names, variables, internal tables, and more. From writing code to troubleshooting and testing, this is your complete style guide! In this book, you'll learn about: a. Clean ABAP Concepts What is clean ABAP and why is it important to write clean code? Understand clean ABAP concepts with insight from the experts, including special considerations for legacy code and performance. b. Best Practices Walk through the what, why, and how behind clean ABAP best practices. Learn to improve your code, including using classes and interfaces appropriately, handling method design and control flow, designing and running unit tests, and much more. c. Practical Examples See clean ABAP practices in action! Improve your understanding of how to write effective code. Use detailed examples for each best practice that demonstrate the difference between clean and messy code. Highlights include: 1) Classes and interfaces 2) Methods 3) Names 4) Variables and literals 5) Internal tables 6) Control flow 7) Comments 8) Formatting 9) Error handling 10) Unit testing 11) Packages




Master Data Management


Book Description

The key to a successful MDM initiative isn't technology or methods, it's people: the stakeholders in the organization and their complex ownership of the data that the initiative will affect.Master Data Management equips you with a deeply practical, business-focused way of thinking about MDM—an understanding that will greatly enhance your ability to communicate with stakeholders and win their support. Moreover, it will help you deserve their support: you'll master all the details involved in planning and executing an MDM project that leads to measurable improvements in business productivity and effectiveness. - Presents a comprehensive roadmap that you can adapt to any MDM project - Emphasizes the critical goal of maintaining and improving data quality - Provides guidelines for determining which data to "master. - Examines special issues relating to master data metadata - Considers a range of MDM architectural styles - Covers the synchronization of master data across the application infrastructure




Business Process Management


Book Description

Part I: Business process management: A new strategic context? Part II: The BPM Roadmap. Part III: Business process platform - the enabler for BPM. Part IV: Experience and conclusion. Appendices.




SAP Event Management - Still SAP's Best Kept Secret...


Book Description

SAP EM is SAP's standard solution for monitoring business process status and providing proactive exception management. Five years after the first edition, we now unveil far more details than before. In particular, we now include new chapters covering SAP Transportation Management and SAP Global Trade Services and their use of SAP EM and Operational Management. In addition, we also cover the new SAP EM releases all the way up to Release 9.2, which is in ramp up at the time of publication. We discuss SAP EM with HANA and even bring Fiori in to the discussion. Many tips, tricks and sample code are found throughout the book. We have also greatly spruced up the additional information chapter, which is now a "must have" for any SAP EM consultant or developer to use as a reference guide. The complete IMG, together with verified transactions, are listed in this chapter. If you want to see how to call the SAP EM web service using an ABAP proxy, then check out the section under "development stuff."




Managing Business with SAP


Book Description

Managing Business with SAP: Planning, Implementation and Evaluation is important to all IT managers as it addresses the reasons why many ERP systems fail, and how IT managers can improve the rate of successful implementation.




SAP Solution Manager for SAP S/4HANA


Book Description

Are you moving to SAP S/4HANA? Learn how SAP Solution Manager 7.2 can smooth your path Readiness checks? Check. Custom code management? Check. Automated testing? Check. Explore deployment best practices and the fully supported SAP Activate, along with other essential SolMan functionality. Whether you're deploying SAP S/4HANA with SAP SuccessFactors, SAP Ariba, or as a standalone system, SolMan 7.2 will give you the tools you need Custom Code and Data Volume Management Explore how to identify and manage custom code and get the skills to handle large volumes of data during a transition to SAP S/4HANA. SAP Activate and SAP Best Practices See how an SAP S/4HANA implementation works using the SolMan-supported SAP Activate methodology and discover how SAP Best Practices ensure an efficient and seamless migration. Readiness Checks and Testing Understand how SolMan cuts problems off at the source using readiness checks before a migration and testing tools after it's completed. Highlights: SAP Solution Manager 7.2 SAP S/4HANA Custom code management Data volume management SAP Activate Solution documentation Change control management Testing Business processes analysis SAP Best Practices