cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict TECO in Calibration Order(PM04)

Former Member
0 Kudos

Hi Gurus,

I want to restrict TECO from maintenance order(only for calibration ORDER TYPE PM04)

The requirement is like this when we are doing UD the system status will change to TECO, I dont want to do Teco from order screen so how can i restrict it ??? i want TECO in display mode so no one can do TECO from maintenance order

.

Regards,

Rahul

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Team,

I want to restrict TECO for one order type only, i dont want to restrict for other order types.

Regards,

Rahul


former_member182535
Active Contributor
0 Kudos

HI,

Please check user exit IWO10004 Maintenance Order: Customer check for order completion

Former Member
0 Kudos

Dear Rahul,

Automatic TECO of calibration order after UD, its because of below configuration

SPRO>QM>config> Quality Inspection> Inspection Lot Completion> Define Follow-Up Actions> QM-PM> QFOA_ORDER_TECHNICAL_COMPLETE>  there is a tick on after posting & sync updat. (now uncheck this tick mark)

Regards,

sitanshu

Former Member
0 Kudos

Dear sitanshu,

I need automatic TECO only, i dont want to do it manual for Calibration order only(Order Type),

i want TECO in display mode only for particular order type

Regards,

Rahul

Former Member
0 Kudos

Ok got it,

see after UD of calibration order type system status must be changing to something like - UD (dont know exact system status because i cannot test now)

So in user exit - IWO10004 (PM Order: Customer Exit for Technical Completion) ABAPer can develop some solution like

if order type is "PM04" and system status " UD " is not active then

Through error message as "UD not done"

Regards,

sitanshu

rakesh_mane
Active Contributor
0 Kudos

Hello

Please use Transaction Variants and Screen Variants functionality .

Refer sap help

http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm

Br,

Rakesh

Former Member
0 Kudos

You can restrict through Authorization. You can control via Authorization Object I_VORG_ORD. Don't assign TECO business operation to any roles.

peter_atkin
Active Contributor
0 Kudos

But will the authorisation check also stop the TECOing of the order when the user enters the Usage Decision??

If so, then you may need to develop a solution via user-exit IWO10004 (Maintenance order: Customer check for order completion)

PeteA