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

package type for bapi objects

Former Member
0 Likes
487

Hi all

I have created a bapi object and the api method.. the method was added successfully, however when releasing the bapi object it gave an error saying "released object types must be transportable".......

i had created the bapi object as a local object ,should i chg it to a some other pkg such as " development package" .....if yes , how shld i do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

go to transaction SWO1, enter object name and then from menu use object type -> other function -> reassign for giving different package name.

3 REPLIES 3
Read only

Former Member
0 Likes
435

go to transaction SWO1, enter object name and then from menu use object type -> other function -> reassign for giving different package name.

Read only

0 Likes
434

thank u so much..have assigned points

Read only

jyotheswar_p2
Active Participant
0 Likes
434

hi,

u cannot release or transport an object when u save it as a local object,for transporting an object you must save it in a package. it is mandatory and while transporting that request you should see that all objects under that request are activated.

hope my answer may help u.

bye...