‎2015 May 18 8:08 AM
Hello colleagues,
I am not sure if this is the right category for my question.
Is there any way to schedule a job in SM37 or else on a regular basis,
which generates a single file on the application server - selection from table ANLA (i.e.).
Without writing a special ABAP program.
Thank you!
‎2015 May 18 9:45 AM
Hi
Without abap program , you can't generate file on application server.
As per your requirement , first prepare one format( ex: .csv or .txt etc.,) and write abap program and schedule through SM36.
Regards,
Chandu
‎2015 May 18 9:41 AM
you can schedule any job via sm37.. for your purpose you need to create a job.. which solves ur requirement and schedule that job via sm37.
please explain how u intend to process selection of data without ABAP program and schedule it.
‎2015 May 18 9:45 AM
Hi
Without abap program , you can't generate file on application server.
As per your requirement , first prepare one format( ex: .csv or .txt etc.,) and write abap program and schedule through SM36.
Regards,
Chandu
‎2015 May 18 10:16 AM
Thank you.
I thought that I can use some standard funcionality, like SQVI, SQ01, but they can't generate a file from the output..... you have to do it manualy.
I can try to print it in a file......
Regards
Ilian