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

excel file

Former Member
0 Likes
601

hi!

i am using fm WS_DOWNLOAD and after that bapi_document_change2 (with table objectfiles) in order to

add original type XLS to the document.

if i am doing this manually in cv02n and add an excel file

it works o.k, but with the bapi after loading the file to cv02n, when i want to watch the file i get error 'problem

loading file'.

i found out that the fields in the file has to be in text format

in order to load the file correctly.

how do i do this with the fm WS_DOWNLOAD ( i transfer to the fm the fowlling fields in the importing part:

FILETYPE = 'DAT' and the FILENAME).

REGARDS

YIFAT

4 REPLIES 4
Read only

Former Member
0 Likes
553

First of all save the data in the excel file to ".txt of tabbed delimited format". Now again save it to excel file. i hope this will solve ur problem.

Cheers...!

Read only

Former Member
0 Likes
553

HI!

THANKS FOR YOUR ANSWER.

ALL THIS HAS TO BE DONE AUTOMATICALLY WITHOUT THE USER INTERVERSION.

REGARDS

YIFAT

Read only

hymavathi_oruganti
Active Contributor
0 Likes
553

ISU_TRANSFER_TO_EXCEL

transfers document data to excel.

ALSM_EXCEL_TO_INTERNAL_TABL

transfers excel to internal table

Read only

Former Member
0 Likes
553

HI!

I AM WORKING WITH 46C.

I DONT HAVE THE FM ISU_TRANSFER_TO_EXCEL

REGARDS

YIFAT