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

RFC

Former Member
0 Likes
308

Hi all,

I want to move a SAP table to an Access table using TABLE_EXPORT_TO_MSACCESS_RFC

Importing parameters are

DBNAME

DEST

FLG_APPEND

FLG_POPUP

LANGU

The table has three columns:

TABNAM

MANDT

SDATA

We have no Exporting parameters.

How shall we set the parameters?

Thanks,

Das.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
282

Hi,

Install the PS utilities, which are part of SAPGUI install CD. You may run report RIACCESS from SE38. Go to SALE -> Communication -> Define RFC Destination. Setup two RFC destinations PS_ACCESS_1 and PS_ACCESS_2 and will have to get them to point to wdpsastr.exe and wdpsatab.exe respectively. Then execute RIACCESS and choose PS_ACCESS_1 to generate access tables. Please note that Access only supports tables with up 255 fields.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

1 REPLY 1
Read only

Former Member
0 Likes
283

Hi,

Install the PS utilities, which are part of SAPGUI install CD. You may run report RIACCESS from SE38. Go to SALE -> Communication -> Define RFC Destination. Setup two RFC destinations PS_ACCESS_1 and PS_ACCESS_2 and will have to get them to point to wdpsastr.exe and wdpsatab.exe respectively. Then execute RIACCESS and choose PS_ACCESS_1 to generate access tables. Please note that Access only supports tables with up 255 fields.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.