cancel
Showing results for 
Search instead for 
Did you mean: 

Physical Inventory Automantic post difference

Former Member
0 Kudos
479

Hello

I have a requirement . The Idoc for PI comes and enters the count. after that we want to post the difference automatically with no manual intervention. Then this difference report should be sent as a mail automatically . Process ends. Any exit or methodology to achieve this?

steps

a) Idoc comes with count details

it enters the count

then post diference

generate difference report automatically and send as a mail

all the above in one go.

Any idea for design solution is appreciated

Regards

SR

View Entire Topic
gabriel_kunz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can make use of the BAPIs BAPI_MATPHYSINV_COUNT & BAPI_MATPHYSINV_POSTDIFF in your implementation in order to respectively enter the count and post the differences based on the count information received from the BAPI. The return parameter provided by the post differences method can then be used to build the e-mail information.

For further information on how the data has to be structured in the BAPIs, please refer to the documentation provided in the following path in the SAP system:

  • 'BAPI' transaction
  • >Materials Management
  • >>Inventory Management
  • >>>MaterialPhysInv

Best Regards,

Gabriel