‎2007 Jul 18 6:49 AM
Hi all,
I've created a text delimited file which have 3 columns.... now when I'm trying to upload it.....in the output I'm getting only the first column and the other columns as # can anyone help me in solving this plz.
‎2007 Jul 18 6:56 AM
if you are using gui_upload
then take the field sperator as 'X'.
else tell me which FM you are using to upload the file
thnkx
bhanu
‎2007 Jul 18 6:51 AM
Hi
First create your file in EXCEL with columns
remove the column headings
then save that Excel file as TAB DELIMITED Text file
and if texts are there try to find and replace some unwanted characters like " or #
then that fiel is ready for upload
now use that for BDC program and upload
it will work
declare internal table similar to that fiel fields and use
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 18 6:52 AM
‎2007 Jul 18 6:53 AM
Check the data types of theother 2 colums while uploading it.
Reward if useful
cheers,
sharadendu
‎2007 Jul 18 6:54 AM
Hi,
set the separator tab in the FM to space i.e; ' ' or try using ' \ '.
Pls reward helpful files.
Regards,
Ameet
‎2007 Jul 18 6:56 AM
if you are using gui_upload
then take the field sperator as 'X'.
else tell me which FM you are using to upload the file
thnkx
bhanu