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

GR Posting at invoice posting

Former Member
0 Likes
594

Hello All,

I want to post GR at invoice posting. Is it possible through BADi or exit ?

I have a doubt whether GR will be posted at invoice posting. There can be aproblem of commit work.

Please suggest any other option if any.

Thanks!!

3 REPLIES 3
Read only

Former Member
0 Likes
558

Create the Update module function module to call the bapi "BAPI_INCOMINGINVOICE_CREATE".

Call this function module (in update mode) from method "POST_DOCUMENT" of badi "MB_MIGO_BADI".

Regards

Vinod

Read only

former_member494019
Discoverer
0 Likes
558

Invoice creation is linked with the events of the Business Object BUS2081 using the configuration in T.code SWEC. So whenever the invoice is posted it results in the triggering of the corresponding event..(ZCREATE, ZPOST and ZDELETE)

Regards,

Nehali

Read only

0 Likes
558

Thanks Vinod and Nehali.