cancel
Showing results for 
Search instead for 
Did you mean: 

WM Remove Validation While Creating Notification

Former Member
0 Kudos

Hi Experts,

We have SAP WM6.1, implemented and after testing my client have a requirement that,

Scenario 1.

While creating the notification from WM it will not go to item screen and directly create the notification.

Item for that notification will be created from SAP Back-end.

Scenario 2. (if scenario 1 is not possible)

if user will not provide Part & Damage input and when clicks on FINISH button,

validation(error) should not pop up and create the notification.

Senario 3.

User may provide the part group and damage group only and no input for part and damage.

in this case also following error should not pop up.

Validation Failed

if part of group is supplied then part  must be supplied also.



I searched  and tried many things about this but did not find any thing specific, we also want to know if this need some enhancement on Screen and back-end both or any one other above scenario can be handled by doing some enhancement/config on back-end only.



awaiting a quick reply  ......


Regards

SC

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1) You will need to remove the action "AddNotificationItemsForNewNotification" from NotificationAddFromWorkOrder Action.

2 and 3) If you don't remove the action from 1.  Then you will need to go to the validation rules on the   NotifItemAddForNewNotification transaction and modify them as you need.

I would recommend that you look at sap classes MOB300 (a base Agentry class) and MOB310 (SAP WM Class) - Training section

Or look at the creating your own Agentry application: