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

scheduling call transaction

Former Member
0 Likes
519

can we schedule call transaction program for data transfer? how?

3 REPLIES 3
Read only

Former Member
0 Likes
465

Hi,

You can schedule the call transaction method, you have written a custom program which is using a call transaction method and that custom program can be called in a scheduled background job as well.

You can create a document with the help of a call transaction method and if the document is not created with some error, then we can create session for that for future processing as well.

You can use it in either ways.

Thanks,

Mahesh.

Read only

Former Member
0 Likes
465

Hi,

You can schedule call transaction program in background.

Remember to create variants for the program and also dont use GUI_UPLOAD etc functions for uploading the flatfile. Instead use application server file.

Goto SM36 and create a job , specify variants, and also the schedule time.

Thanks and regards

Read only

Former Member
0 Likes
465

hi schedule the background job for the call transaction...by using the open data set dont use the gui_upload