‎2009 Feb 24 4:59 PM
I want to add these data in standard include 'FMCWFUSR':
DATA: ZMKCOMRIS LIKE ZMKCOMRIS .
DATA: ZMCPFT LIKE ZMCPFT .
Because dump in program 'RMCX0022'. The field 'ZMKCOMRIS' is unknown
‎2009 Feb 24 5:00 PM
‎2009 Feb 24 5:02 PM
Please add the data declaration in the TOP include where all global declarations are done in the program.
‎2009 Feb 27 2:05 PM