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

Invoive Parking Through BAPI

Former Member
0 Likes
619

I'm using the bapi:BAPI_INCOMINGINVOICE_PARK to park invoces GR wise.Its working fine,returning the Invoice doc no. and fiscal Year correctly ,but I can't see them in MIR4/MIRO/MIR7 or in table RBKP/EKBE.

Should I use any other FM to post them?

I think none of the tables are getting updated.....pls help....its urgent

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
543

did you call BAPI_TRANSACTION_COMMIT after your parking bapi call?

Regards

Raja

I'm using the bapi:BAPI_INCOMINGINVOICE_PARK to park invoces GR wise.Its working fine,returning the Invoice doc no. and fiscal Year correctly ,but I can't see them in MIR4/MIRO/MIR7 or in table RBKP/EKBE.

Should I use any other FM to post them?

I think none of the tables are getting updated.....pls help....its urgent

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
544

did you call BAPI_TRANSACTION_COMMIT after your parking bapi call?

Regards

Raja

Read only

0 Likes
543

thanks its worked....