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

transfer

Former Member
0 Likes
325

Program for the following please.........

1. Create a file in excel with the data to upload.

2. Create a program to upload data from an excel spreadsheet. The selection screen should contain

• Parameter for the file name. This should be F4 enabled to popup a windows dialog box.

• Checkbox to run in test mode. The program should default the checkbox to true. So the program is not accidentally run.

• Checkbox to display the excel data, defaulted to true.

3. The report should show any errors on upload.

4. The report should also contain the details of the excel spreadsheet.

Thanks in advance ..........

2 REPLIES 2
Read only

0 Likes
307

To upload data from EXCEL sheet there is a FM ALSM_EXCEL_TO_INTERNAL_TABLE for this define an internal table of type ALSMEX_TABLINE.

for F4 help use PROCESS ON HELP-REQUEST EVENT.

<b>

reward all helpful replies.</b>

Read only

Former Member
0 Likes
307

can u give me the program..............plzzzzzzz