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

Declaring Texts in tables.

Former Member
0 Likes
551

Hi Guys

Here I am having a requirement.

I am working with module pool programming. In this I am using a field of length nearly 255 char type with other fields.

For this I created a table for all the fields.

table view Maintanance : Display Maintanance allowed.

Delivery class : A

Now I want to Change the data stored in the table by using the option F6 .

But while using this option it is going to Dump.

I think it is happening due to the field of type CHAR of length 255.

How can I solve this problem?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
532

just make your table field type as <b>string</b> and try it out ...

Girish

Hi Guys

Here I am having a requirement.

I am working with module pool programming. In this I am using a field of length nearly 255 char type with other fields.

For this I created a table for all the fields.

table view Maintanance : Display Maintanance allowed.

Delivery class : A

Now I want to Change the data stored in the table by using the option F6 .

But while using this option it is going to Dump.

I think it is happening due to the field of type CHAR of length 255.

How can I solve this problem?

3 REPLIES 3
Read only

Former Member
0 Likes
532

once u have updated the records in the table after that if u changed the field attributes of that table then U cann't inserte the records...

sln: delete all the records which u have updated in the table and u can update all the recorsd

Read only

Former Member
0 Likes
532

Hi,

Did you generate the table maintenance?

Regards,

Vidya.

Read only

Former Member
0 Likes
533

just make your table field type as <b>string</b> and try it out ...

Girish