Entering content frame

BP_JOB_READ: Retrieve Job Specifications Locate the document in its SAP Library structure

Use this function module to read the job header table (TBTCO, specifications such as the start time that apply globally to a job) and the job step table (TBTCSTEP, a record for each step in a job, including such information as the program to run, spool request generated, and so on).

You’ll need the job name and job number to read these tables.

What the function module returns is controlled by the import parameter JOB_READ_OPCODE. This parameter can take on the following values (defined in LBTCHDEF):

There is currently no programming example for this function module.

Leaving content frame