‎2009 Jun 04 7:01 AM
Hi,
I have created a custom BAPI. When I am trying to activate it I am getting the error 'The method has not been released in BOR'. Though I have created the object type and added this BAPI there in the methods and released it.Please suggest the solution.
‎2009 Jun 04 7:07 AM
Please generate it also . and check the youo have not implimented propely
rgds aryan
‎2009 Jun 04 7:16 AM
‎2009 Jun 04 7:20 AM
Hi Sunil,
Goto transaction SWO1, specify your Business object type. Click on the generate button and then do a check on the object.
After this Edit->Change Release Status->Object type-> to implemented.
George
‎2009 Jun 04 7:20 AM
‎2009 Jun 04 7:25 AM
Hi Dude,
Steps for Custom BAPI
1. Create the structures if required
2. Create the FM with remote anabled
3. activate the FM and release the FM in se37 only
4. go to SWO1 tcode to create the BOR
5. Assing the BAPI FM as API method in BOR.
6. select the object type -> Edit -> Change release status -> Object type -> to modeled
7. select the object type -> Edit -> Change release status -> Object type -> to implemented
8. select the object type -> Edit -> Change release status -> Object type -> to released
9. select the object type comploents -> Edit -> Change release status -> Object type components-> to modeled
10. select the object type comploents -> Edit -> Change release status -> Object type components-> to implemented
11. select the object type comploents -> Edit -> Change release status -> Object type components-> to released
12. click the generate object
13. finally you can find this BAPI in BAPI tcode..
‎2009 Nov 09 11:32 AM
Hi Make sure that created BAPI is not stored in Local Object $TMP