0% found this document useful (0 votes)
23 views21 pages

EWM Monitor

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views21 pages

EWM Monitor

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21

SAP EWM MONITOR

T-Code: /SCWM/MON

Prerequisites
Technical prerequisites:
 SAP EWM system (release SCM 7.02 and higher) containing sample data for inbound and
outbound processes
 EWM system should be connected to SAP ERP system
 Authorisations
 for creating coding elements in your customer namespace, that is: function modules,
screens
 for maintaining own custom warehouse management monitor elements

Development expertise:
 ABAP development skills and experience with object-oriented ABAP (ABAP O-O)
Business context:
 Know-how about basic concepts and business scenarios of SAP EWM
Contents of a Standard Monitor
Elements of a Standard Monitor
Monitor tree
 Visualization of hierarchical relations of tree nodes

Categories
 Tree nodes that are used for grouping tree nodes. Categories do not have node profiles.

Nodes
 Nodes are elements (“leaves”) of the monitor tree hierarchy. Either they carry functions

to be executed on EWM objects or they are used for the grouping of tree content only
(category nodes). Nodes with executable functions are assigned to node profiles.
 Nodes use special function modules for selecting data from EWM content. The results of

data selections are displayed in the ALV list.


Node profiles
 Collection of information that defines way how data selection is executed and how results

of selection are displayed. Follow-on functions of selected result list entries are
processed with the help of object class methods.
Object classes
 Bundle operations that are invoked from the warehouse management monitor, in

separate object class methods. These methods can be performed on one or more
selected objects from the result list.
SPRO
Customizing:
Configuration
Path
DEFINE MONITOR
All defined Monitors in the system are displayed here. New Monitors can be manually defined here.
Customize Monitor Tree – Tool for Creating Custom Monitor and
Enhancing Nodes and Categories
Define Nodes
• Categories
• Nodes
• Node Profiles
• Object Classes
DOUBLE CLICK ON NODE TO VIEW TECHNICAL
INFORMATION
CUSTOM MONITOR
Develop a Custom Monitor when Custom Executable
Nodes and Methods are needed. Here we introduce a
Custom Picking Info Node and see how it goes. Further we
will add more Custom functionality
NODE HIERARCHY OF MONITOR
Node Hierarchy lists out all the
Nodes in a Monitor
OBJECT CLASSES – NEED TO BE DEFINED FOR
BUTTONS AND METHODS
OBJECT CLASS METHODS – LIST OF METHODS LINKED TO
OBJECT CLASS
Push Button
Accumulated
Methods Menu
Button

DEFINE METHODS PRESENTATION


This is where services are
defined to get respective
UI called when a List field
is clicked

DEFINE NAVIGATION
DEFINING THE HOTSPOT KEY-FIELD
LIST STRUCTURE
AND LIST FM
ENHANCEMENT
ENHANCING THE HU INFO NODE UNDER STOCK
AND BIN IN SAP STANDARD MONITOR
WE NEED TO FIND TECHNICAL INFORMATION
USE PARAMETER : /SCWM/MON_TECH = X
TECHNICAL VIEW OF MONITOR
We copy the standard List Structure and FM and use it in Custom Node Profile as follows

List Structure : ZSCWM_TT_HUHDR_MON


FM : ZSCWM_HUIDENT_OVERVIEW_MON
Form Structure: ZSCWM_S_HUHDR_MON

You might also like