(C7110) Subroutines that are used incorrectly
There are subroutine calls with expressions, constants, or compound elements used as Out or InOut parameters. Only variable/alias data-items or conditions can be used as output parameters.subroutine SR1
Output parameter P1:
assigned the expression A1+B in ACH:ACT2:
SR1(A1+B)