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 BAPI_CUSTOMERINQUIRY_CHANGE error after EHP7 upgrade

rites001
Explorer
0 Likes
853

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

Diagnosis



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.

Procedure



Change the release status of the method in the BOR.

Further notes


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

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

Diagnosis



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.

Procedure



Change the release status of the method in the BOR.

Further notes


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

1 REPLY 1
Read only

rites001
Explorer
0 Likes
673

Hello,


@Horst Keller @ max bianchi  could you provide your expertise view on this error .

Thanks

Ritesh Solanki