cancel
Showing results for 
Search instead for 
Did you mean: 

download the output of smartform into excell sheet

Former Member
0 Kudos

Hi Experts,

We have one smartform for list out the Shipment packing list.

Now the requirement is we need to download into excel file output of the samrtform when we issue the output.

Please help on this issue to resoved.

Thanks and regards,

Amjad Hussain,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mohammed,

I would advice that you develop a sub-routine.

Create a program line.

In the Program line use the Fuction Module

create an itab which will contain the date to send to Excel list

Call Function 'GUI_DOWNLOAD' and pass this Itab to the FM

This could help.

Give points.

Blacky.

Former Member
0 Kudos

Hi Blacky,

Thanks for your suggestion..

I also implemented same logic for download item level data into excel sheet and we have to download the header details also.

Please let me know if it's possible.

Thanks & Regards,

Amjad Hussain

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As per my knowledge it is not possible to convert the smartform output to Excel, we can convert into PDF.

Smartfrom output -> OTF -> PDF.

Bye