Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Implicit Enhancement of an internal table

$
0
0

Hi,

I've been trying to add a field to an internal table via an implicit enchancement but cannot get it to work - not sure if it's even possible:

 

data: begin of i_tab occurs 0.

     include structure mara.

data: field1,

        field2,

enhancement 1 zz_itab.

        zfield,

endhancement.

end of i_tab.

 

The error is: "Comma without preceding colon (after zfield)"

 

Thks,

William


Viewing all articles
Browse latest Browse all 8332

Trending Articles