Hi
whatt stmt will clear the entire contents of <itab> that has no header line
Types:begin of itab_structure,
field1 type p ,
field2 type c,
field3 type i,
field4 type n,
end of itab_structure.
Data: itab type standard table of itab_structure.
Data:wa_itab type itab_structure.
pls let know answer for this question.
Thx.