I don't know SAP so if you want to build code to derived data in SAP and
then save the derived data in an Access (JET, actually) database, you will
need to ask somewhere else.
If you want to build code (which may not be necessary as it is often more
efficient to use Access Make-Table / Update queries to manipulate the data)
in Access to manipulate the data and then save the data in the database,
then you need ***to make the (raw) data available in Access first***. This
can be done in a number of ways depending on whether ODBC / OLEDB drivers
are available for SAP:
* ODBC-linked Tables then manipulate the data and save the derived data into
other Access/JET Tables.
* Import data into (temporary) Tables then manipulate the data as above ...
* Use VBA + OLEDB driver to access the SAP data then same as above ...
You will need to check the availability of ODBC driver / OLEDB driver for
SAP databases ... before you can proceed further.
Whether the process is complicated or not, I guess it depends on what kind
of manipulation you need and your knowledge of Access and VBA ... but in
general, if the source data is consistently structured (and I would say that
SAP data is), data manipulation is possible ...
--
HTH
Van T. Dinh
MVP (Access)
"thread" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Hi Dinh,
let me ask this question to the point
i need to build some kind of code for derivative data from a SAP
system,is it posible or its too complicated or there is very easy
solution for this?
|