Hi,
i have internal table vit 2 fields and how to declare the include structure in internal table vit the existinf fields
DATA: BEGIN OF ITAB_VBAP OCCURS 0,
VBELN LIKE VBAP-VBELN,
POSNR LIKE VBAP-POSNR,
END OF ITAB_VBAP.
INCLUDE STRUCTURE tline.