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

Problem in BAPI!

Former Member
0 Likes
706

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

former_member31961
Contributor
0 Likes
680

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

former_member31961
Contributor
0 Likes
681

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.

Read only

0 Likes
680

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

Read only

0 Likes
680

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

Read only

0 Likes
680

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