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..