- 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
Pull a list of Functional Location from SAP using BAPI
After you set objRfcFunc, try this before you call this and this will include these parameters.
With objRfcFunc.tables("funcloc_ra")
If .RowCount < 1 Then .Rows.Add
.cell(1, 1) = "I"
.cell(1, 2) = "EQ"
.cell(1, 3) = "Your Func Loc"
End With
- Related Articles
- Using SAP BAPI API’s to extract information from client system
- Changed SAP password not working while resetting using BAPI
- Commit changes on SAP BAPI Transaction
- Finding location of uploaded file using SAP GUI_upload
- Creating SAP interface to pull data from web application
- Moving BAPI, Function Module, and Business Object from one SAP system to other
- Functional difference of using row vs column store in SAP HANA
- RFC or BAPI for displaying change documents in SAP
- Fetching list of products from SAP: connecting SAP database from .net application
- BAPI to upload documents to SAP system is throwing an exception
- How to copy items from one location to another location using PowerShell?
- Default location for installation of SAP HANA Studio
- Difference between SAP BAPI and BAdi and Customer Enhancement vs Customer Modification?
- 8085 program to move blocks of bits from source location to a destination location
- Removing an array element from MongoDB collection using update() and $pull

Advertisements