Hi Experts,
Code inspector throws warning message "Name of table in SELECT condition : BNKA". How to correct this warning message. My coding is
select single * from bnka into wa_bnka
where banks eq p_banks
and bankl eq p_bankl.
Thanks in advance,
Thomas