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

Automatic export without new ABAP program

ILIAN_Grigorov
Contributor
0 Likes
670

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

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

3 REPLIES 3
Read only

Former Member
0 Likes
626

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.

Read only

Former Member
0 Likes
627

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

Read only

0 Likes
626

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