Hello,
We recently had a upgrade to EHP7 From SAP EHP 6.0.
we see that for Standard BAPI BAPI_CUSTOMERINQUIRY_CHANGE we are getting the below error :
Message No. S&523
The method has not yet been released in the BOR, whereas the underlying function module has already been released or released for internal use.
BAPIs are the official interfaces for SAP applications and therefore must be released (generally).
A BAPI is released only when the function module and the method have been released in the BOR. You can release a BAPI for SAP internal use by releasing the function module for SAP internal use and releasing the BAPI in the BOR.
Change the release status of the method in the BOR.
For more information see the BAPI Programming Guide in the SAP Library under CA-BFA.

I see that BAPI now doesn't exist in the BOR(Business Object repository) as it says the BAPI is not released in the BOR. But the Bapi seems to be working fine in the Program used.
Can you let me know if this is Behavior is Ok or would this cause issue.
Thanks
Ritesh Solanki