Application Development 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: 

scat doesnt import data from .txt

Former Member
0 Kudos

Dear expert,

i have made a scat program to upload material but somehow it cant import the data from .txt even i have done the checking for import parameters at the field.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Is it a Delimited Text file? Try once with delimited text file. It should work.

6 REPLIES 6

Former Member
0 Kudos

Try using a .csv file. Normal practise is to open an excel

spread sheet and then save it as a .csv file.

Former Member
0 Kudos

Is it a Delimited Text file? Try once with delimited text file. It should work.

0 Kudos

what does delimited text mean

0 Kudos

here is my .txt file looks like.

i just want to upload material group. pretty simple actually

[Variant ID] [Variant Text] MATNR MATKL

--> Parameter texts Material Material Group

--> Default Values

50000003 20

0 Kudos

Delimiter text file means the value sare separated by a delimiter. It can be a comma or a tab or anything. You can specify a delimiter explicitly.

For eg if oyu try to save Excel File as it will give options in drop down where you can choose it as Comma delimited or tab delimited text file.

0 Kudos

Hi There,

This is exactly what i have done and still my program cant capture the import parameters both from excel n .txt files