SELECT rdoc, exnum, exdat, rind, cancel
FROM j_1iexchdr as a
INTO TABLE @DATA(it_j_1iexchdr)
FOR ALL ENTRIES IN @it_vbrk_vbrp
WHERE rdoc = @it_vbrk_vbrp-vbeln
AND trntyp = 'DLFC'
AND rind = 'N'.
Here i want to add cancel field which is not in the structure or table , if we use structure there we can define cancel type c and we can use but how to do it with new sysntax?