‎2013 Apr 18 8:01 AM
Below error showing in Tcode AR02 after ehp6 upgrade.
Thanks
Vikas Rao
Error in the ABAP Application Program
The current ABAP program "????????????????????????????????????????" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program "RAGITT_ALV01 " in include
"ZRAGITT_ALV01=================E " in
line 30:
"The field "ITAB_DATA" is unknown, but there are the following fields w"
"ith similar names: "<ITAB_DATA>" and "<ITAB_DATA2>"."
" "
" "
The include has been created and last changed by:
Created by: "ABAP101 "
Last changed by: "ABAP101 "
Error in the ABAP Application Program
The current ABAP program "????????????????????????????????????????" had to be
terminated because it has
‎2013 Apr 18 8:10 AM
‎2013 Apr 18 8:30 AM
The error is in include "ZRAGITT_ALV01", so it is in bespoke code. A syntax check of the code will highlight the same error. It may be that the reference to ITAB_DATA should be <ITAB_DATA>, but without seeing the code it is difficult to pin it down.