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_PO_RELEASE not working

Former Member
0 Likes
1,107

Hi All,

We are using PO release bapi for releasing the PO's. It gets executed properly but the release is not effected.

BAPI_PO_RELEASE does not give any error. Is there any config that needs to be checked? because the same program works fine in another system.

Please Help on this.

Regards,

Nilesh.

Hi All,

We are using PO release bapi for releasing the PO's. It gets executed properly but the release is not effected.

BAPI_PO_RELEASE does not give any error. Is there any config that needs to be checked? because the same program works fine in another system.

Please Help on this.

Regards,

Nilesh.

3 REPLIES 3
Read only

former_member222709
Contributor
0 Likes
798

You need to CALL FM 'BAPI_TRANSACTION_COMMIT' after 'BAPI_PO_RELEASE'.

This will solve your problem.

Read only

0 Likes
798

Hi,

if you already use fm 'BAPI_TRANSACTION_COMMIT' check messages in table RETURN.

Needed authority checked in 'BAPI_PO_RELEASE':

*- Authority-check ----------------------------------------------------*
  AUTHORITY-CHECK OBJECT 'M_EINK_FRG'
    ID 'FRGGR' FIELD ekko-frggr
    ID 'FRGCO' FIELD po_rel_code.

Regards,

Klaus

Read only

madhu_vadlamani
Active Contributor
0 Likes
798

Hi Nilesh,

What are the return messages you are getting.

Regards,

Madhu.