‎2006 Jun 29 7:29 AM
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
‎2006 Jun 29 7:31 AM
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
‎2006 Jun 29 7:34 AM
‎2006 Jun 29 7:35 AM
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
‎2006 Jun 29 8:28 AM
hi friends,
yes , i have saved the BOR in $tmp. now i got problem. thanks to all.
chandu