‎2008 Aug 07 9:50 AM
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
‎2008 Aug 07 10:09 AM
> 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.
‎2008 Aug 07 10:01 AM
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
‎2008 Aug 07 10:07 AM
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
‎2008 Aug 07 10:11 AM
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
‎2008 Aug 07 10:09 AM
> 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.
‎2008 Aug 07 10:28 AM
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
‎2008 Aug 07 11:00 AM