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

My BAPI is not in TCode BAPI

Former Member
0 Likes
2,723

I built my BAPI following (read as similar to)

http://www.saptechies.com/step-by-step-procedure-to-create-bapi/

My FM is ZBAPI_RDC_867_LOAD

My SWO1 object type is ZBAPI_RDC1

On completion, TCODE BAPI does not have ZBAPI_RDC1 in it.  I take it this is a problem.  I must have missed something in the steps but I can't find it.  Can anyone suggest places to look...?

Neal

1 ACCEPTED SOLUTION
Read only

jainender_jain2
Explorer
0 Likes
2,119

Hi Neal,

Can you please compare the all steps from given below link :

http://www.newtosap.info/2012/06/create-custom-bapi-easily.html

Please let me know if still you are facing the same error.

Thanks

Jainender Jain

10 REPLIES 10
Read only

venkateswaran_k
Active Contributor
0 Likes
2,119

Hi Neal

Just for check.. Did you check it in Alphavetical Tab ?   🙂

Or Press F7 and check it?

Regards

Venkat

Read only

0 Likes
2,119

Yes, It's still not there.

Read only

jainender_jain2
Explorer
0 Likes
2,120

Hi Neal,

Can you please compare the all steps from given below link :

http://www.newtosap.info/2012/06/create-custom-bapi-easily.html

Please let me know if still you are facing the same error.

Thanks

Jainender Jain

Read only

0 Likes
2,119

It appears that I hadn't released the method.  That done, it is now showing up in BAPI.  Not the question is can EDI see it?  I'll know shortly.

Neal

Read only

0 Likes
2,119

You can also change the settings in TCode BAPI to display ALL (non released and Released) BAPI FMs.

In TCode BAPI, Menu Goto > BAPIs to Display > All (in the popup). Now you will see the BAPIs which are not yet released.

Thanks,

Naimesh Patel

Read only

former_member188827
Active Contributor
0 Likes
2,119

Make sure that "Remote Enabled" radio button is enabled in se37.

Regards

Read only

Former Member
0 Likes
2,119

It should be remote enabled and properly released & generated. Then it will be shown in BAPI transaction. Check them properly once.

Read only

Former Member
0 Likes
2,119

Generate your BAPI .

In SWO1.

Put cursor on your method name(ZBAPI_RDC_867_LOAD) and press CTRL+F3 (Generate).

Then Check in alphabatical TAB in Tcode BAPI.

Read only

Former Member
0 Likes
2,119

Hi Neal,

In order to make our custom BAPI available in BAPI transaction, you must release the methods and the business object.

Once make sure that you have released all the things.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
2,119

Read documents  linked in page Releasing of BAPI Programming Guide (CA-BFA) at help.sap.com.

Regards,

Raymond