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

Hi

Former Member
0 Likes
573

i m trying to upload the initial balances uing direct input method, but getting error 'The file cannot be imported in this format'.. what could be the reason?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

Hi Lucky,

There must be some special characters in the file. Just check.

Regards,

Atish

Hi Lucky,

There must be some special characters in the file. Just check.

Regards,

Atish

4 REPLIES 4
Read only

Former Member
0 Likes
554

Hi Lucky,

There must be some special characters in the file. Just check.

Regards,

Atish

Read only

0 Likes
553

there r no special characters in the file except '-' and '.'

errro Diagnosis

In several cases a file cannot be read.

The file contains fields of type 'I' or 'F'. The system cannot determine how the fields in the file are arranged.

This is a UNICODE system and you are trying to import non-character-type fields.

how to create file in different format???

Thanks

Read only

0 Likes
553

Hi Lucky,

Better define your structure of input using all the character fields so that you will not face this issue.

Regards,

Atish

Read only

Former Member
0 Likes
553

hi,

file format and data element should be the same,

if u select <b>dat</b> file type in <b>fm</b> then u should maintain source file with fixed lenth,ex:if u give kunnr no then even in sourc file u should maintain 10 char for kunnr filed like that u maintain ur source file for the <b>dat</b> file type dat or <b>asc</b>.

maintain source file like that then try to uplaod.

reward points if useful,

regards,

seshu.