2016 Feb 13 2:13 PM
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
2016 Feb 13 2:44 PM
Could be an translation issue. Check in CUNI ->GoTo->Translations->Unit of measure
2016 Feb 15 2:47 PM
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