Application Development 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: 

BAPI

Former Member
0 Kudos

HI

While releasing bapis we got an error"Released object types must be transportable

How to solve the error.

please send the steps for relesing Bapis.

with regards.

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

You must assign a Pakage to the BAPI and save in the request. You can release the BAPI which is in the development class $TMP.

Regards,

Naimesh Patel

Former Member

Former Member
0 Kudos

Hi,

I think the BAPI which you are trying to release is under $TMP(Local Object), You can not transport local objects. Save it under some package, it will ask you to provide a Transport Request. Create the transport request and save BAPI under that transport request and release. Now you won't get that error.

Regards,

Satish