Skip to Content
0
Jun 09, 2009 at 12:10 PM

deleting a field from itab!!

26 Views

hi i have a structure with certain fields which i am using for select query...but i dont want this field to get downloaded when i download the required data

the query seem to be like

select tel_number fax_number from adrc into corresponding fields of shipitab where addrnumber eq

shipitab-adrnr

after whihc im appending this as append shipitab.

n want to delete this particular field from shipitab....

tats it..