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

How to Copy standard BAPI to ZBAPI....

Former Member
0 Likes
1,905

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

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
Read only

Former Member
0 Likes
1,064

Hi Yusuf,

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

Regards,

Atish

Read only

Former Member
0 Likes
1,064

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

Read only

0 Likes
1,064

Hi Seshu,

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

YAB

Read only

0 Likes
1,064

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.

Read only

0 Likes
1,064

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