SAP INSERT REPORT - Obsolete ABAP Statements



Get Example source ABAP code based on a different SAP table
  


• UNICODE ENABLING INSERT REPORT (obsolete)

INSERT REPORT, UNICODE ENABLING
Short Reference

ABAP_SYNTAX_OBS
INSERT REPORT ... UNICODE ENABLING ...

What does it do?
The addition UNICODE ENABLING of the statement INSERT REPORT has the same semantics as the addition VERSION, which replaces it. If VERSION is specified, UNICODE ENABLING cannot be specified.



Latest notes:

Before ABAP language versions were introduced, the addition UNICODE ENABLING was used exclusively to configure the Unicode check. The general addition VERSION, on the other hand, makes it possible to configure further versions as well.
ABAP_HINT_END

Return to menu