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

ALV Grid

raja_ksravankumarreddy
Product and Topic Expert
Product and Topic Expert
0 Likes
508

I am building a field catelog using a structure. Data type of the structure is Quantity 13, 3.

The field categlog is building it as a packaged number.

Problem statement: my code always truncating the value to one decimal place in ALV. How can I show all 3 decimals.

Thanks you in advance.

Sravan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
486

Hi Sravan

try using the EDIT_MASK functionality of the field catalog.

Regards

Hareesh

Edited by: Hareesh Menon on Feb 24, 2009 11:16 PM

Hi Sravan

try using the EDIT_MASK functionality of the field catalog.

Regards

Hareesh

Edited by: Hareesh Menon on Feb 24, 2009 11:16 PM

3 REPLIES 3
Read only

nkr1shna
Contributor
0 Likes
486

Please refer to SAP help link which gives correct explaination about getting DECIMALS place and other formatting issues with ALV.

http://help.sap.com/saphelp_nw04/helpdata/en/6a/e4eb40c4f8712ae10000000a155106/content.htm

Read only

Former Member
0 Likes
487

Hi Sravan

try using the EDIT_MASK functionality of the field catalog.

Regards

Hareesh

Edited by: Hareesh Menon on Feb 24, 2009 11:16 PM

Read only

Former Member
0 Likes
486

Hi,

Did you reference it to qfieldname and qtabname in the field catalog?