SAP FIELDS CLAUSE ABAP Statements
Get Example source ABAP code based on a different SAP table
• FIELDS SELECT
SELECT>, FIELDS> ABAP_SYNTAX ... FIELDS select_clause> ...>
What does it do?
The addition FIELDS> must prefix the SELECT> clause select_clause>> of a query>, if this clause is listed after the FROM> clause>. If the SELECT> clause select_clause>> is listed in front of the FROM> clause>, then FIELDS> must not be specified.
ABAP_EXAMPLE_VX5
Two equivalent SELECT> statements and different arrangements of the SELECT> and FROM> clauses.
ABEXA 00264
ABAP_EXAMPLE_END
Return to menu