cancel
Showing results for 
Search instead for 
Did you mean: 

Background job scheduling

Former Member
0 Kudos

I have created a transaction, which displays the employee listin HR. After displaying list in ALV I am selecting required record and process the selected records using button in ALV Status. But the program itself takes more time to run. We planned to schedule this program as background job. Is it possible to select and process selected records using the list, which is displayed in spool, using background job scheduling?. If not can you suggest me any alternative to perform this activity?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Naveen

Yes, you can do it by scheduling the background job.

You can set the many variants for the processing records then schedule the background job calling by the variants. likewise you can process many records in background without spending time.

Regards

Anwer Waseem

SAP NetWeaver

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naveen,

You can do it in two ways.

1) Execute the transaction in background or the program that is used in the transaction can be scheduled in the background job and you will get the result as spool.

You can contact the abap development team for the required development.

Regards

Ashok