‎2007 Sep 10 4:08 PM
Hi,
I need that a financial user submit a job thanks to a transaction. But i don't know how can i do ?
Thank 's lot
‎2007 Sep 10 4:10 PM
‎2007 Sep 10 4:13 PM
1. a job can be submitted to run as a background job, in transaction SM35.
2. you can choose program->run in background (F9) to execute a report in background and then goto transaction SM37 to view the status.
3. To create your own transaction like ZTRANS you need to go to transaction SE93.
Thanks.
‎2007 Sep 10 4:22 PM
I know SM35 but my job has 10 steps ! and now the users call me to submit this job also i prefer that they have a transaction code to do that but i don't know very good ABAP.
Thanks to you i think that :
I create my transaction by SE93
i create my program linked with this transaction.
In this program i propose to this user a question : ARE YOU SURE TO SUBMIT ..
But how can i do that ?
and if YES to the question i execute this instruction 'BP_EVENT_RAISE'
thanks
‎2007 Sep 10 4:44 PM
‎2007 Sep 25 1:42 PM