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