2007 Sep 19 2:40 AM
Hi,
I am downloading data from unix file to internal table, but when i split the data
e.g 00800000700#7#
After writting
split v_buffer at cl_abap_char_utilities=>horizontal_tab into table itab.
The value is passing to internal tables in two rows like output is coming as
00800000700
7
Where as i should get output follows which is the structure of itab
00800000700 7
Regards
Vinni
Welcome to SDN.
means Tab space. so no need to write the split command,just move the data from file to internal table,data will come automatically.
Thanks
Seshu
2007 Sep 19 2:52 AM
Welcome to SDN.
means Tab space. so no need to write the split command,just move the data from file to internal table,data will come automatically.
Thanks
Seshu
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |