cancel
Showing results for 
Search instead for 
Did you mean: 

PM Validations

09-16-2013 11:51 AM
1581 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

We wanted to put some validations for PM Orders but did not find any Validation configuration exculsive for PM  like what we have for Project System WBS Elements, Networks etc.

Is there any way we can define validations for PM Orders and Operations.

Thanks for any help.

0 Likes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

Thanks everyone.It helped a lot.

cheniek
Explorer
0 Likes

Hi

In fact, as far as I know there are no validations (in terms of some approvals) for PM orders.

Try to look on user statuses functionality. In the past I was using it to get some additional levels of approvals before release of order.

http://help.sap.com/saphelp_rc10/helpdata/en/cc/b25828844811d2a5be0060087a7a74/content.htm

Heniek

peter_atkin
Active Contributor
0 Likes

Manish,

These validations are often performed when saving the order.

You can use either of the following for this purpose:

  • User-exit IWO10009 (TCode SMOD)
  • BADI WORKORDER_UPDATE (TCode SE18)

In some cases it may be more prudent to create a customer-specific program to search through masses of orders for exceptions, rather than waiting for the user to press the save button.

PeteA

jogeswararao_kavala
Active Contributor
0 Likes

Many of your needs can be met with these exits.

The main being IWO10009

Jogeswara Rao K