what's new in sap landscape transformation replication ... · what's new in sap landscape...

16
What's New Document Version: 1.0 – 2017-06-14 PUBLIC What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Upload: dangminh

Post on 16-May-2018

225 views

Category:

Documents


3 download

TRANSCRIPT

What's New

Document Version: 1.0 – 2017-06-14

PUBLIC

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

2

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Typographic Conventions

Typographic Conventions

Type Style Description

Example Words or characters quoted from the screen. These include field names, screen titles,

pushbuttons labels, menu names, menu paths, and menu options.

Textual cross-references to other documents.

Example Emphasized words or expressions.

EXAMPLE Technical names of system objects. These include report names, program names,

transaction codes, table names, and key concepts of a programming language when they

are surrounded by body text, for example, SELECT and INCLUDE.

Example Output on the screen. This includes file and directory names and their paths, messages,

names of variables and parameters, source text, and names of installation, upgrade and

database tools.

Example Exact user entry. These are words or characters that you enter in the system exactly as

they appear in the documentation.

<Example> Variable user entry. Angle brackets indicate that you replace these words and characters

with appropriate entries to make entries in the system.

EXAMPLE Keys on the keyboard, for example, F2 or ENTER .

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Document History

PUBLIC

© 2017 SAP. All rights reserved. 3

Document History

Version Date Change

1.0 2016-06-14 Initial Version

4

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Table of Contents

Table of Contents

1 New Filter Options for the Replication of Transparent and Pool Tables ............................... 5

2 Simplified Data Type Mapping for Target Data Types ............................................................. 6

3 Enhanced Features and Usability Improvements for INDX-like Table Replication .............. 7

4 New Data Provisioning Options 'Start Recording' and 'Start Replication Without Initial

Load' ................................................................................................................................................ 8

5 Case-Sensitive Tables and Special Data Types Supported for the ODP Scenario ............... 9

6 Enhancements for Trigger Configuration ................................................................................ 10

7 Updated Authorization Concept................................................................................................. 11

8 Improved Usability to Stop/Suspend and Resume the Replication of a Table .................. 12

9 Additional Checks in the Health Check Framework ............................................................... 13

10 Enhanced 'Display Table' Information ...................................................................................... 14

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

New Filter Options for the Replication of Transparent and Pool Tables

PUBLIC

© 2017 SAP. All rights reserved. 5

1 New Filter Options for the Replication of Transparent and Pool Tables

In the Performance Options of Advanced Replication Settings (transaction LTRS), a new tab Filter Options has

been added. You can now specify filters also for the replication process of transparent tables and pool tables. For

cluster and INDX-like tables, you still have to specify filter rules in the Rule Assignment section.

6

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Simplified Data Type Mapping for Target Data Types

2 Simplified Data Type Mapping for Target Data Types

In the Table Options of Advanced Replication Settings (transaction LTRS), the Target DB Type field under Table

Fields must no longer contain any field names.

You can use report IUUC_FIX_FIELDNAME_MAPPING to apply the new format for the Target DB Type field

automatically.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Enhanced Features and Usability Improvements for INDX-like Table Replication

PUBLIC

© 2017 SAP. All rights reserved. 7

3 Enhanced Features and Usability Improvements for INDX-like Table Replication

When adding a table to INDX-like table settings, you can now specify only the RELIDs that you need. You can also

add more RELIDs for a table later if required.

A new column Map Key Fields has been added to specify key mapping for each RELID and component

combination.

Transferring data for INDX-tables whose RELID and component combinations have nested structures is now

supported.

8

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

New Data Provisioning Options 'Start Recording' and 'Start Replication Without Initial

Load'

4 New Data Provisioning Options 'Start Recording' and 'Start Replication Without Initial Load'

The following options can help to simplify a system refresh, or OS/DB migration, or to simply avoid the initial load

process:

Start Recording: Only create logging table and trigger in the source system to capture all changes of a table.

Start Replication (w/o Load): start the replication of a table which has only been recorded. There will be no

initial load. Therefore, only changes registered in the logging table will be transferred to the target table.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Case-Sensitive Tables and Special Data Types Supported for the ODP Scenario

PUBLIC

© 2017 SAP. All rights reserved. 9

5 Case-Sensitive Tables and Special Data Types Supported for the ODP Scenario

Case-sensitive source table names are supported, as are data types (QUAN/CURR) with reference fields

Prerequisite: SAP Note 2406890 - “DDIC types derived from ODP only with DDIC structure”.

10

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Enhancements for Trigger Configuration

6 Enhancements for Trigger Configuration

Blacklist trigger settings (use case: prevent replication process in case data aging fields are changed; available

only for ABAP-based SAP source systems running on SAP HANA) are shared by all configurations which use the

same source table in the same source system.

Archive trigger settings (use case: prevent the deletion of records in the target system which are archived in the

source system) and trigger option settings are shared by all configurations that are located in the same SAP LT

Replication Server system and use the same source table in the same source system.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Updated Authorization Concept

PUBLIC

© 2017 SAP. All rights reserved. 11

7 Updated Authorization Concept

Authorization object S_DEVELOP is no longer required for standard SAP LT Replication Server roles

SAP_IUUC_REPL_REMOTE and SAP_IUUC_REPL_ADMIN; S_DEVELOP is therefore no longer included in these two

roles.

A user that is assigned to the updated standard role SAP_IUUC_REPL_ADMIN requires the additional assignment

of activity “33” (Read) of the authorization object S_DMC_S_R in order to connect to a database source as part of

the SAP LT Replication Server configuration setup.

12

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Improved Usability to Stop/Suspend and Resume the Replication of a Table

8 Improved Usability to Stop/Suspend and Resume the Replication of a Table

On the Table Overview tab in transaction LTRC, a new context-sensitive button called Actions has been added as a

shortcut to stop, resume, or suspend the replication process for a table.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Additional Checks in the Health Check Framework

PUBLIC

© 2017 SAP. All rights reserved. 13

9 Additional Checks in the Health Check Framework

The master job will now automatically be restarted if the respective health check detects that the job is not active

but should be active.

Load jobs which are running for more than 24 hours (e.g. due to being stuck at a RFC / DB connection) are now

detected and an error message is displayed that includes possible steps to solve the issue.

In case a health check notification request has been configured, but the health check job is not running, an e-mail

notification will be triggered that informs the user that health check job is not running.

Note that this feature is also available as downport for DMIS2011 SP11 and SP12 (see SAP Note 2468382)

14

PUBLIC

© 2017 SAP. All rights reserved.

What's New in SAP Landscape Transformation Replication Server 2.0 SP13

Enhanced 'Display Table' Information

10 Enhanced 'Display Table' Information

If the source system is connected by means of a database connection to the source system, you can view table

information. You can view the size and the size and the number of records from target tables.

www.sap.com/contactsap

© 2017 SAP. 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 AG.

The information contained herein may be changed without prior

notice.

Some software products marketed by SAP AG and its distributors

contain proprietary software components of other software

vendors.

National product specifications may vary.

These materials are provided by SAP AG and its affiliated

companies (“SAP Group”) for informational purposes only, without

representation or warranty of any kind, and SAP Group shall not be

liable for errors or omissions with respect to the materials. The only

warranties for SAP Group 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.

SAP and other SAP products and services mentioned herein as well

as their respective logos are trademarks or registered trademarks of

SAP AG in Germany and other countries. Please see

www.sap.com/corporate-en/legal/copyright/index.epx#trademark

for additional trademark information and notices.

Material Number: NA