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

Table Control : Conversion error

Former Member
0 Likes
853

Hi all,

I created a table control with wizard having some 4 fields.

Now manually I added some 3 quantity fields to the table control..

I gave the fields the same data type (DEC) as other fields generated previously by the wizard ..

But when I run this it goes to dump..giving the error

Runtime Errors DYNPRO_FIELD_CONVERSION

Short text

Conversion error

Please guide me

regards,

nishant

Edited by: Nishant Rana on Aug 7, 2008 10:59 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
652

> I created a table control with wizard having some 4 fields.

> Now manually I added some 3 quantity fields to the table control..

Check the newly added fields are referring to the Data Dictionary or not. If they are referring to Dictionary then By default all the properies you will get in the screen field attributes.

If they are not referring to Dictionary then you refer them from Dictionary and after that change the fieldnames manually.

6 REPLIES 6
Read only

Former Member
0 Likes
652

hii,

Try everything all the fields with the wizard itself.

initialy, u have created in wizard and then if u try to add manuaally ,

surely it vil be give dump!!

so go with wizard itself..

Regards,

sabari

Read only

0 Likes
652

Hi,

I can not try with wizard now..i have to delete the whole table control and create it again through wizard ..I dont want to mess wid my screen tjhat already is having some 4 table controls

Some way should be there

regards,

Nishant

Read only

0 Likes
652

Do not delete it buddy.

It is fine just do these three steps ;-

1) Add the fields in ur itab .

2) add the fields in the FIeld statement in flow logic .

3) Add the fields on the screen .

Incase you do these three things right there is no point that ur screen wont work

Thnks

Sahil

Read only

Former Member
0 Likes
653

> I created a table control with wizard having some 4 fields.

> Now manually I added some 3 quantity fields to the table control..

Check the newly added fields are referring to the Data Dictionary or not. If they are referring to Dictionary then By default all the properies you will get in the screen field attributes.

If they are not referring to Dictionary then you refer them from Dictionary and after that change the fieldnames manually.

Read only

0 Likes
652
Check the newly added fields are referring to the Data Dictionary or not. If they are referring to Dictionary then By default all the properies you will get in the screen field attributes.
 
If they are not referring to Dictionary then you refer them from Dictionary and after that change the fieldnames manually.

Hi Vijay,

Thanks for the reply

I have already checked the datatype ..

Even at the end of PBO i am manuallly entering some data in that screen field

still it is not displaying there

Read only

Former Member
0 Likes
652

Thanks to all for your suggestions ...solved myself