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 in BAPI Explorer

Former Member
0 Likes
1,081

Dear Gurus,

I had created RFC BAPI and in tcode SWO1 I have created object type and assigned the function module and did all the traditional steps , implemented , generated and tested and its working fine.

I suppose the custom BAPI should be available in BAPI explorer, If I am not wrong. But I am not able to see the BAPI Object type which I Created in SWO1 in BAPI Explorer.

Kindly suggest.

Thanks

Shanthi

3 REPLIES 3
Read only

Former Member
0 Likes
678

Hi Shanthi,

Go to Tcode BAPI,if you are not able to view your custom BAPI means still its not released.

Even if you want to see ..click on filter button(from top)->check ALL.Now you will be able to view your custom BAPI.

Thanks,

Ankit.

Read only

0 Likes
678

Hi Ankit,

Thanks for your reply. As you rightly said, when I clicked on the filter button and selected ALL, I could able to see the BAPI.

BAPI Object type is set to release status, but the API Method status is not released. If I select the method and select the object type component in the menu tool bar (in tcode SWO1) and select change release status to Release, it gives me a status message with green tick mark mentioning " The function module for the API method is not yet released".

What could be the ideal reason? Please suggest.

Thanks

Shanthi

Read only

0 Likes
678

Hi Ankit,

I found out. In the function module, I need to release it. Done.

Thanks for your time.