Skip to Content
0
Jan 27, 2023 at 02:48 AM

ATC "Suspect Conversion from Literal to ABAP Type" For a select Statement

230 Views

I am getting the SAP ABAP ATC Issue on the below select statement. Please let me know how can I remove this ATC issue.

SELECT * FROM ZTABLE INTO TABLE ITAB

WHERE Field1 = Parameter1

AND Field2 IN Range_table

AND. Field3 IN s_Select_option

AND. Field4 = p_parameter.