Start of Content Area

BP_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:

     Display mode: The user can view job attributes and such job products as spool requests and job logs. He or she cannot, however, change jobs or perform such operations as releasing a job to run.

     Edit mode: The user can perform all maintenance operations for which he or she is authorized.

     Select mode: The user is requested to select a job from the list. When the selection is made, the list is closed and the TBTCJOB structure of the selected job is returned to your program.

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 Customizing.

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

 

 

End of Content Area