1>Exchange order of the field list and FROM clause
2>FROM clause first results in code-completion friendly syntex
SELECT FROM VBAK
FIELDS VBELN,ERDAT,ERNAM,VKORG
WHERE VBELN = ‘0000000003’
INTO @DATA(wa_VBAK) .
** The FROM clause can now be the first,followed by the column list starting with the explicit keyword FIELDS.This does not only increase the readability and supportability of SELECT statements ,but also enables completion in the ABAP Development Tools(ADT).
Serkan AKKAVAK
Computer Engineer BSc
SAP Department Deputy Manager
Contact : serkurumsal@yandex.com
0 Comments