‎2007 Nov 28 5:39 PM
Hi All,
Can we declare a parameter by using string data type when i creating this i got error it is nessary to create to me plz send me answer it's urgent.
Thanks in Advnce.
‎2007 Nov 28 5:41 PM
‎2007 Nov 28 5:41 PM
‎2007 Nov 28 5:49 PM
Hi Satwika,
Try This,
Parameters p_str(250) type c.
data w_str type string.
at selection-screen.
w_str = p_str.
then user w_str insted of p_str.
Please Regards Your Reward Points will help's me a lot,
Mahi.