Application Development 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: 

How to set Fixed point Arithmetic in a Z function module

Former Member
0 Kudos

Dear Gurus,

We have a requirement to make a modification to SAP standard. Here, we need to do some calculations whose results need high precision. So, we tried using packed numbers for accuracy. But, the values werent coming right as the standard reports are not checkd with 'Fixed Point Arithmetic'., So, we decided to create a new Z function module with attribute 'Fixed Point Arithmetic' checked and to call that FM inside the modification area. But, I'm not able to find where to check it in a Z function module,. Kindly help us on this.,

Thanks in advance.,

Harish

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

For cross checking it, in se80 - go to the function group of your Z function - click on the function group- click on the "main program" - select menu -goto -attributes. It must be already marked.

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos

For cross checking it, in se80 - go to the function group of your Z function - click on the function group- click on the "main program" - select menu -goto -attributes. It must be already marked.

0 Kudos

Dear Kesavadas, Thanks for the immediate respone! I've checked it., Its already checked

Thread Closed!