Application Development 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: 

Idoc trigger for inventory updates.

deepu_p2
Active Participant
0 Kudos

Hi ,

we want to send our inventory update for a specific storage type to a third party system. when ever the quantity in a particular bins of the storage type gets updated an IDoc should e created to send the remaining quantity to a third party system. the triggers include any goods movements (PGI, goods issues, goods receipts). So my question is where do I write the trigger. Do i have to write the trigger against each transaction that will impact in goods movements or is there any way that I could write it at a higher level so every goods movement thats happening in the SAP system will check whether it has to create an IDOC or not.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

1. Use IDoc INVCON02.

2. Define partner profile for message type INVCON

3. Define distribution model in BD64.

4. Activate change pointers for INVCON

4. Once you do this idoc will be triggered once you post inventory through MIGO

2 REPLIES 2

Former Member
0 Kudos

Hi

1. Use IDoc INVCON02.

2. Define partner profile for message type INVCON

3. Define distribution model in BD64.

4. Activate change pointers for INVCON

4. Once you do this idoc will be triggered once you post inventory through MIGO

0 Kudos

what happens if I use MB1A, MB1B, MB1C?

what happens if I dont post material document and just perform bin to bin transfer.

I want the the Inventoy level at a particular bin when ever there is a change to in the quantity.

how can I achieve this??

Edited by: deepu p on Mar 17, 2011 2:18 PM