cancel
Showing results for 
Search instead for 
Did you mean: 

Event management for 261 posting

Former Member
0 Kudos

Hi Gurus,

in our scenario we need to deploy an interface that should be triggered by the posting of the movement type 261 (Good Issue from Prod. Order).

As for what I know, the best option is to create a custom program that will be triggered by a dedicated event.

There's any standard event that the system raise up during the posting of a 261 movement type?

Thanks a lot,

Marco

Accepted Solutions (0)

Answers (3)

Answers (3)

uk_yelamuri
Contributor
0 Kudos

Hi,

If the interface is through SAP PI, you can use standard proxy / define a custom proxy and call that proxy in the appropriate BADI and restrict the BADI implementation based on movement type.

You can take help of your ABAPer to check the right method in BADI 'MB_MIGO_BADI'.

If the interface is not through PI, you can write the custom logic in the badi itself which will be the triggering point as well as the interface program logic.


Prasoon
Active Contributor
0 Kudos
former_member183424
Active Contributor
0 Kudos

Can you explain your scenario little more. As per your given information I don't think it is possible from MM side. You can go with your custom program.