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

Download/Upload a BAPI

Former Member
0 Likes
1,332

I searched.

Is there a way to download a BAPI as a file, in one SAP system and then upload that file into another SAP system which will create a BAPI there?

Thanks.

I think you are looking for [SAPLink|http://code.google.com/p/saplink/]

Cheers

Graham Robbo

4 REPLIES 4
Read only

Former Member
0 Likes
974

Hi Frozen,

i didn't think so .. SAP has that facility !

Thanks,

Sunil Y

Read only

0 Likes
974

I Dont think we have SAP tool / standard program to do that, but we have custom program to download program code in to word.

Thanks

Satyasuresh Donepudi

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
974

I think you are looking for [SAPLink|http://code.google.com/p/saplink/]

Cheers

Graham Robbo

Read only

Former Member
0 Likes
974

Maybe not the answer you want, but

1. create/release a transport with that BAPI.

2. Copy the transport files created (.dat and .co) from /usr/sap/trans to the same directory of the target system

3. Import the transport

4. Use tcode SE03 to change the original system of the BAPI to that of the new landscape.

May need help of BASIS depending on your access, but you can also create an upload/download program to Get/Put the transport files from/to the transport directory (usually /usr/sap/trans). The transport always creates two files xxxxx.co and xxxxxx.dat.

I have done this many times to copy objects between environments.

- Tim

Edited by: Tim Hughes on Jun 25, 2010 5:04 AM