Application Development 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: 

Set Field label with more characters in the custom infotype.

Former Member
0 Kudos

Hi Guru's,

i have created the custom infotype using PM01 Tcode. In this custom infotype i have a field called question where its data type is Checkbox. The label of the question field is more than 100 char lencht . so how to set the label which is more than maximum length allowed.

Thanks

Vishnu

1 REPLY 1

pranay570708
Active Contributor
0 Kudos

Hi,

You can have label more than 100 characters. May be screen size of module pool (of custom infotype) is not enough to accommodate that much length.

Go to tcode SE51, enter module pool of infotype (ex. MPxxxx00, whrere xxxx = infotype no.) and F4 on screen and select screen 2000. Go to change mode, then attributes tab of screen and change 'Lines/columns -> Mainten'. make it something like 30/250. And then go to layout and increase length of Lable (double click on lable, change visible length to 150 , press enter).

Activate screen and module pool. Check now if label text with more that 100 chars are coming or not.