Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP SELECT FROM table fields

0 Likes
2,588

hi,

there is a new option to select data into an internal table :

SELECT FROM dbtab FIELDS ...

here you can see the description incl. an example code:

https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapfields_clause.htm

We're on 7.4 SP14 and it doesn't work. So, is it really only working as of 7.51 onwards?

cheers!

Neven

1 ACCEPTED SOLUTION
Read only

pokrakam
Active Contributor
1,920

Introduced in 7.50: Link

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
1,920

I think it came with 7.50 ('ABAP - Release-Specific Changes', Open SQL in Release 7.50, Arrangement of SELECT clauses and FROM clauses)

Read only

pokrakam
Active Contributor
1,921

Introduced in 7.50: Link

Read only

0 Likes
1,920

thanks!

Read only

Former Member
0 Likes
1,920

Is there aynone who can explain the difference between two usage?

I just want to understand advantage of ...fields usage.

Thank you.

Best regards

Read only

0 Likes
1,920

As explained in the change info I linked:

This arrangement supports tools such as Code Completion in ABAP Editor.