Application Development 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: 

How to run a transaction from a batch file

Former Member
0 Kudos

Hello All,

I am trying to run a transaction which has a limit on data it can return so I need to run the transaction in batches. Can that process be automated. Example, lets say I need result for 300 lines but transaction can be only run for 10 lines at a time. Can I create a query or automated process so it is run 30 time automatically and result come out in 30 txt, xls, files?

Thanks

Aditya

1 REPLY 1

vinoth_aruldass
Contributor
0 Kudos

Hi,

you can create a abap program which can run the transaction multiple times and get your excel.

if the inputs has to be read from the file File has to be in some FTP and the program can read it.

Same downloading also is possible in custom program.

After Creating the program SE37 schdule the program for number of times.

Thanks ,

Vinoth