‎2008 Jul 11 11:32 AM
can we schedule call transaction program for data transfer? how?
‎2008 Jul 11 11:42 AM
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.
‎2008 Jul 11 12:10 PM
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
‎2008 Jul 11 4:21 PM
hi schedule the background job for the call transaction...by using the open data set dont use the gui_upload