- 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
Ending a connection with SAP Instance and stop scripting
This can be resolved by ensuring that you destroy all reference to public objects at the end of your script.
In Excel VBA, you can use the following to do this −
Set session = Nothing
In C#, you should be using below −
obj = Null;
- Related Articles
- Connection SAP HANA with BusinessObjects
- Error while connection SAP HANA with .NET
- Handling errors in SAP GUI Scripting code
- Stop and start a tenant database in SAP HANA
- Getting error message while using SAP Scripting Tool
- Difference Between Server-side Scripting and Clientside Scripting
- Stop and start a particular database service in SAP HANA
- Difference between stop and kill a service in SAP HANA
- Specify a stop wait timeout (date and time) in SAP HANA
- How we can extract data using VB Scripting from SAP
- Trusted RFC connection in SAP system
- Start and stop HANA system in SAP HANA Studio
- How to stop the specific instance of the process in PowerShell?
- Connection to SAP HANA and exposing data in Design Studio
- Find and Convert Files Ending With CRLF on Linux

Advertisements