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

maintenance screen probelm

former_member188827
Active Contributor
0 Likes
594

hi

i created a transparent table zabc with fields

mandt mandt

customer kunnr

rate numc (length 2)

i generated maintenance screen for this tabel with tcode ztest. and maintenance screen got generated.

now the probelm is that i need to convert data type of rate from numc to FLTP.

when i activate table and execte ztest it gives dump.

and error is on rate field of element list of maintenace screen . can ny1 suggest how to resolve this issue. i tried to change the data type of rate in element list to fltp it gives error:invalid field type.

can ny1 suggest wat to do?

points 'll b rewarded.

rgds

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

first delete that TMG , then adjust table for new changes , finally generate a new TMG.

please check the sytax of the table definations.

Regards

prabhu

hi

i created a transparent table zabc with fields

mandt mandt

customer kunnr

rate numc (length 2)

i generated maintenance screen for this tabel with tcode ztest. and maintenance screen got generated.

now the probelm is that i need to convert data type of rate from numc to FLTP.

when i activate table and execte ztest it gives dump.

and error is on rate field of element list of maintenace screen . can ny1 suggest how to resolve this issue. i tried to change the data type of rate in element list to fltp it gives error:invalid field type.

can ny1 suggest wat to do?

points 'll b rewarded.

rgds

3 REPLIES 3
Read only

Former Member
0 Likes
573

first delete that TMG , then adjust table for new changes , finally generate a new TMG.

please check the sytax of the table definations.

Regards

prabhu

Read only

Former Member
0 Likes
572

First delete the table field row having rate .

enter rate and the data element of type FLTP. or define the data type FLTP and specify the length and decimal places.

activate.

then goto SE14

enter the database table

select the tables radiobutton and press ' EDIT' button .

you enter into another screen then press 'Activate and Adjust database'.

Hope this helps

Read only

Former Member
0 Likes
572

Hi,

Actually whatever u do changes in the ztable after that u have to go to Utilities->Database Utilities and there u have to press that 'Activate and adjust database'

button at the bottom most corner.This will solve ur problem.

<b>Reward points if it solves ur query</b>

Thanks

Chinmay