Can I extract data from SAP using Microsoft Query?

T

Trevor

How can I set up a query in excel using Microsoft query so that I can extract
data from SAP?
 
F

Frank Kabel

Hi
normally you should NEVER access the underlying SAP database directly
(you'll loose release upgrade compliance). There're other mechanisms to
access SAP data:
- export data to a file from SAP
- create specific function modules in SAP (BAPI calls)
 
Top