Modifying or Executing SAP jobs using .NET Connector


In SAP system, you have an external BAPI that can be called to manage SAP jobs, check this FM: "BAPI_XBP_JOB".

You can use BAPI_XBP_JOB* function modules to create/schedule a job to run the query. For more details, you can refer below link −

BAPI_XBP_JOB

There are various FM’s that can be used to start or stop a job immediately:

BAPI_XBP_JOB_START_IMMEDIATELY
BAPI_XBP_JOB_START_ASAP

And many more.

Updated on: 30-Jul-2019

129 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements