2013 Jul 02 3:11 PM
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
2013 Jul 02 3:30 PM
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
2013 Jul 02 3:21 PM
Hi Neal
Just for check.. Did you check it in Alphavetical Tab ? 🙂
Or Press F7 and check it?
Regards
Venkat
2013 Jul 02 3:58 PM
2013 Jul 02 3:30 PM
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
2013 Jul 02 4:03 PM
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
2013 Jul 02 4:27 PM
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
2013 Jul 02 4:14 PM
Make sure that "Remote Enabled" radio button is enabled in se37.
Regards
2013 Jul 02 4:44 PM
It should be remote enabled and properly released & generated. Then it will be shown in BAPI transaction. Check them properly once.
2013 Jul 02 10:50 PM
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.
2013 Jul 03 5:49 AM
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.
2013 Jul 03 10:57 AM
Read documents linked in page Releasing of BAPI Programming Guide (CA-BFA) at help.sap.com.
Regards,
Raymond