Skip to Content
0
Apr 13, 2010 at 09:35 AM

How to add an extra field in the internal table containing structure

106 Views

I need to add a new field bseg to i_final in internal table. I can't add bseg to zstruct_cfm. My code is as follows.

DATA : BEGIN OF i_final OCCURS 0.

INCLUDE STRUCTURE zstruct_cfm.

DATA : ENDOF i_final.

Regards,

SAURAV LAHIRY