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

Data Type change.

Former Member
0 Likes
1,135

Hi Expert.

Please help me,   I have create Z table here create one Field like Below.

APPROVED_STATUSCHAR10Source

then i was change pre-define data type length CHAR 1 to 10. as below

APPROVED_STATUSCHAR100Source

Now When We save data through program 10 char is saved properly.

Problem : When I Use SE16N t-code for changes related field data. At that time only 1 char inserted.

Also Use SE14 for Regenerate Table Structure. but Result is none.

Thanks & Regards.

Pradip Patel.

8 REPLIES 8
Read only

Former Member
0 Likes
1,009

hi Pradip,

After changing the lenght of the field, you need to adjust the database. Goto:

Utilities----> Database object -------> Database Utility . Activate and adjust database.

Also make sure that Z tbale is active before doing this.

Thanks,

Sachin

Read only

0 Likes
1,009

Hi Sachin Dandekar.


I have already do this and also check Z table is Active.


but result none.



Thanks.

Pradip Patel.

Read only

Former Member
0 Likes
1,009

Hi,

You might have to rebuild the table maintenance generator/view.

Kind regards, Rob Dielemans

Read only

Former Member
0 Likes
1,009

Hi,

Agree with both, adjust the table and recreate the TMG.

Read only

0 Likes
1,009

My Z Table have no TMG. and I have already Adjust the Table.

Result None.

Regards.

Pradip Patel.

Read only

Former Member
0 Likes
1,009

hi,

Why do you use se16n and not a view to maintain this table. This should solve the problem if you just generate a table maintenance view and use sm31 for table entries.

Kind regards, Rob Dielemans

Read only

former_member206650
Active Participant
0 Likes
1,009

Hi,

go to domain check if the output length in output characteristic is 10 and then activate it.

hope it helps

Read only

Former Member
0 Likes
1,009

Delete that field and create it again with length 10...only one field right