Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REGARDING GUI UPLOAD

Former Member
0 Likes
346

I have downlaoded a file in .dat formant in 4.6 server and want to upload it to ecc 6 using gui upload.

Its workig fine for some tables.

but for some tables its giving me sy-subrc = 8....'BAD data format'!!!!!

GUI DOWNLOAD HAD field seperator = 'X' and File stype = 'ASC'.

Its giving me error converting fields of DEcimal type....should i download without using 'ASC' type..

Help Me guys..

1 REPLY 1
Read only

Former Member
0 Likes
317

Hi,

Please check your internal table structure and File format.

Itu2019s showing because of data types are not matching. also remove ",: from amount related fields.

Salil