2007 Dec 20 7:26 AM
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 ?
2007 Dec 20 7:30 AM
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.
2007 Dec 20 7:30 AM
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.
2007 Dec 20 7:36 AM
hOW TO CREATE A PACKAGE.i REALLY DONT KNOW. I ALWAYS SAVE IN LOCAL OBJECT.
2007 Dec 20 7:38 AM
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
2007 Dec 20 7:43 AM
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