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: 

GUI_DOWNLOAD

Former Member
0 Kudos
92

HI,

how do download with coma separater values

pls help me its urgent.

Regards,

S.nehru

3 REPLIES 3

former_member188829
Active Contributor
0 Kudos
61

Hi,

Use the FM SAP_CONVERT_TO_TEX_FORMAT

Check this link..

http://sap4.com/wiki/index.php?title=SAP_CONVERT_TO_TEX_FORMAT

raymond_giuseppi
Active Contributor
0 Kudos
61

Take a look at Function module SAP_CONVERT_TO_CSV_FORMAT. Sample at [how to create a CSV file|;

or Function Module SAP_CONVERT_TO_TEX_FORMAT. Sample at [Download into CSV format from internal table|;

(And use CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG to download)

Regards

Former Member
0 Kudos
61

hi

good

make sure the parameter has field separator = 'x'.

  • for tab separated flat files

use fm:

kcd_csv_file_to_intern_convert

for comma separated files uploading

thanks

mrutyun^