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

required any function module or BAPI to release blocked invioce instead of Tcode MRBR

Former Member
0 Likes
2,976

Hi,

I entered the tcode MRBR and enter the bukrs,invoice document,fiscal year,vendor and posting date  and execute and once i get the document and select the record and release it and save it.

Once i save the  same record  will be deleted from the table RBKP_BLOCKED.

I want use the above same functionality through program i.e i need to use any function module or BAPI.

Could you please tell me is there any function module or BAPI to perform the same above steps as i had done through MRBR.

I had  used the function module MRM_INVOICE_RELEASE_UPDATE by passing the value bukrs,GJAHR,LIFNR,BELNR,BUDAT but still i am not able to release the payment block.

Could you please tell is any other function module or BAPI exist.

Hi,

I entered the tcode MRBR and enter the bukrs,invoice document,fiscal year,vendor and posting date  and execute and once i get the document and select the record and release it and save it.

Once i save the  same record  will be deleted from the table RBKP_BLOCKED.

I want use the above same functionality through program i.e i need to use any function module or BAPI.

Could you please tell me is there any function module or BAPI to perform the same above steps as i had done through MRBR.

I had  used the function module MRM_INVOICE_RELEASE_UPDATE by passing the value bukrs,GJAHR,LIFNR,BELNR,BUDAT but still i am not able to release the payment block.

Could you please tell is any other function module or BAPI exist.

2 REPLIES 2
Read only

Former Member
0 Likes
1,495

Hi Durga,

Did you check BAPI_INCOMINGINVOICE_RELEASE?

R

Read only

former_member184158
Active Contributor
0 Likes
1,495

Hi

could you try this please

BAPI_ACC_PYMNTBLK_UPDATE_POST

Accounting: Post Changes to Payment Block for Open Items

Regards.

Ibrahim