cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I used this function module TEXT_CONVERT_XLS_TO_SAP to access excel from presentation server to application server and the problem is that while running report, Automatically, It opens excel sheet as shown in above image, what should I do for not displaying that pop up while running report.

0 Likes
View Entire Topic
Sandra_Rossi
Active Contributor

The function module TEXT_CONVERT_XLS_TO_SAP starts Excel, opens the file which you indicate in the parameter of the function module, and returns the contents of the Excel file.

Saying "automatically" whenever you run a function or a program is the same as not saying "automatically"

e.g. GUI_UPLOAD automatically uploads the file

versus

GUI_UPLOAD uploads the file.

If you don't want to open Excel, don't use TEXT_CONVERT_XLS_TO_SAP, use other solutions to read an Excel file.

(you can find thousands of answers in the forum)

Nick__2849
Participant
0 Likes

hi sandra rossi,

Please tell me that which function module i should use to convert excel to internal table

matt
Active Contributor
0 Likes

As Sandra Rossi said "you can find thousands of answers in the forum". Or you could follow the first link I gave you.