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

ALV Report

Former Member
0 Likes
577

Dear experts,

                     In my ALV report ,characteristic field(UNIT) spo_ct8 is coming as ******** .How to solve this problem.

                     Field name: UNIT, Data type: char 30.

 

                     After Executing my program.Following message is coming.

                     'No language-specific unit defined in language EN for internal unit 114'

                      Please explaine me clearly.I need to fix this urgently.

Regards

Samir

Dear experts,

                     In my ALV report ,characteristic field(UNIT) spo_ct8 is coming as ******** .How to solve this problem.

                     Field name: UNIT, Data type: char 30.

 

                     After Executing my program.Following message is coming.

                     'No language-specific unit defined in language EN for internal unit 114'

                      Please explaine me clearly.I need to fix this urgently.

Regards

Samir

2 REPLIES 2
Read only

michael_kozlowski
Active Contributor
0 Likes
494

Could be an translation issue. Check in CUNI ->GoTo->Translations->Unit of measure

Read only

RaymondGiuseppi
Active Contributor
0 Likes
494

Check definition of unit fields (e.g. domain MEINS conversion exit CUNIT, transaction CUNI for actual values) did you fill the internal table with a correct value, internal value?

Hint: Use CONVERSION_EXIT_CUNIT_INPUT to convert from external format (language dependent) to internal format (german legacy + some english) or use UNIT_OF_MEASURE_ISO_TO_SAP if you grt some ISO values.

Regards,

Raymond