SAP Message REMICL100 - Conversion error in row &1/&2/&3 of rep. rents list control table

Diagnosis
The formula of row &V3& in block &V2& for adjustment control rule (=representative list of rents) &V1& cannot be converted. During theconversion, the system replaces the previous four-character variablenames with new variable names (maximum length of 30). As part of thisprocess, it is possible for the formula to exceed this length (maximumlength of 80).
Also note that when converting the values of variables of type N, thesystem encloses the values in quotation marks, if the new variable is oftype C.

Procedure
Before attempting the conversion again, you have to modify the logic ofthe control table used until now. This has to be done in such a way thatthe conversion of the previous variable names to the new variable namesis possible in the formula. This can be done, for instance, byshortening the output by adding help variables that store intermediateresults.

  • Previous tables:

  • Variable table: TIVO1
    Control table: VOTIVO2
    • New tables:

    • Variable table: V_TIVAJADJMVAR1
      Control table: V_TIVAJADJMCTRL1