Skip to Content
0
Former Member
Sep 25, 2008 at 11:09 AM

Include Structure Error

34 Views

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.