cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing Automatic Notification Creation in T350 for Specific Plants

MikeWan
Product and Topic Expert
Product and Topic Expert
0 Kudos
164

Hello SAP Community,

We are facing a challenge with customizing the automatic creation of notifications in T350 for different plants. Specifically, we need notifications to be automatically created when creating orders for plants 1900, 3100, and 3200, but not for other plants.

Our initial approach was to generally enable the creation of notifications and then modify this behavior using the enhancements ZI_WISE_NOTI_T350 and ZI_WISE_NOTI_T350_IW32. Unfortunately, we encountered an issue where the notification title is not utilized. Additionally, this method does not work when an order is created using a maintenance plan via transaction IP10, as the function module LIPM5F13 is called, and there are no enhancement spots available in this context.

Given these constraints, we are seeking advice on how to achieve the desired result. Is there a way to customize the automatic creation of notifications for specific plants when creating orders, including those generated through maintenance plans?

Any guidance or suggestions on how to approach this problem would be greatly appreciated.

Thank you in advance for your help!

Best regards,

View Entire Topic
RAHEEL_BABAR
Active Contributor

Hi,

Please check IBAPI_ALM_ORD_MODIFY Inside this BAdI implementation, check for plant-specific conditions and call BAPI to create a notification if needed.

regards