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

Former Member
0 Likes
347

Hi All ,

while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????

Plz anybody answer this Question............

Thanks and Regards.

Pradip Pawar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
329
3 REPLIES 3
Read only

Former Member
0 Likes
330
Read only

Former Member
0 Likes
329

Hi Pradeep,

There is an another parameter in GUI_UPLOAD I.E

Exporting.

has_field_separator = 'X'

If we mention it as 'X' means it is separated by tab space.

if we mention it as '=' means it is separated by =.

and filetype as "BIN"..

Award points if helpful.

Kiran Kumar.G

Have a Nice Day..

Read only

Former Member
0 Likes
329

hi,

file -type = 'asc'

has_field _separarator = ','

rgds

Umakanth