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

data transfer

Former Member
0 Likes
788

Hi,

how should the flat file be prepared? Is it in excel or any thing else.

Rgds,

khadeer.

6 REPLIES 6
Read only

Former Member
0 Likes
766

hi,

Can you be more clear about what you want to know ? The flat file can be of any extension its only that how want to handle the data retrieval.

Regards

Sharath

Read only

Former Member
0 Likes
766

Hi,

You could prepare flat file data either excel file or text file but must remember about tha tab delimeter. No extra sapce required. so its up to your convenient or requirments that in which format your preparing you flat file data.According to flat file data you must declear File type in your program.

Thanx & regds,

Rakesh

Read only

Former Member
0 Likes
766

Hi Khadeer,

It totally depends on your requirement.You Can prepare it in notepad or excel .But Preparing excel file is better because it is tab delimited.

Regards,

Rahul

Read only

Former Member
0 Likes
766

Hi,

as per ququirment you will get the flat file,it may be like word document ,excel sheet ,seperated with comma,tab ,space like .

Regards,

Madhu

Read only

Former Member
0 Likes
766

Hi,

A flat file can be excels file or ,a text file saved as tab deliminter or a comma seperated or a space seperated file or, a csv extension file. this is purely on your requirement .

Method of preparing is same as you save your data in the excel file or any text file (data written in the notepad and file is saved as .doc with type tab/space/comma seperated) on the presentation server.

File path is given in various FM that you wish to use ,again depending on your requiremtn.

For presentation server you use GUI_UPLOAD/various other FM to uplaod the file basically from your flat file prresent on the presentation server to you internal table.OPEN DATASET from application server to internal table.

GUI_DOWNLOAD for downloading from intrenal table to the flat file on presentaion server.

Hope this is sufficient enough to clear your doubt...search the forum for various FM presen for this task.

Pooja

Read only

Former Member
0 Likes
766

Vague question.