2007 Aug 15 12:07 PM
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 ..........
2007 Aug 15 2:42 PM
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>
2007 Aug 15 5:19 PM