SAP SQL EXPR CAST ABEXA



Get Example source ABAP code based on a different SAP table
  



ABAP_SQLEXP - Cast Expression
This example demonstrates cast expressions in AB_SQL .

ABAP_SOURCE_CODE
DEMO CL_DEMO_SQL_EXPR_CAST

ABAP_DESCRIPTION
Transforms numeric columns and a date field from a DDIC database table to columns of the type CHAR, which makes it possible to process them as character strings in the ABAP class.