Chapter 07 - ABAP Dictionary Changes
Chapter 07 - ABAP Dictionary Changes
Objectives
Activation
An object must be fully activated in the SAP system in order to be used by other
objects
Data Objects(Eg:
Tables, Data
elements,Domains
etc.)
ABAP Dictionary
Activation Icon
Mass Activation
Online
Background
Table Activation
ABAP programs and Screen Painter screens always use the current
version of a table activated in the Dictionary.
? ? Log Entries
Consistency Checks
Updates
A data object is automatically checked for consistency (among data types) when
the object has been changed.
Changing the primary key of a value table that is being used by a domain,
requires a lengthy process because of the embedded links between the domain
and the value table.
Tables
YANGIE1 “YZIPCODES”
YEMPLOY Value Table
1 9 7 0 2
1 9 7 0 2
Domain
“YZIP”
NUMC 10
6 ABAP Dictionary Changes | Dec-2008 © 2005 IBM Corporation
IBM Global Services
Versions
Version Management
Several temporary versions of an active object can be stored when a CTS is open.
Historical versions are created every time a CTS is released.
Active Version
Historical
Version
Display
Compare
REMOTE compare
Demonstration
Practice
When you activate an object any locks on the object are automatically released
ABA
Dict P
iona
r
y
SPDD Transaction
Summary
An object must be fully activated in the SAP system in order to be used by other
objects
When an object is changed and re-activated, all other objects currently linked to
the changed object are automatically updated
Changing the primary key of a value table that is being used by a domain,
requires a lengthy process because of the embedded links between the domain
and the value table
The various versions of an object in the ABAP Dictionary can be viewed via the
menu path Utilities Version management.
Versions of modified (repaired) SAP standard objects can be compared with new
SAP standard objects by using the transaction SPDD.
Questions