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

quantity as integer

Former Member
0 Likes
463

Hi there, I'd like to consult You in one issue.

I,ve got a field in the SCREEN. It's FORMAT is 'UNIT', whilst reference field is 'MSEG-ERFME'. But when I fill tableview with data it displays for example

*4,000 *

but I need to display it as

4

Type of corresponding itab is MENGE_D which has (type: QUAN, lenght: 13, precision: 3).

Could You tell me what should I change in my settings to reach a goal?

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi

Try to check wich unit of measure is used, probably it's used a unit wants only integer.

The reference field can be MSEG-ERFME

Max

Edited by: max bianchi on Feb 28, 2008 4:51 PM