cancel
Showing results for 
Search instead for 
Did you mean: 

Need to implement user setting option for my custom report in APO.

0 Kudos

I have enabled user setting option in my custom report. When I try to convert quantity values from 'EA' to 'KG', but it still converting 'EA' only.

I have refereed /SAPAPO/RRP3, when we use RRP3 user setting to convert from 'EA' to 'KG, its working fine. But in my custom report, I have applied same logic, but still its not working for me.

Below FM has been used in my report :

/SAPAPO/RRP_UOM_PEGID_OUTPUT.

Based on user profile-user setting - it should pick the UOM and convert the values.

i have tested same case in rrp3 and Custom report.

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor
0 Kudos

Hello,

Did you use call function 'conversion_exit_cunit_input'?

Best Regards,

R.Brahmankar

Answers (1)

Answers (1)

riyazahmed_ca2
Contributor
0 Kudos

HI Rajesh,

It has nothing to do with APO Consultants. It is a pure ABAP thing where you the report is not respecting UOM Conversions. Talk to your ABAP Team and get it resolved.

Regards,

Riyaz

0 Kudos

I am asking ABAP solution.....I need to implement user setting in my custom report and it should support alternative unit of measure.

As of now, In my custom report, if try to change alternative unit of measure from EA to KG, still its converting 'EA' only.. But while checking in debug mode...it is reading unit of measure of as KG and conversion not happening.