2006 Oct 12 12:21 PM
Hi all!
can anyone tell me how to upload the data containing 750 char( in single column )of an excel file into an internal table.
my requirement is to upload the data using bdc.
thanks in advance
susmita
Hi all!
can anyone tell me how to upload the data containing 750 char( in single column )of an excel file into an internal table.
my requirement is to upload the data using bdc.
thanks in advance
susmita
2006 Oct 12 12:23 PM
2006 Oct 12 12:24 PM
use GUI_UPLOAD AND TEXT_CONVERT_XLS_TO_SAP Functional Module
- Saru
2006 Oct 12 12:26 PM
Try using this
*-- Internal table to upload file line by line
DATA : BEGIN OF t_text OCCURS 0,
line(750), " Flat file data
END OF t_text.
and use the FM GUI_UPLOAD
Madhavi
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |