Application Development 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: 

How to Copy standard BAPI to ZBAPI....

Former Member
0 Kudos

Hi Experts,

I wanted to copy BAPI_SALESORDER_GETSTATUS to ZPABI_SALES.

It is asking access key. I wanted to copy and modify BAPI as per our needs.

Is it possible ?

Yusuf

5 REPLIES 5

Former Member
0 Kudos

Hi Yusuf,

Not sure but check in transaction BAPI if you can do this.

Regards,

Atish

Former Member
0 Kudos

It is possible.

i think you are using SAP Standard Function group,while copying if you use standard Function group,it will ask access key.

so create new function group and use that function group while copying function module.

Thanks

Seshu

0 Kudos

Hi Seshu,

How to create function group ? through which t-code.

YAB

0 Kudos

Hi Yusuf,

Go to SE37>Go to>Function Groups-->Create Group.

Again SE37-->Give the name of the BAPI that you want to copy and press COPY(CTRL+F5). Give the names as required there.

Look at this example.

http://www.erpgenie.com/abap/bapi/example.htm

Reward if useful.

Thanks

Aneesh.

0 Kudos

Hi,

u can create function group in SE37.

Se37-> standard tool bar, GOTO -


>function group---> create(give the name of the function group and description of that group).

Have a look at below link:

http://help.sap.com/saphelp_nw04/helpdata/en/d1/801ef5454211d189710000e8322d00/content.htm

Regards