2022 Jan 02 4:36 PM
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.
2022 Jan 02 4:39 PM
2022 Jan 02 5:32 PM
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.
2022 Jan 02 6:05 PM
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
2022 Jan 02 7:17 PM
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).