Supply Chain Management Blogs by Members
Learn about SAP SCM software from firsthand experiences of community members. Share your own post and join the conversation about supply chain management.
cancel
Showing results for 
Search instead for 
Did you mean: 
 

PURPOSE :

Creating New Custom Monitor from standard Monitor for specific warehouse with selected Node .

Step-1

Go to Spro --




  • As shown in fig. below create new custom monitor.







  • Now After creating new Monitor, go to t-code- /n/scwm/mon and selected new Monitor which we have created.



 

  • As you can see in the new monitor, we can see the nodes which we have selected.

  • Here in the Inbound delivery report, we can see the ERP Document, Purchase order data are not getting triggered. So, to make it populate in the report we need to do some changes as shown below.


 

  1. Change data in the Existing logic: Fill Missing data (ERP Delivery and PO number) in Delivery Header.


 

  • Here we can see in the New Customized Monitor Inbound screen ERP delivery document & PO number is not getting determined.





  • Here we need to Copy the Configured Function Module and make the required changes and add against the Node Profile.

  • For triggering the data in above mentioned fields, we need to do some Development and Configuration activities.


 

1.1 Development Activities:

  1. Identify the Node and its settings.

  2. Identify the Function Module and Function group.

  3. Copy the Function Module and make the Changes.


 

  1. Identify the Node and its settings





  1. Identify the Function Module and Function group.


 

  • FM - /SCWM/WHRHEAD_MON

  • Here to Identify the Function Group -à go to SE37 (T-code) -à Paste Function Module as shown below—



 

  • Here Click on the Highlighted point (Display Object List)





  • Once you click it, you will be seeing Function Group Highlighted.



 

  1. Copy the Function Module and make the Changes.


 

  • Now Copy the Function Group from the Standard and rename it to new Function group.





  • Now maintain new Function Group by coping the Standard Functional group as shown below.





  • Now We need re-name the new Function Module as shown





  • Once after creating the New Function Module, we need to activate it.

  • Now go to SE37 à Enter the New FM, we have created and click on display

  • Here select the New FG à Click on Activate as shown below.





  • So now once FG is successfully activated we can see status of FG is changed from Inactive to Active as shown below.




 

1.2 Configurational Activities:

  • Copy the Node.

  • Copy the Node profile and Update New Function Module.

  • Assign Copied Node profile to Copied Node.


 

  1. Copy the Node:



  • Here Select the Standard Node and Rename it as shown below.



 




  • Copied Node number is shown below.





  1. Copy the Node profile and Update New Function Module.


 

  • Now Copy the Standard node profile (P0000085) and create New node profile and Assign the New Function Module which we have created.



 


 

  1. Assign Copied Node profile to Copied Node.



  • Here we need to assign New Node profile which we have created and assign it to the Node shown below.





  • Now go to SE37 and select the customized Function module & write the program for determining the ERP Doc. and PO Number.





  • So now we can see after writing the program for ERP delivery Number and PO number the data is getting populated as shown in Fig. below.



I hope this post would be helpful for everyone.

Thank You.

 
1 Comment