Hi,
i'm trying to generate a PS2 file for Portugal. This file is the portuguese payment medium format, generated via the RFFOM100 program.
In one of its functions, the code refers to the REGUH table, field LAUFI, like this
IF I_REGUH-LAUFI+5(1) EQ 'P'.
However, in the F110 tcode, the length of that field is 5, so it will never match that condition, not generating the file as I need.
So my question is, regardless of the F110 tcode, which other tcodes are available to pay employees, considering it must have an identification field (such us REGUH-LAUFI)?
Thank you very much!!