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.
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.
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.
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment