2008 Aug 19 4:12 PM
Hi,
I am using class cl_bp_abap_job to create a job thru abap program.
some jobs need to start with run when abap driver program executed.
I checked the method START but says obsolate. what is option to run the job?
Here is the code i am using
data abapjob type ref to cl_bp_abap_job.
abapjob = cl_bp_job_factory=>make_abap_job( ).
call method abapjob->set_name
exporting i_name = v_jobname.
call method abapjob->set_report
exporting i_report = v_report.
call method abapjob->set_variant
exporting i_variant = v_variant.
call method abapjob->set_language
exporting i_language = sy-langu.
a®
2008 Aug 19 4:13 PM
Use method CL_BP_ABAP_JOB->START_SIMPLE
Regards,
Naimesh Patel
Use method CL_BP_ABAP_JOB->START_SIMPLE
Regards,
Naimesh Patel
2008 Aug 19 4:13 PM
Use method CL_BP_ABAP_JOB->START_SIMPLE
Regards,
Naimesh Patel
2008 Aug 19 4:15 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |