‎2010 Jan 20 3:38 AM
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.
‎2010 Jan 20 10:47 AM
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
‎2010 Jan 20 10:51 AM
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
‎2010 Jan 20 10:53 AM
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