882 SAP Message of Class B1 ISO code & is not assigned to a currency key in the valid time period











882(B1) - ISO code & is not assigned to a currency key in the valid time period

Message number 882 of class B1 is used to display message "ISO code & is not assigned to a currency key in the valid time period" and can be triggered using the following ABAP code:

DATA: lv_val1(100) TYPE C.
lv_val1 = '123'.

    MESSAGE E882(B1) WITH lv_val1. "Error message example

    MESSAGE W882(B1) WITH lv_val1. "Warning message example

    MESSAGE I882(B1) WITH lv_val1. "Information message example
See here for more options


What causes this issue

No internal code assignment was found for ISO code &v1& for currencies
(table TCURC). Either the internal code does not exist, or it is notassigned to the ISO code.

System Response



How to fix

Assign an internal code to the ISO code.

Message text extract from SAP system. Copyright SAP SE.


Return to Message Class B1 main page



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!