Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I convert smart form internal table data into Excel Format.

Former Member
0 Likes
657

Hi Experts,

Please help this issue. How can I convert smart form Item table data into Excel format. Previously I converted into PDF format . Now I get the requirement for converting item table data into Excel format. The logic related to item table present in smart form . Any solution for this issue .

Thanks ,

Teja.

Hi Experts,

Please help this issue. How can I convert smart form Item table data into Excel format. Previously I converted into PDF format . Now I get the requirement for converting item table data into Excel format. The logic related to item table present in smart form . Any solution for this issue .

Thanks ,

Teja.

1 REPLY 1
Read only

Florian
SAP Champion
SAP Champion
0 Likes
576

You cannot convert it directly from the smartform.

I would suggest you save your processed data into an internal table and pass it back to your driver program with the binary data and then convert it. But be aware, xls-format isn't easy. I would recommend to use .csv