2013 Mar 13 10:31 AM
Dear experts,
while i am uploading data from front end to data base table , only 255 characters only the function modules are taking. i have used GUI_upload , text_convert_xls_to_sap , alsm_excel_to_internal_table letc. once i can take tha full data to internal table then i can solve this issue.
please help me by provide solution.
Thnaks in advance.
Regards,
Radhakrishna.Ette
Dear experts,
while i am uploading data from front end to data base table , only 255 characters only the function modules are taking. i have used GUI_upload , text_convert_xls_to_sap , alsm_excel_to_internal_table letc. once i can take tha full data to internal table then i can solve this issue.
please help me by provide solution.
Thnaks in advance.
Regards,
Radhakrishna.Ette
2013 Mar 13 3:33 PM
Hi Krishna,
Try with the below sample code
data:
w_str type table of string.
CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
filename = Flat_file_path_in_txt_format
tables
data_tab = w_str.
Take the internal table with respect to string like
data:
w_str type table of string.
The flat file should contain data more than 255 characters. Its working even with more than 255 characters.
Regards,
Vineesh.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |