Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Syntax error in program RAGITT_ALV01

vikasrao21
Explorer
0 Likes
548

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

2 REPLIES 2
Read only

Former Member
0 Likes
484

Check for sap Note for it .

Read only

Former Member
0 Likes
484

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.