SAP NEWS-764-TRANSFORMATIONS



Get Example source ABAP code based on a different SAP table
  



Transformations for ABAP Release 7.64
ITOC

ABAP_MODIFICATION_NN 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.
XSDUUID_BASE64 for 16-byte UUIDs in base64 format
XSDCURRCODE for ISO currency keys
XSDUNITCODE for ISO unit keys

ABAP_MODIFICATION_NN New Formats for format in the Attribute option of tt:value

The following new formats can be specified in parentheses after format in the option attribute of the ST statement tt:value:
hex for a hexadecimal display of byte-like values
uri and uri_full for escaping special characters in URIs
uri1 and uri2 for displaying literal values in URIs for OData.
currCode, unitCode for converting SAP-specific currency and unit keys in ISO units.
currency=CURRCODE, unit=UNITCODE for formatting numbers in accordance with a currency or unit key
alpha for handling leading zeros in strings
Other enhancements:
dateTimeLocal, dateTimeOffset, and ticksOffset can now be used on the time stamp types TIMESTAMP and TIMESTAMPL.
guid can now also be used on the type c of length 22 for 16-byte UUIDs in base64 format.

ABAP_MODIFICATION_NN decimals New for the Attribute option of tt:value

Decimals specified in the attribute option of the ST statement tt:value specifies the number of decimal places in numeric types.

ABAP_MODIFICATION_NN regime New for the Attribute option of tt:value

regime(num$|char$|bin) can now be specified in the attribute option of the ST statement tt:value, where it can be used to force numeric, character-like, or byte-like handling.

ABAP_MODIFICATION_NN noError New for the Attribute option of tt:value

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