731 SAP Message of Class IW There is no object link to the order operation for document type &











731(IW) - There is no object link to the order operation for document type &

Message number 731 of class IW is used to display message "There is no object link to the order operation for document type &" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E731(IW) WITH lv_val1. "Error message example

    MESSAGE W731(IW) WITH lv_val1. "Warning message example

    MESSAGE I731(IW) WITH lv_val1. "Information message example
See here for more options


What causes this issue

You want to assign a document to the task list at operation level and
save the assignment. The document with visualized spare parts hasdocument type &V1&. Although an object link to SAP object PMPLPO(Maint. Tasklist Opr.) has been defined for this object type, acorresponding object link to SAP object PMAFVC (MaintenanceOperat.) has not been defined. Since task lists with documents can beincluded in maintenance orders, the corresponding Customizing settingsmust be made for the maintenance order as well.

System Response



How to fix

Check your settings for document type &V1& in Customizing for
Cross-Application Components under Document Management -> Control Data -> Define Document Types ->Define object links.If you want to allow documents with document type &V1& to be assigned to
the maintenance order at operation level, define the object link fordocument type &V1& to the SAP object PMAFVC (Maintenance Operat.)in Customizing.&SYS_ADMIN&

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class IW main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!