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

problem releasing BAPI

Former Member
0 Likes
536

Hi,

im currently facing problem in releasing a BAPI, the error message that appeare is "released object type must be transportable"

anyone know what it means?

thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
491

Hi,

You have to assign your object into some package (development class Z001 for example).

Edited by: Simo Mertsola on Jan 20, 2010 12:47 PM

Read only

Former Member
0 Likes
491

Hi Lessy,

Assign a development class

I got this message also recently. You need to put your objects in a

transport ... they cannot be 'local private'.

Manas M.

Edited by: Kumar Manas Mishra on Jan 20, 2010 11:52 AM

Read only

Former Member
0 Likes
491

hi, You need to save it in a package like Z001 and create a Transport request for it .

it cannot be saved in $tmp

thanks