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 errors

Former Member
0 Likes
564

hi friends,

iam creating custom BAPI. iam getting error when ever iam releasing method.

error : <u>Released object types must be transportable.</u>

and iam not able see that object in BOR.

pls help me.

chandu

4 REPLIES 4
Read only

Former Member
0 Likes
533

Have you created the objects in the local class? If yes, you will need to create those in a transportable dev class, otherwise you will not be able to release the methods, or have the object transported.

Hope this helps.

Sudha

Message was edited by: Sudha Mohan

Read only

Former Member
0 Likes
533

Check the Package.It might be $TMP

Read only

Former Member
0 Likes
532

Hi Chandra,

You must have saved the BOR object as local object i.e Development class as $TMP .

In order to make the BOR object and it's component's status as released, you will have to <b>assign</b> it to proper <b>Development class</b> and store it in Transport request.

By doing this, will solve your problem.

Hope it helps.

Regds,

Akshay

Read only

Former Member
0 Likes
532

hi friends,

yes , i have saved the BOR in $tmp. now i got problem. thanks to all.

chandu