SAP IUMD TARGET ABAP Statements
Get Example source ABAP code based on a different SAP table
ABAP_SYNTAX
BEGIN_SECTION VERSION 5 OUT $|view$|(target_syntax)
END_SECTION VERSION 5 OUT $[
ABAP_ALTERNATIVES:
1
BEGIN_SECTION VERSION 5 OUT
2
END_SECTION VERSION 5 OUT
What does it do?
In the modifying AB-SQL statements
BEGIN_SECTION VERSION 5 OUT or
END_SECTION VERSION 5 OUT is accessed. Optional additions
BEGIN_SECTION VERSION 5 OUT Only views whose key fields are located together at the beginning of the view can be accessed.
END_SECTION VERSION 5 OUT
Latest notes:
NON_V5_HINTS
Write access to DDIC database tables or DDIC table views with
ABAP_HINT_END
ABAP Alternative 1
What does it do?
BEGIN_SECTION VERSION 5 OUT and
END_SECTION VERSION 5 OUT
BEGIN_SECTION VERSION 5 OUT .
Only DDIC table views that refer to a single DDIC database table and whose status in the ABAP Dictionary allows changes can be specified. No
END_SECTION VERSION 5 OUT
Latest notes: