Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection screen problem

Former Member
0 Likes
608

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

4 REPLIES 4
Read only

Former Member
0 Likes
587

hi there,

could you please paste the code which you have used

may be i can help.

anuj

Read only

0 Likes
587

Code:

PARAMETERS:

p_cntnt(255) TYPE c LOWER CASE. "Email Content

It does not accept more than 132 char.

Read only

Former Member
0 Likes
587

Hi,

Set the VISIBLE LENGTH also with the parameter.

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
587

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