‎2008 Jan 29 5:43 AM
Hi Guys,
I have defined parameter of 255 characters but it accepts only 132 characters.
Same problem occurs with select option field also.
Can any body tell me how shd i overcome this problem?
Is this due to the technical constraint?
Thanks
GURU
‎2008 Jan 29 5:53 AM
hi there,
could you please paste the code which you have used
may be i can help.
anuj
‎2008 Jan 29 5:57 AM
Code:
PARAMETERS:
p_cntnt(255) TYPE c LOWER CASE. "Email Content
It does not accept more than 132 char.
‎2008 Jan 29 5:58 AM
Hi,
Set the VISIBLE LENGTH also with the parameter.
Regards,
Renjith Michael.
‎2008 Jan 29 6:03 AM
hi ,
try this may be this will solve your problem,
data var type c length 225.
parameter p_var like var.
hope this might help your cause
reward point if helpful.
anuj