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

ME23n

adnanmaqbool
Contributor
0 Likes
530

Dear guys

I am using ME23n screen and its giving me dump due to a negative value on a table control GOITEM-BPMNG.

Basically we r using Oil Specific solution and quantity issue can decrease with quantity received due to high temperature. When system takes difference of two quantities i.e quantity issued and quantity received it becomes a negative quantity and system gives a DYNPRO CONVERSION ERROR.

Does any body have solution for above prolbem becuase I think QTY data type donnot accept negative values.

Dear guys

I am using ME23n screen and its giving me dump due to a negative value on a table control GOITEM-BPMNG.

Basically we r using Oil Specific solution and quantity issue can decrease with quantity received due to high temperature. When system takes difference of two quantities i.e quantity issued and quantity received it becomes a negative quantity and system gives a DYNPRO CONVERSION ERROR.

Does any body have solution for above prolbem becuase I think QTY data type donnot accept negative values.

3 REPLIES 3
Read only

Former Member
0 Likes
495

I presume you have tried OSS.

Read only

Former Member
0 Likes
495

Hi,

To avoid the dump, you should enter the positive values in Qty field.

So put some condition before that qty field such that, whenever that qty field finds a negative sign, multiply it with '-1' such that it becomes positive and the field accpts that value. But what about the qty field value, if it becomes +ve in the case of negative.

Regards,

Anji

Read only

Former Member
0 Likes
495

Hi,

Check OSS note<b> 774896</b>.

Let me know if it helpful to you.

Regards,

RS