ABAP - Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.51 → 

Transformations in Release 7.51


1.New domains for mapping from ABAP to XML


2.New formats for the format specification in the option attribute of tt:value


3. New specification decimals for the option attribute of tt:value


4.New specification regime for the option attribute of tt:value


5. New specification noError for the option attribute of tt:value



Modification 1

New domains for mapping from ABAP to XML

The following new special domains have been introduced, which override the default mapping of elementary ABAP types to asXML.

Modification 2

New formats for the format specification in the option attribute of tt:value

The following new formats can be specified in parentheses after format in the option attribute of the ST command tt:value:

Other enhancements:

Modification 3

New specification decimals for the option attribute of tt:value

The new specification decimals in the option attribute of the ST command tt:value influences the number of decimal places of numeric types.



Modification 4

New specification regime for the option attribute of tt:value

The new specification regime(num|char|bin) in the option attribute of the ST command tt:value can be used to force a numeric, character-like, or byte-like handling.



Modification 5

New specification noError for the option attribute of tt:value

The new specification noError in the option attribute of the ST command tt:value prevents exceptions in language, currCode, and unitCode formattings, which evaluate entries in database tables.