Skip to Content
0
Former Member
May 11, 2010 at 05:04 AM

call transformation id

375 Views

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.