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

Former Member
0 Likes
458

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
Read only

naimesh_patel
Active Contributor
0 Likes
437

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

Read only

Former Member
0 Likes
437
Read only

Former Member
0 Likes
437

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