130 SAP Message of Class IW Cannot enter execution factor for sub-operation &1 &2











130(IW) - Cannot enter execution factor for sub-operation &1 &2

Message number 130 of class IW is used to display message "Cannot enter execution factor for sub-operation &1 &2" and can be triggered using the following ABAP code:

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

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

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

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


What causes this issue

You want to change the execution factor in the
sub-operation. This is not possible.

System Response

INCLUDE 'KEINE-VERARBEITUNG' OBJECT DOKU ID TX LANGUAGE EThe system calculates the execution factor of the sub-operation with
the help of the execution factor data in the corresponding mainoperation.The system recalculates the following errors, both in the operation andin the sub-operation, taking into consideration the previous executionfactor:workduration (normal)duration (min.)operation quantity (for external processing)number of components (main operation only).If the indicator fixed operation quantity is set for the
sub-operation, the execution factor of the main operation is not takeninto consideration.Logarithm for calculation:
new value = old value * new factor / old factor

How to fix

Change the execution factor in the relevant main operation.

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!