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

BAPI

Former Member
0 Likes
886

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.

6 REPLIES 6
Read only

Former Member
0 Likes
805

Please generate it also . and check the youo have not implimented propely

rgds aryan

Read only

Former Member
Read only

Former Member
0 Likes
805

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

Read only

Former Member
Read only

former_member632729
Contributor
0 Likes
805

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..

Read only

Former Member
0 Likes
805

Hi Make sure that created BAPI is not stored in Local Object $TMP