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

Custom bapi visible in bapi explorer but shows no function module in se37

0 Likes
1,322

I have created custom bapi. Released both function module and bapi. Bapi is visible in bapi explorer but when I enter bapi name in se37 it gives an error function module does not exist.

I have created custom bapi. Released both function module and bapi. Bapi is visible in bapi explorer but when I enter bapi name in se37 it gives an error function module does not exist.

4 REPLIES 4
Read only

0 Likes
1,240

Version ecc6.0

Read only

Sandra_Rossi
Active Contributor
1,240

Are you sure you want to create a BAPI as part of a business object type (SWO1), it's quite infrequent doing this at client side, why do you need it?

If you use SWO1, you must first create the function module, then create a method in SWO1 with this function module as template.

Read only

0 Likes
1,240

I have created function module in se37 then i have created object in swo1 and assigned that function module to object. I have released the method and followed all std procedure. Now , the bapi is visible in bapi explorer but when I enter that bapi name in se37 it gives an error that function module does not exist.

Client want that he also want to see the output in function module using that bapi name.

Does I need to maintain any additional setting in sap server to make that bapi visible in se37

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,240

In SE37, you have already created the function module, so why would have it been deleted? Maybe the confusion is that the name of BAPI method is different from the function module? (camel case versus snake case).