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_member499912
Active Participant
0 Likes
598

Hi,

I want to use bapi EAM_TASK LIST_GET_DETAIL for our requirement for development

But the Attribute pf the BAPI shows not released.


Is it ok to use this BAPI for  development program.


Regards

Anil  Kumar

1 REPLY 1
Read only

Former Member
0 Likes
510

Hi

If you check the F1 help for released or not released you will know that the Function module is not yet released for customers , that means the developer might change the compatibility of the calling attributes( type or no of parameters ).

SO it is not suggested to use unreleased FM ( You might get short dumps in your development environment), you should always track the changes made in this FM.

Hope this helps.