Hi experts,
I have a strange syntax error in my ABAP program.
Set paydates for Inactive Timeframes
perform set_paydates_for_tf tables inactive_tf py_yr using tax_year.
When I'm trying the syntax check it gives me the following error:
"ICON_ACTIVATE-" expected, not "INACTIVE_"
Could anyone help me?