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

Re: Module Pool Type Conversion Error.

Former Member
0 Likes
1,039

Hi,

I have used the screen fields

quantity parameter of type imseg-erfmg

pmeins parameter of type imseg-erfme.

while conversion.. i am passing the value

lbbes-erfmg to quantity

and lbbes-erfme to pmeins

when the conversion is done the lbbes-erfmg has negative value and when fed into the screen

it creates dump.

can anyone help me.

Thanks & Regards

Guhapriyan Subrahmanyam

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
641

Hello Guhapriyan

The domain of imseg-erfmg (MENG13) does not have SIGN marked, i.e. it does not allow for negative values.

Regards

Uwe

Read only

Former Member
0 Likes
641

hi,

We have the specify the reference field for the field in table control. Otherwise, we get a short dump showing an error conv_to_number.

To avoid this, we need to set the reference field in the properties of the field in table control.

Double click on the field of table control, we get the properties window opened, in it specify the reference field there.

There is an other simple way to avoid this dump. Select the field of the table contorl and in the TEXT inputbox which exists on the top right of the window, set last letter as _______V But in this case, we get the values justified to the right.

Regards,

Sailaja.

Read only

Former Member
0 Likes
641

hi,

i changed the reference field. but even then i get the short dump DYNPRO_FIELD_CONVERSION.

is there any other way i can avoid.

Thanks & regards

Guhapriyan

Read only

641

Normally for all quantity fields which may have minute value as well, for those fields to display in Module Pool program there is a check box in property window with name as "With Sign" you selected this you will not get any error. No need to fill reference fields any more.