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

BAPI copy

Former Member
0 Likes
323

Hi Friends,

Is there any method is there for copy complete BAPI and paste in other version of SAP.. or upload down load option is there???????

without creating from first onwords.....any procedure is there for copy total bapI.

thanks in advance,

Sampath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
299

Hi!

I's not recommended to copy a BAPI between different versions of SAP. It is because there may be different structures in the source-target system, called function modules may differ also.

You have to use the bapi's what the target system provides in standard.

Anyaways BAPI's are function modules, and can be copied easily. Source code, select all with CTRLA, then copy (CTRLC) and paste (CTRL+V).

Tables, parameters can be marked with the CTRL+Y, then copy, paste...

Regards

Tamá

1 REPLY 1
Read only

Former Member
0 Likes
300

Hi!

I's not recommended to copy a BAPI between different versions of SAP. It is because there may be different structures in the source-target system, called function modules may differ also.

You have to use the bapi's what the target system provides in standard.

Anyaways BAPI's are function modules, and can be copied easily. Source code, select all with CTRLA, then copy (CTRLC) and paste (CTRL+V).

Tables, parameters can be marked with the CTRL+Y, then copy, paste...

Regards

Tamá