- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
How we can extract data using VB Scripting from SAP
You can use VBA for fetching data from SAP. You can find lot of blogs if you search online.
If I explain in short, it depends on the level of access that you have to SAP system. I have done something similar in past. It worked like this; I had an existing RFC which will fetch the required data for me and for some part I had an ABAP program in place to fetch the data.
Then I will use macros to make a call to respective RFC and program to do their job.
- Related Articles
- Extract data from SAP system using ERPConnect
- How to extract data from SAP using .NET provider.
- Getting error message while using SAP Scripting Tool
- How can we extract a substring from a string in MySQL?
- How can we extract the numbers from an input string in Java?
- Using SAP BAPI API’s to extract information from client system
- How can we create a MySQL view by using data from multiple tables?
- How can we extract the Year and Month from a date in MySQL?
- How can I transfer data from SAP HANA to virtual table?
- Handling errors in SAP GUI Scripting code
- How can we find subspace clusters from high-dimensional data?
- How to extract data from a Matplotlib plot?
- Why do we need shell scripting?
- How can we extract a substring from the value of a column in MySQL table?
- How can we import data from .txt file into MySQL table?

Advertisements