InterviewSolution
| 1. |
"maintenance Order-teco" i Have Created A Purchase Requisition Through A Maintenance Order By Using Non-stock Item Category. Later, I Decided That I Don't Want That Material For That Work. So I Ticked On Clear Reservation At The Time Of Confirmation In Iw42. When I Tried To Tech The Maintenance Order, I Am Getting The Following Error Message: "final Issue For The Reservation Item 0001 Is Not Completed, Teco Not Possible Message No. Me303" question:how Can I Do Tech Without The Need Of That Material? i Won't Create A Po Normally If I Do Clear Reservation At The Time Of Confirmation. Automatically, The System Will Delete The Pr. It's Happening In Ides. it Didn't Happen In Production Server (ecc 5.0) Though. how Can I Do Tech Without The Need Of That Material? |
|
Answer» i Have Created A Purchase Requisition Through A Maintenance Order By Using Non-stock Item Category. Later, I Decided That I Don't WANT That Material For That WORK. So I Ticked On Clear Reservation At The Time Of Confirmation In Iw42. When I Tried To Tech The Maintenance Order, I Am Getting The Following Error Message:
"final Issue For The Reservation Item 0001 Is Not Completed, TECO Not Possible Message No. Me303" question: how Can I Do Tech Without The Need Of That Material? i Won't Create A Po NORMALLY If I Do Clear Reservation At The Time Of Confirmation. Automatically, The System Will Delete The Pr. It's Happening In Ides. it Didn't Happen In Production SERVER (ecc 5.0) Though. how Can I Do Tech Without The Need Of That Material?
"final Issue For The Reservation Item 0001 Is Not Completed, Teco Not Possible Message No. Me303" question: how Can I Do Tech Without The Need Of That Material? i Won't Create A Po Normally If I Do Clear Reservation At The Time Of Confirmation. Automatically, The System Will Delete The Pr. It's Happening In Ides. it Didn't Happen In Production Server (ecc 5.0) Though. how Can I Do Tech Without The Need Of That Material? "final Issue For The Reservation Item 0001 Is Not Completed, Teco Not Possible Message No. Me303" question: how Can I Do Tech Without The Need Of That Material? i Won't Create A Po Normally If I Do Clear Reservation At The Time Of Confirmation. Automatically, The System Will Delete The Pr. It's Happening In Ides. it Didn't Happen In Production Server (ecc 5.0) Though. how Can I Do Tech Without The Need Of That Material? It sounds very much like a User Exit (Enhancement) may be active in your system. The TECO User Exit to consider is: IWO10004. Use Transaction CMOD so you can see if there is such an exit possible. Drop down on the project field to search for a project associated with indicated exit. Search by “Information System” and at the bottom of the selection screen there is an Icon called “All Selections” [Shows a little + sign too]. Now once you have expanded the selection criteria insert the indicated User Exit Number in the “Enhancement” field. Execute and wait to see if there is a project associated with the exit at TECO. If there is one, select it and select the DISPLAY ICON. Once the data is shown there is a “Project Status”. If this is “Active”, then you have an active exit on TECO. I suggest you have an ABAPer look at the code associated in the “Include” of the exit. I suspect there is code checking a flag on the Materials or something. It sounds very much like a User Exit (Enhancement) may be active in your system. The TECO User Exit to consider is: IWO10004. Use Transaction CMOD so you can see if there is such an exit possible. Drop down on the project field to search for a project associated with indicated exit. Search by “Information System” and at the bottom of the selection screen there is an Icon called “All Selections” [Shows a little + sign too]. Now once you have expanded the selection criteria insert the indicated User Exit Number in the “Enhancement” field. Execute and wait to see if there is a project associated with the exit at TECO. If there is one, select it and select the DISPLAY ICON. Once the data is shown there is a “Project Status”. If this is “Active”, then you have an active exit on TECO. I suggest you have an ABAPer look at the code associated in the “Include” of the exit. I suspect there is code checking a flag on the Materials or something. |
|