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: 

Quartile and percentile standard calculation in ABAP

iaki_vila
Active Contributor
0 Kudos

Hi everybody,

Anyone knows any standard way (class or module function) to calculate the quartile or percentile of a set of numbers?

From internet i have found cl_rsdha_oper_quartile_test class but in my system is not available (SAP ECC 6.0 - SAP_BASIS 7.02).

Regards,

2 REPLIES 2

iaki_vila
Active Contributor
0 Kudos

Hi,

any idea?, i found the group function RRT3, but not percentile or quartile available. May be the best way would be to do it on my own, what do you think?

Regards.

Former Member
0 Kudos

AFAIK, there is none for quartile.

For Percentile as you have found out , try RRT_MATH_PERCENTAGE or I would suggest to write on your own too here.

R