cancel
Showing results for 
Search instead for 
Did you mean: 

converting OTF file to EXCEL format

Former Member
0 Kudos

Hello,

We can convert Purchase order OTF file to PDF format by the standard program 'RSTXPDFT4',

now i need to convert that OTF file to EXCEL format, is there any standard program? If so let me know please

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hii,

OTF is not a grid, like Excel, and PDF can also contain anything, I think it is not possible to convert an OTF, or PDF into an excel spreadsheet.

You can convert an ALV into excel and send it via email.

But try this

call function 'PRINT_TEXT'

exporting

device = 'PRINTER'

dialog = ' '

header = header

options = options

importing

result = result

tables

lines = lines

otfdata = otf.

  • convert to PDF

call function 'CONVERT_OTF'

exporting

format = 'XLS'

importing

bin_filesize = 132

tables

otf = otf

lines = lines

brad_bohn
Active Contributor
0 Kudos

Why would you want to do that? Why don't you convert the original data to Excel format via an output program?

Former Member
0 Kudos

After doing PO they wil do some changes,which will be in chinese language,this is because chinese language is not implemented in our SAP,can u tell the solution please?