802 SAP Message of Class GI Error in currency determination: company code & is invalid











802(GI) - Error in currency determination: company code & is invalid

Message number 802 of class GI is used to display message "Error in currency determination: company code & is invalid" and can be triggered using the following ABAP code:

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

    MESSAGE E802(GI) WITH lv_val1. "Error message example

    MESSAGE W802(GI) WITH lv_val1. "Warning message example

    MESSAGE I802(GI) WITH lv_val1. "Information message example
See here for more options


What causes this issue

The currency key cannot be determined for ledger &V2& and currency type
&V3& because company code &V1& is invalid.

System Response



How to fix

An assignment of ledger &V2& to company code &V1& probably still
exists in Customizing, even though the company code is no longerdefined. Check your Customizing entries.
Message text extract from SAP system. Copyright SAP SE.


Return to Message Class GI 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!