Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: statement not highlighted new ABAP editor

$
0
0

Hi,

 

If you use the ABAP Editor's check tool (Ctrl+F2) to check your syntax, it will indicate two problems:

 

  1. You have assigned all three field symbols the same name.
  2. The compiler won't accept TYPE STANDARD TABLE OF struc.
    • Use instead one of the following:
      • FIELD-SYMBOLS <fs> TYPE table_type.
      • FIELD-SYMBOLS <fs> TYPE STANDARD TABLE.

 

Cheers,

Amy


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>