 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 −
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.
Advertisements
 