2006 Aug 10 9:42 AM
I have an excel workbook with 2 worksheets in them.
I need to upload each of these worksheets in 2 different internal tables.
How can i achieve this ?
2006 Aug 10 9:47 AM
Hi,
Did you try using 'ALSM_EXCEL_TO_INTERNAL_TABLE' function module?
Rgds,
HR
I have an excel workbook with 2 worksheets in them.
I need to upload each of these worksheets in 2 different internal tables.
How can i achieve this ?
2006 Aug 10 9:47 AM
2006 Aug 10 9:47 AM
Hi,
Did you try using 'ALSM_EXCEL_TO_INTERNAL_TABLE' function module?
Rgds,
HR
2006 Aug 10 9:49 AM
Hi,
use FM <b>ALSM_EXCEL_TO_INTERNAL_TABLE</b> or <b>GUI_UPLOAD</b> fm..
CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
EXPORTING
FILENAME = P_PFILE
I_BEGIN_COL = 1
I_BEGIN_ROW = 1
I_END_COL = 2
I_END_ROW = 3000
TABLES
INTERN = IT_EXCEL
* EXCEPTIONS
* INCONSISTENT_PARAMETERS = 1
* UPLOAD_OLE = 2
* OTHERS = 3Check this thread ..
Regards,
Santosh
Message was edited by: Santosh Kumar P
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |