Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>IWO10004



Index

IWO10004

PM: Maintenance Order Processing
In this customer expansion, checks can be carried out at the time of the technical completion.

If the customer check shows that technical completion should not be carried out, the function module can be left, with the exception of completion_rejected.

Technical completion will not be performed.

The example of checking the order header status finally completed is given here. If the status is not set, technical completion is not performed.

 
*----------------------------------------------------------------------*
*   INCLUDE ZXWO1U03                                                   *
*----------------------------------------------------------------------*
 
*  r・kgemeldet
data: stk_rue like jest-stat value 'I0009'.
 
 
 
clear sy-subrc.
call function 'STATUS_CHECK'
     exporting
          objnr             = caufvd_imp-objnr
          status            = stk_rue
     exceptions

Function/Program:
  • EXIT_SAPLCOIH_004: PM Order: Customer Exit for Technical Completion Event

02-Oct-2005