‎2007 Dec 04 12:55 PM
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
‎2007 Dec 04 1:33 PM
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.
‎2007 Dec 04 1:44 PM
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
‎2007 Dec 04 3:38 PM
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