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: 

ALV does not recognize units of measure in ES language in preview

former_member493530
Participant
0 Kudos

Hi experts,

I have a zprogram that presents a alv report, but this report does not recognize the units of measurement when generating the preview and displays asterisks (*), I need use  REUSE_ALV_GRID_DISPLAY

but if in the internal table the unit of measure is language EN in the preview I do not have this problem and displays the unit of measure in language EN is the language that I need

Best regards,

Robert.

1 ACCEPTED SOLUTION

former_member493530
Participant
0 Kudos

Hi all,

With this fix the problem

wa_fieldcat-edit_mask = '==CUNIT'

2 REPLIES 2

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hello Robert

Use conversion routine CONVERSION_EXIT_CUNIT_INPUT to change the unit of measure based on language.

Loop final table and use CONVERSION_EXIT_CUNIT_INPUT to change UoM

Thanks

former_member493530
Participant
0 Kudos

Hi all,

With this fix the problem

wa_fieldcat-edit_mask = '==CUNIT'