21
ADM103 System Administration II for SAP S/4HANA and SAP Business Suite . . COURSE OUTLINE . Course Version: 18 Course Duration:

ADM103 - cdn20.training.sap.com

  • Upload
    others

  • View
    29

  • Download
    0

Embed Size (px)

Citation preview

Page 1: ADM103 - cdn20.training.sap.com

ADM103System Administration II for SAP S/4HANA and SAP Business Suite

..

COURSE OUTLINE.

Course Version: 18Course Duration:

Page 2: ADM103 - cdn20.training.sap.com

SAP Copyrights and Trademarks

© 2018 SAP SE or an SAP affiliate company. All rights reserved.

No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company.

SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see http://global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and notices.

Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors.

National product specifications may vary.

These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.

In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE’s or its affiliated companies’ strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

Page 3: ADM103 - cdn20.training.sap.com

Typographic Conventions

American English is the standard used in this handbook.

The following typographic conventions are also used.

This information is displayed in the instructor’s presentation

Demonstration

Procedure

Warning or Caution

Hint

Related or Additional Information

Facilitated Discussion

User interface control Example text

Window title Example text

© Copyright. All rights reserved. iii

Page 4: ADM103 - cdn20.training.sap.com

iv © Copyright. All rights reserved.

Page 5: ADM103 - cdn20.training.sap.com

Contents

vii Course Overview

1 Unit 1: Technology Components for HTTP-based Communication

1 Lesson: Describing Scenarios for HTTP-based Communication with SAP Systems

1 Lesson: Configuring the Internet Communication Manager (ICM)1 Lesson: Using the Internet Communication Framework (ICF)1 Lesson: Configuring SAP Gateway1 Lesson: Configuring Routing for SAP Gateway2 Lesson: Describing Web Services in AS ABAP2 Lesson: Using SAP Web Dispatcher2 Lesson: Maintaining UI-related Software Components

3 Unit 2: SAP Connect and SMTP

3 Lesson: Setting Up Communication with SAPconnect3 Lesson: Setting Up Communication with Simple Mail Transfer

Protocol (SMTP)

5 Unit 3: Enqueue Replication Server

5 Lesson: Managing an Enqueue Replication Server (ERS)

7 Unit 4: Central User Adminstration (CUA)

7 Lesson: Introduction to CUA7 Lesson: Setting Up a CUA7 Lesson: User Administration with CUA

9 Unit 5: Online Documentation and SAP Help Center

9 Lesson: Configuring the Online Documentation9 Lesson: Configuring the Help Center

11 Unit 6: Extended Computer Aided Test Tool (eCATT)

11 Lesson: Describing the Basics of Extended Computer Aided Test Tool (eCATT)

11 Lesson: Configuring the System Landscape for eCATT11 Lesson: Executing eCATT Test Scripts

13 Unit 7: Aspects of Globalization

13 Lesson: Discussing Aspects of Globalization13 Lesson: Importing Additional Languages in One SAP System13 Lesson: Introducing Unicode

© Copyright. All rights reserved. v

Page 6: ADM103 - cdn20.training.sap.com

vi © Copyright. All rights reserved.

Page 7: ADM103 - cdn20.training.sap.com

Course Overview

TARGET AUDIENCEThis course is intended for the following audiences:

● System Administrator

● Technology Consultant

© Copyright. All rights reserved. vii

Page 8: ADM103 - cdn20.training.sap.com

viii © Copyright. All rights reserved.

Page 9: ADM103 - cdn20.training.sap.com

UNIT 1 Technology Components for HTTP-based Communication

Lesson 1: Describing Scenarios for HTTP-based Communication with SAP SystemsLesson ObjectivesAfter completing this lesson, you will be able to:

● Describe options that SAP provides for HTTP-based communication

Lesson 2: Configuring the Internet Communication Manager (ICM)Lesson ObjectivesAfter completing this lesson, you will be able to:

● Describe the implementation of the ICM

● Configure and monitor the ICM

Lesson 3: Using the Internet Communication Framework (ICF)Lesson ObjectivesAfter completing this lesson, you will be able to:

● Explain the importance of the ICF for handling HTTP requests in the SAP system

● Describe what constitutes an ICF service

● Activate and use the integrated Internet Transaction Server (ITS)

Lesson 4: Configuring SAP GatewayLesson ObjectivesAfter completing this lesson, you will be able to:

● Explain the SAP Gateway

Lesson 5: Configuring Routing for SAP GatewayLesson ObjectivesAfter completing this lesson, you will be able to:

© Copyright. All rights reserved. 1

Page 10: ADM103 - cdn20.training.sap.com

● Configure Routing for SAP Gateway

Lesson 6: Describing Web Services in AS ABAPLesson ObjectivesAfter completing this lesson, you will be able to:

