Hello,
I am doing following coding in 4.6c and when i used same in 4.7unicode, it is giving me error "Unable to interpret <ALL_STATS>-RECORD. Possible cause of error: Incorrect spelling or comma error."
field-symbols:
<all_stats> type sapwl_statrec,
................
define add_rec_to_main.
us -> ms
divide: &1-respti by 1000,
&1-cputi by 1000,
..............
..............
end-of-definition.
add_rec_to_main <all_stats>-record
program
entry_id.
if i comment it , error don't comes, and no comma is missing, same code is working fine in 4.6c.
pls help
regards.