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

bdc gui_upload

Former Member
0 Likes
468

hi ,

pls tell me the what is exact meaning of ASC, DAT, BIN FILE TYPES IN GUI_UPLOAD.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

'ASC' - Ascii (Text) ,

'DAT' - Tab delimited and

'BIN' - Binary File

if the fields are saperated by ',' those file are called as ASC file.

if the fields are saperaed by tab delimiter those are called as DAT files.

use BIN as file type no seperator is allowed.

mark the points if u find it useful

~~Guduri

2 REPLIES 2
Read only

Former Member
0 Likes
448

'ASC' - Ascii (Text) ,

'DAT' - Tab delimited and

'BIN' - Binary File

if the fields are saperated by ',' those file are called as ASC file.

if the fields are saperaed by tab delimiter those are called as DAT files.

use BIN as file type no seperator is allowed.

mark the points if u find it useful

~~Guduri

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
447

Hi,

File Type (ASC or BIN)

Description

Describes how the upload file is read.

'BIN'.

The system reads a binary representation of the internal table from the

file. The data is neither converted nor interpreted in this case.

Usually, reasonable results are obtained only if the internal table

consists of a single column of type 'X'.

'DAT'

The components of the internal table are filled from the file. If the

table contains several columns, the entries in the file must be

separated by tabs. No conversion exits are performed.

The following applies for the different data types:

I or N or P or F

The numbers must be formatted according to the decimal representation

defined in the user settings.

D

The date must be formatted according to the date format defined in the user settings.

T

The time must be formatted as hh:mm:ss.

'ASC'.

The components of the internal table are filled from the file. Only

data types with fixed length are allowed. The data must be contained

in the file in its full length.

Default

ASC

Cheers,

Simha.