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 - Not Released

Former Member
0 Likes
1,438

Hi,

what is the difference between 'released' and 'not-released' BAPI? what problems may arise if i use a 'not-released' BAPI function like 'BAPI_DELIVERYPROCESSING_EXEC'.

thanks,

- ferudun

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
950

Hi ferudun,

1. Not released means --- not released for customers for practical/business use.

2. From abap point, it will work,

but sap will not guarantee the performance of that bapi.

(its still under development and primarily intended for use by sap only,

atleast at this stage)

regards,

amit m.

3 REPLIES 3
Read only

Former Member
0 Likes
950

Hai

goto the Tcode BAPI

there click on alphabetical tab

here you can find only released BAPI's means BAPI which have Transport Request Number : these BAPI's only released.

If the BAPI is not Released then you will find the following way

press F5 button

Click on ALL Radio-Button

this is having all the Released & Not-Released BAPI Objects

Regards

Sreeni

Read only

Former Member
0 Likes
950

Check SAP note 577453. I think you can use it, but you may run into trouble at upgrade time.

Rob

Read only

Former Member
0 Likes
951

Hi ferudun,

1. Not released means --- not released for customers for practical/business use.

2. From abap point, it will work,

but sap will not guarantee the performance of that bapi.

(its still under development and primarily intended for use by sap only,

atleast at this stage)

regards,

amit m.