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

SAP QUERY DECIMALS

Former Member
0 Likes
1,443

Hello ,

How can we restrict in display decimals using SAP query.

Ex: i have a field ^marc-MINBE dont want to show decimals, hwo can i restrict it at display level.

Tcode : SQ01 (SAP query)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,003

Hello,

Add a new field in infoset ( without decimals ) and in coding you can move the field, may be after rounding, into the new field which is used for the display.

Hope this helps you.

Regards, Murugesh AS

Hello ,

How can we restrict in display decimals using SAP query.

Ex: i have a field ^marc-MINBE dont want to show decimals, hwo can i restrict it at display level.

Tcode : SQ01 (SAP query)

2 REPLIES 2
Read only

Former Member
0 Likes
1,004

Hello,

Add a new field in infoset ( without decimals ) and in coding you can move the field, may be after rounding, into the new field which is used for the display.

Hope this helps you.

Regards, Murugesh AS

Read only

0 Likes
1,003

Hello ,

Can we handle this Display Level??,User is not willing to create new fields for all currency fields.

Rgds,

Manohar