Symptom
- Short dump occurs when pressing Save in IW32
- Short dump MESSAGE_TYPE_X when changing a work order
- Short dump raised:
- Further short dump text details:
Technical information about the message:
Message class....... "CO"
Number.............. 901
Variable 1.......... " "
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
How to correct the error
Probably the only way to eliminate the error is to correct the program.
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"MESSAGE_TYPE_X" " "
"SAPLCOIT" or "LCOITU20"
"CO_IT_OPR_ITAB_GET"
Information on where terminated
Termination occurred in the ABAP program "SAPLCOIT" - in "CO_IT_OPR_ITAB_GET".
The main program was "SAPLCOIH ".
In the source code you have the termination point in line 330
of the (Include) program "LCOITU20".
Source Code Extract
Line |SourceCde
300|
301| WHEN obj-mst.
302| IF NOT tca11_imp-flg_mst IS INITIAL
303| AND mlstd_tab IS REQUESTED.
304|
305| CALL FUNCTION 'NW_BT_MLST_READ_WITH_INDEX'
306| EXPORTING
307| index_imp = itab-index_mlst
308| IMPORTING
309| mlstd_exp = mlstd_tab
310| EXCEPTIONS
311| not_found = 01.
312| CHECK sy-subrc = 0.
313|* Eintrag in die MLSTD-Tabelle
314| APPEND mlstd_tab.
315| ENDIF.
316|
317| WHEN obj-fhm.
318| IF NOT tca11_imp-flg_fhm IS INITIAL
319| AND affhd_tab IS REQUESTED.
320| IF NOT itab-objnr IS INITIAL AND
321| NOT flg_check_del IS INITIAL AND itab-objnr NE space.
322| CALL FUNCTION 'STATUS_CHECK'
323| EXPORTING
324| objnr = itab-objnr
325| status = stk_loe
326| EXCEPTIONS
327| object_not_found = 01
328| status_not_active = 02.
329| IF sy-subrc = 01.
|>>>>>| MESSAGE X901. "n779835
331| ENDIF.
Read more...
Environment
- SAP ERP Plant Maintenance (PM)
- SAP R/3
- SAP R/3 Enterprise
- SAP ERP Central Component
- SAP ERP
- SAP Enhancement package for SAP ERP
- SAP Enhancement package for SAP ERP, version for SAP HANA
Product
Keywords
CO901, CO 901, PP-SFC, changing order, order not changed, changes not saved, maintenance order, IW31, IW33, PM order , KBA , PM-WOC-MO , Maintenance Orders , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.