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

Error in ALV for ISO Codes

former_member377111
Participant
0 Likes
710

Hi,

I displaying an ALV with all ISO code.But im getting an error BM(302). (nternal unit &, language & is not maintained)

The internal table is having all values,but on ALV displaying ***.

Please help solve this issue

Hi,

I displaying an ALV with all ISO code.But im getting an error BM(302). (nternal unit &, language & is not maintained)

The internal table is having all values,but on ALV displaying ***.

Please help solve this issue

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
613

Hello

The long text of the error is quite specific:


 A language-dependent key is not maintained for the internal unit of
 measure  in language .

Example: The internal unit for an EACH (GDSN terminology) would be ST ("Stück" in German) and PC ("Piece" in English). Depending on the logon language the system would display:

- DE => ST
- EN => PC
- FR => ***

In you case the language-dependent key for the internal unit is missing.

Regards

Uwe