Application Development 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: 

Error in editing table control in module pool

Former Member
0 Kudos

Hello Abap experts,

I am working on module pool.

When I am editing row in table control if table control has only one row to edit(By clicking edit push button) then I am getting error as "Dynpro_Field_Conversion error" in module pool.

Error is showing in PBO 'module fill table control'.

But if there are more than 1 rows in table control it doesn't give any error and run successfully.

So please help me on that.

Thanks!

Abhay.

Edited by: abhayjoshi01 on Sep 29, 2010 12:12 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Usually this comes when you try to populate -ve values in the field. You should use a domain which accepts the sign +/-.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Can you explain in detail what field(is it quantity, currency etc) you are trying enter and what data.

If you are getting any runtime error can you provide the runtime details.

Regards,

Kranthi

Former Member
0 Kudos

Usually this comes when you try to populate -ve values in the field. You should use a domain which accepts the sign +/-.

former_member214857
Contributor
0 Kudos

Hello Abhay

You can implement note 508777 in your system to apply some corrections. It should fix this behavior

Kind regards