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

creating a conversion program----- HELP PLEASEEEEEEEEEEEEEEEEEEEEE!!!!!!!!!

Former Member
0 Likes
361

Hi,

I need to "Extract file of financial data for upload to consolidation system for corporate and management reporting".

The extract will consist of two separate reports, combined into one comma separated text file.

How do I go about it....I have no idea of interfaces and need to finish this task

Please give step by step approach!!!!

3 REPLIES 3
Read only

Former Member
0 Likes
344

NOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!

Read only

Former Member
0 Likes
344

hi

good

could you please elaborate your requiement in the ABAP point of view,like how you want the selection screen,which are the table you want to use.

I hope i can give you better explanation after that.

thanks

mrutyun^

Read only

0 Likes
344

Hi ,

It seems like u just need to pick data from tha tables and provide it to the client so that it can be used in some other application .

According to the selction criteria , pick your data and process it to fill the final internal table of yours which will be holding all to be transported records

Use FM gui_download

Call Function Gui_Download

Exporting

File name = ' your file path (a .txt file) '

.

Has_field_seperator = ',' " As in your case

Importing

Exceptions

By this way u can get the file seperated by comma in ur machine , then u can send it across.

Reward if found useful.

Regard

SureshP