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

Code for AP Invoice Payment Block and Blocking Reason

Former Member
0 Likes
569

What is the best way to code unblocking of Accounts Payable Invoice - using FM FI_DOCUMENT_CHANGE, BDC or direct table update.

Also, i need to remove blocking reasons for MM documents. I am not sure what table this is stored? Are there any FMs that can do this or does anybody have any example code?

Help much appreciated

Andrew

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi Andrew,

Just try to have a look at the Business Object BUS2081, I think you need to use the Function Module 'BAPI_INCOMINGINVOICE_CHANGE'.

Cheers!!!

SRinivas

Read only

former_member182371
Active Contributor
0 Likes
450

Hi,

Also, i need to remove blocking reasons for MM documents. I am not sure what table this is stored? Are there any FMs that can do this or does anybody have any example code?

The table is RBKP_BLOCKED.

To remove blocking reasons have a look at transaction MRBR.

Best regards.