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 prob

former_member188827
Active Contributor
0 Likes
429

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

dani_mn
Active Contributor
0 Likes
397

HI,

Generate the Table Maintenace again. first delete the old and then generate again.

this will solove your problem.

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

2 REPLIES 2
Read only

dani_mn
Active Contributor
0 Likes
398

HI,

Generate the Table Maintenace again. first delete the old and then generate again.

this will solove your problem.

Read only

0 Likes
397

hi

i deleted the maintenance screen and tried to generate new screen but error occurs that rate-quota will not be shown on screen cause FLTP is not an allowed type.

even in se 11, when i try to view contents the msg comes "ABAP Dictionary type FLTP is not allowed for screen elements."

wat to do?