dear experts,
data : t001w like table of t001w with header line.
data: xml_out type string .
select * from t001w into table t001w.
call transformation ('ID')
source tab = t001w[]
result xml xml_out.
hear call transformation is giving result xml_out.
how can i download it to my desktop.
please guide me how to download.
thanks & regards,
surendra.