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

code

Former Member
0 Likes
405

Hi ,

I must put the data (22 fields) from the itab to the notepad TXT file how should I code this?

Thanks

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
385

Use function module GUI_DOWNLOAD, give the file path(use the .txt on your file name) and pass the itab to the TABLES parameter. That's it.

Regards,

RIch HEilman

Hi,

Use <b>GUI DOWNLOAD</b> function module.

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
386

Use function module GUI_DOWNLOAD, give the file path(use the .txt on your file name) and pass the itab to the TABLES parameter. That's it.

Regards,

RIch HEilman

Read only

Former Member
0 Likes
385

Hi,

Use <b>GUI DOWNLOAD</b> function module.