● Outline the basic idea of Web services

Lesson 7: Using SAP Web DispatcherLesson ObjectivesAfter completing this lesson, you will be able to:

● Describe the functions of SAP Web Dispatcher

● Install SAP Web Dispatcher

● Set up and manage SAP Web Dispatcher

● Configure SSL

Lesson 8: Maintaining UI-related Software ComponentsLesson ObjectivesAfter completing this lesson, you will be able to:

● Maintain SAPUI5

● Maintain Unified Rendering

Unit 1: Technology Components for HTTP-based Communication

2 © Copyright. All rights reserved.

Page 11: ADM103 - cdn20.training.sap.com

UNIT 2 SAP Connect and SMTP

Lesson 1: Setting Up Communication with SAPconnectLesson ObjectivesAfter completing this lesson, you will be able to:

● Describe the functions of SAPconnect

Lesson 2: Setting Up Communication with Simple Mail Transfer Protocol (SMTP)Lesson ObjectivesAfter completing this lesson, you will be able to:

● Describe the Simple Mail Transfer Protocol (SMTP)

● Configure the AS ABAP for SMTP

© Copyright. All rights reserved. 3

Page 12: ADM103 - cdn20.training.sap.com

Unit 2: SAP Connect and SMTP

4 © Copyright. All rights reserved.

Page 13: ADM103 - cdn20.training.sap.com

UNIT 3 Enqueue Replication Server

Lesson 1: Managing an Enqueue Replication Server (ERS)Lesson ObjectivesAfter completing this lesson, you will be able to:

● Manage an Enqueue Replication Server

© Copyright. All rights reserved. 5

Page 14: ADM103 - cdn20.training.sap.com

Unit 3: Enqueue Replication Server

6 © Copyright. All rights reserved.

Page 15: ADM103 - cdn20.training.sap.com

UNIT 4 Central User Adminstration (CUA)

Lesson 1: Introduction to CUALesson ObjectivesAfter completing this lesson, you will be able to:

● Outline the concept of Central User Administration

Lesson 2: Setting Up a CUALesson ObjectivesAfter completing this lesson, you will be able to:

● Correctly set up the required technical users for RFC connections

Lesson 3: User Administration with CUALesson ObjectivesAfter completing this lesson, you will be able to:

● Maintain and distribute user data using the Central User Administration (CUA)

© Copyright. All rights reserved. 7

Page 16: ADM103 - cdn20.training.sap.com

Unit 4: Central User Adminstration (CUA)

8 © Copyright. All rights reserved.

Page 17: ADM103 - cdn20.training.sap.com

UNIT 5 Online Documentation and SAP Help Center

Lesson 1: Configuring the Online DocumentationLesson ObjectivesAfter completing this lesson, you will be able to:

● Set up access to online documentation

Lesson 2: Configuring the Help CenterLesson ObjectivesAfter completing this lesson, you will be able to:

● Configure the Help Center to display SAP and customer documentation

© Copyright. All rights reserved. 9

Page 18: ADM103 - cdn20.training.sap.com

Unit 5: Online Documentation and SAP Help Center

10 © Copyright. All rights reserved.

Page 19: ADM103 - cdn20.training.sap.com

UNIT 6 Extended Computer Aided Test Tool (eCATT)

Lesson 1: Describing the Basics of Extended Computer Aided Test Tool (eCATT)Lesson ObjectivesAfter completing this lesson, you will be able to:

● Describe eCATT in the SAP environment

● Describe use cases for eCATT

● Set up automated test series

Lesson 2: Configuring the System Landscape for eCATTLesson ObjectivesAfter completing this lesson, you will be able to:

● List security aspects related to eCATT

● Create a System Data Container

● Configure system and client settings related to eCATT

Lesson 3: Executing eCATT Test ScriptsLesson ObjectivesAfter completing this lesson, you will be able to:

● Create a simple test script using eCATT and monitor its execution

© Copyright. All rights reserved. 11

Page 20: ADM103 - cdn20.training.sap.com

Unit 6: Extended Computer Aided Test Tool (eCATT)

12 © Copyright. All rights reserved.

Page 21: ADM103 - cdn20.training.sap.com

UNIT 7 Aspects of Globalization

Lesson 1: Discussing Aspects of GlobalizationLesson ObjectivesAfter completing this lesson, you will be able to:

● Describe the globalization strategy

Lesson 2: Importing Additional Languages in One SAP SystemLesson ObjectivesAfter completing this lesson, you will be able to:

● Explain the use of multiple languages in one SAP system

● Import an additional language into the SAP system

Lesson 3: Introducing UnicodeLesson ObjectivesAfter completing this lesson, you will be able to:

● Define the terms code page and Unicode

● Outline the procedure of a Unicode migration

© Copyright. All rights reserved. 13