Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap-ms access-sap

Former Member
0 Likes
711

hi

can v convert sap table into access table or upload data to a access table?

and also

upload data from access table to sap table in se11 i mean to a ztable

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
680

Hi

use and convert the table to MS access

TABLE_CONVERT_FOR_MSACCESS

TABLE_EXPORT_TO_MSACCESS

TABLE_EXPORT_TO_MSACCESS_RFC

TABLE_EXPORT_TO_MSACCESS_RFCFE

Regards

Anji

hi

can v convert sap table into access table or upload data to a access table?

and also

upload data from access table to sap table in se11 i mean to a ztable

3 REPLIES 3
Read only

Former Member
0 Likes
680

Hi,

INorder to upload Access data into SAP, you need to have all the Access db data into excel sheet or Flat file (Text file).

Create a program in SAP, using SE38 transaction.

use fm "GUI_UPLOAD" to upload the file

& then INSERT statement to insert records in table.

Best regards,

Prashant

Read only

Former Member
0 Likes
681

Hi

use and convert the table to MS access

TABLE_CONVERT_FOR_MSACCESS

TABLE_EXPORT_TO_MSACCESS

TABLE_EXPORT_TO_MSACCESS_RFC

TABLE_EXPORT_TO_MSACCESS_RFCFE

Regards

Anji

Read only

0 Likes
680

can u give me some

details on these FM