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 for Vendor Invoice

Former Member
0 Likes
1,128

Hi all:

we are working on MM invoice posting process , and we use BAPI_INCOMINGINVOICE_PARK to create parked invoice , and we also find way to post the parked invoce (PreliminaryPost method of BO BUS2081) , but before post , we may change the data of parked invoice , it could be done in R/3 , but we could not find a BAPI /Function Module for it , anyone could help us on it ? A BAPI or Function module which could change the parked invoice .

Thank you very much

Hi all:

we are working on MM invoice posting process , and we use BAPI_INCOMINGINVOICE_PARK to create parked invoice , and we also find way to post the parked invoce (PreliminaryPost method of BO BUS2081) , but before post , we may change the data of parked invoice , it could be done in R/3 , but we could not find a BAPI /Function Module for it , anyone could help us on it ? A BAPI or Function module which could change the parked invoice .

Thank you very much

2 REPLIES 2
Read only

Former Member
0 Likes
586

Hi,

Try the following BAPI's,

WSII_O_BAPI_IINV_PARK, WSII_BADI_BAPI_IINV_PARK_AFTER and WSII_BADI_BAPI_IINV_PARK_BEFOR.

Reward if helpful.

Chandrasekhar K

Read only

0 Likes
586

sorry ,we could not found the BAPIS you mentioned , and I thought the BAPI WSIIxxxxx are designed for SAP "Enterprise Services" , current R/3 we used is 4.7 ,.

Thank you