

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
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.
- Related Questions & Answers
- Downloading file using SAP .NET Connector
- Alternative of SAP .NET Connector
- Upgrading SAP .NET Connector from .NET 2.0 to .NET 3.0
- Adding a field to SAP RFC table using .NET Connector 3.0
- Writing a material on SAP system via .NET Connector
- Upgrading SAP.NET Connector 1.0 to .NET Connector 3.0
- Connecting SAP system from C# application via .NET Connector 3.0
- Downloading SAP.NET connector to integrate .NET application with SAP system
- With use of SAP .NET Connector to perform an upgrade
- Integrating SAP using SAP Business Connector or with use of SOAP protocol
- Calling external programs using SAP connector
- While using SAP .NET connector, I am an getting error: Could not load file or assembly 'sapnco' or one of its dependencies.
- Using SAP connector 3.0 on an MVC application
- Creating orders in SAP system using .Net
- Using SAP T-code SM37 to check background jobs in SAP system
Advertisements