Entering content frameBP_JOBLIST_PROCESSOR: Allow User to Work with List of Jobs Locate the document in its SAP Library structure

You can use the function module BP_JOBLIST_PROCESSOR to display a list of jobs for the users of your program. The jobs are displayed in the "job overview" list format used by the job maintenance facility of the background processing system.

The list of jobs must be provided to BP_JOBLIST_PROCESSOR in an internal table generated with BP_JOB_SELECT.

You can display the list of jobs in three modes:

Authorizations

The authorization tests for background processing are in effect for processing of job lists. These authorizations are described in the User and Authorizations Guide and in Basis Customizing.

For more information, please see the online documentation in the function module facility (transaction SE37).

Leaving content frame