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: 

Problem in BAPI!

Former Member
0 Kudos
120

i am trying to create a custom BAPI.

I am facing an error.

i have created the function module successfully but when i am

going through the path

SWO1>create>edit>change release status->object type-->to released

its giving an error i.e released object must be transportable

how to solve ?

1 ACCEPTED SOLUTION

former_member31961
Contributor
0 Kudos
94

Hi

As far as i know BAPI 's cant be created in local object, so you have to assign a package (other than $TMP) to it. Then only you can generate the BAPI.

4 REPLIES 4

former_member31961
Contributor
0 Kudos
95

Hi

As far as i know BAPI 's cant be created in local object, so you have to assign a package (other than $TMP) to it. Then only you can generate the BAPI.

0 Kudos
94

hOW TO CREATE A PACKAGE.i REALLY DONT KNOW. I ALWAYS SAVE IN LOCAL OBJECT.

0 Kudos
94

Hi,

u can create package in SE80 or SE21 transaction codes..

Please check the below link also

http://www.sap-img.com/abap/how-to-change-the-development-class.htm

Regards,

Nagaraj

0 Kudos
94

First check any Dummy packages are there in your system (search for Z*), if it is test package then put your object into that. I am assuming you want to create BAPI for testing purpose/ not to transport to other system.

if you don't have Dummy package then create package by your self by going into se21, or contact your basis administrator to create a package.

Regards,

Shrinivas