- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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