SAP ERP Plant Maintenance - Close an open manual call
I have very little SAP ERP knowledge. I wrote some code to create a Manual Call Work Order in the Plant Maintenance module. The code seems to have worked but when I try to create another manual call work order I get an error message saying I already have one open. I know there are transactions I can run to show me the open call and allow me to close开发者_StackOverflow it. Can you tell me a transaction I can use to close the open manual call? All I know is the Maintenance Plan Number.
Try transaction IW23. If you press F4 on the notification field you will get a wider selection that allows you to enter Maintenance Plan number.
Transaction IP03 allows you to look at a maintenance plan.
Someone here showed me how to close the open manual call. I'm adding the instructions here for completeness sake.
- Run transaction ip03.
- Enter the MaintenancePlan number and press enter.
- Select the Manual maintenance schedule calls tab.
- Highlight the row with the open manual call.
- Click the eye glasses icon under the table.
- Select the order number and copy it.
- Run transaction iw32.
- The order number you copied should be in the selected. If not enter your order number and press enter.
- Click on the checkered flag icon to TECO the order and clear the open manual call.
After doing these steps I was able to create another manual work order call.
精彩评论