SAP Program ADAXPRA1 - XPRA for Enlarging LCHR Fields with Length Between 256 and 2000

Description
Adjust LCHR fields to new DDIC-DB mapping.
The mapping between the DDIC and database (ADABAS only) was changed in3.1G.
Prior to 3.1G, the mapping rule was as follows:
DDIC DB
LCHR(x) VARCHAR2(x) x = Length, 256 <= x <= 2000
The following mapping rule applies as of 3.1G:
DDIC DB
LCHR(x) VARCHAR2(x + 2) x = Length, 256 <= x <= 1998
LCHR(x) LONG VARCHAR x = Length, 1999 <= x <= 2000
Existing fields are adapted to the new mapping by the report.

Precondition
None

Output
The log contains information on the SAP objects which have changed.