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

Create background job

Former Member
0 Likes
819

Hi,

is it possible to create background job of a program with POO, i had a look on class, i found CL_BP_ABAP_JOB or CL_BP_JOB but i don't use them.

Otherwise i will use 'JOB_OPEN' but i like POO

Can you help me ?

Hi,

is it possible to create background job of a program with POO, i had a look on class, i found CL_BP_ABAP_JOB or CL_BP_JOB but i don't use them.

Otherwise i will use 'JOB_OPEN' but i like POO

Can you help me ?

2 REPLIES 2
Read only

Former Member
0 Likes
699

Maybe CL_BP_ABAP_JOB ? I continue to search a solution.

Read only

Former Member
0 Likes
699

I answer myself...

The class to use is cl_bp_abap_job.