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

reg tcode F110

Former Member
0 Likes
578

Dear experts,

My requirement is that when the user runs tcode F110, the data should be saved in a flat file according to user requirement. How can i achieve that? can anyone help me.

tks

3 REPLIES 3
Read only

johndeconinck
Participant
0 Likes
507

Dear Prabhakar,

You can use enhancment 'FDTAX001' with transaction CMOD. You have both the file name and the structure REGUT at hand there. Try to activate it creating include ZXDTAU01 and put a break-point to see if it stops.

Kind regards,

John.

Read only

Former Member
0 Likes
507

Dear john,

tks for immediate reply. I used that exit and put break point, but still it is not stopping there. Any other suggestion

tks

Read only

0 Likes
507

hi Prabhakar,

F110 runs in background, so you won't be able to debug that the normal way. On the other hand it also means that you can only download data to application server.

ec