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

Screen Output format in correct

former_member203806
Participant
0 Likes
2,060

Dear Expertise,

i need to store Distance (Km) in to Z table. So i have created field with below Properties,

Data Type             QUAN

No. Characters        6

Decimal Places        2

Output Length          8

Convers. Routine

it is saved in table correctly

L001    Mabima to Mawanella p r  80.00

when it display in module pool screen, it will display as below,

Screen output type also the QUAN

i need to display value without Comma ( 80.00)...

How I can do this...

1 ACCEPTED SOLUTION
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,017

Hi,

Check table SPFLI .

See how the data looks there.

If it look OK then copy the design....

Regards.

This how it look:

Dear Expertise,

i need to store Distance (Km) in to Z table. So i have created field with below Properties,

Data Type             QUAN

No. Characters        6

Decimal Places        2

Output Length          8

Convers. Routine

it is saved in table correctly

L001    Mabima to Mawanella p r  80.00

when it display in module pool screen, it will display as below,

Screen output type also the QUAN

i need to display value without Comma ( 80.00)...

How I can do this...

4 REPLIES 4
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,018

Hi,

Check table SPFLI .

See how the data looks there.

If it look OK then copy the design....

Regards.

This how it look:

Read only

0 Likes
2,016

hi make screen for field as below.

1 .

or

2.

Read only

former_member241258
Active Participant
0 Likes
2,016

declare screen field above one of u will get ur output.

Read only

Former Member
0 Likes
2,016

Hi,

Check your default setting.

Regards,

Naveen Kumar.