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

Error in editing table control in module pool

Former Member
0 Likes
738

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
Read only

Former Member
0 Likes
690

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
Read only

Former Member
0 Likes
690

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

Read only

Former Member
0 Likes
691

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

Read only

former_member214857
Contributor
0 Likes
690

Hello Abhay

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

Kind regards