Hi all,
i need to fetch data with wildcards dynamically. pls help.
SELECT * FROM z_ppc_kat INTO TABLE lt_ppc_kat
WHERE qmart = 'QI' AND
qkatart = '8' AND
qcodegrp LIKE 'Q%'.
but the value of Q in the above statement is static, but in my requirement this value is dynamic.
pls help, how can we usage wildcars dynamically.
Best Regards,
Venkat