cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Download Smartform Data from OTF format to CSV file

Former Member
0 Kudos

Hi,

I need to download smartform data from OTF format to CSV file. Is there any Function module to download Smartform data from

OTF format to CSV file.

Regards,

Selvapriya S.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Not that I know of. There is a lot of data in the OTF file besides the field values you are printing (formats, headers. positions, fonts, etc).

You might be able to use the CONVERT_OTF function module and take the default format of 'ASCII'. Once it is converted to an ASCII data format, you might be able to write some ABAP code to strip off the extraneous data and parse the fields you need.