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

conversions issues

Former Member
0 Likes
432

hello ,

i have one requirment i need to convert time sheet information into XL Sheet format ang i need to upload that records.

pls anyone can tell me how to do this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

Hi,

Excel to Internal table ---ALSM_EXCEL_TO_INTERNAL_TABLE

Internal table to Excel --- GUI_DOWNLOAD.

Gothrough the following link,

Regards,

Harish

2 REPLIES 2
Read only

Former Member
0 Likes
407

Use following function modules:

ALSM_EXCEL_TO_INTERNAL_TABLE : uploading from excel

and gui download to download the data in excel

CALL FUNCTION 'GUI_DOWNLOAD'

EXPORTING

filename = 'C:filename.xls'

filetype = 'XLS'

TABLES

data_tab = itab.

Read only

Former Member
0 Likes
408

Hi,

Excel to Internal table ---ALSM_EXCEL_TO_INTERNAL_TABLE

Internal table to Excel --- GUI_DOWNLOAD.

Gothrough the following link,

Regards,

Harish