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: 

Need help

Former Member
0 Kudos

I am trying to create table view of Ztable which have a field length char 200. When i am trying to create table view it is not allowing to enter the 200 char's and i am getting warining message while creating the view.

please help me how to slove this.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I think you will get the warning but you can still go ahead and activate it.

12 REPLIES 12

Former Member
0 Kudos

I think you will get the warning but you can still go ahead and activate it.

0 Kudos

Hi Shrini,

I have activated that but when i am making new entries i am not able to enter more than 40 char's.

can you tell me why it is

Regards,

Naidu

0 Kudos

Is that field with length 200 a key field in Z table and are there any other key fields?

Vijay.

0 Kudos

That is the warning part of it which tells you that your screen cannot accommodate the field due to its length. You should be able to enter upto 132, that is the screen table control limitation.

0 Kudos

Hi Vijay,

This not a key field. i have four other key fields

Regards

Naidu

0 Kudos

Hi Challa,

Have you checked the data element/domain assigned to the field is has Output lenght 200CH and it is active.

You can enter 200CH in table maintenance . But the visible length (in SM30 Transaction)will be 132CH as Srini mentioned. But it can be filled up to 200CH.

Lanka

0 Kudos

You can only enter values for such fields through the program, not through the table maintenance screens. You can at the most extend it to 132 characters if it is a non-key field.

For key fields, the limitation is at 120 characters for all the key fields put together.

0 Kudos

Hi

My problem is i am only able to enter only 40 CHAR.

do i need to do any settings.

naidu

0 Kudos

Even to enter the 132 characters, you will have to modify the screen. Go to table maintenance generator screen(either SE11 or SE54>generated objects>change), double click on the screen. It will take you to the screen painter. Select the field in the table control, go to its attributes and change the defined length and the visible length to 132. Anything more than that, system will not allow. Activate the screen and you should be able to enter more than 40.

Remember, everytime you change the table maintenance objects, you have to do this.

Srinivas

0 Kudos

Hi Challa,

No. If you want to enter 40 CH then you can enter directly by using SM30 transaction.

Whant is the real issue you are facing to enter 40CH.

Lanka

0 Kudos

Hi All,

Thank you very much.

It is working for 132 Char only.

Regards,

Naidu

0 Kudos

Please close the thread. Thank you.