cancel
Showing results for 
Search instead for 
Did you mean: 

FAGL_FC_VAL short dump "Currency empty"

Former Member
0 Kudos

Hi,

There is an error we are encountering when creating a variant in FAGL_FC_VAL for a new company code rolled out a couple of days back.

Following is the exception short text and trigger location information:

"Exception condition "CURRENCY_EMPTY" raised."

Trigger Location of Runtime Error

    Program                                 SAPLGICV

    Include                                 LGICVU02

    Row                                     103

    Module type                             (FUNCTION)

    Module Name                             G_CURRENCY_FROM_CT_GET.

I checked T001 - WAERS and there currency has been maintained.

I also checked the aforementioned functional module by keying in the company code and the currency type, where in depending on the currency type, currency gets displayed.

10 is EUR; 20 and 30 currency types are both GBP and I get the same output from the aforementioned FM. Inspite of this we are encountering short dump as stated above when trying to create a variant for new company code.

Please suggest.

Regards,

Soujanya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

in function module G_CURRENCY_FROM_CT_GET, there are lines (starting 102):

IF CURRENCY IS INITIAL.
RAISE CURRENCY_EMPTY.
ENDIF.



Check your T001 table using SE11 and find out which record(s) got missing WAERS field data.

suma_mani
Active Contributor
0 Kudos

Hi Soujanya,

Please check mentioned note

1644458 - FI Transaction FAGL_FC_VAL throws dump "RAISE_EXCEPTION", "CURRENCY EMPTY"

Regards

Mani Kumar