8.5.11

SAP Note 25551 - FI/CO interface: Runtime error CONVT_NO_NUMBER

Symptom:

Key word: SAPLFACI
Transaction: VF01, VF02

Runtime error CONVT_NO_NUMBER occurs.
The short dump points to the following line in the program code:
-> MOVE-CORRESPONDING P_ACC TO WA_BKPF.

The contents of field P_ACC-KURS2, P_ACC-KURS3 or P_ACC-KURSF begins with '*' (for example: *46.37681).

Cause and prerequisites

The automatically generated structure P_ACC contains a field that is not long enough for exchange rates and the credit control amount KLIBT.
kurs2(000009) type c , corrected as of 3.0D
kurs3(000009) type c , corrected as of 3.0D
kursf(000009) type c , corrected as of 3.0D
TXKRS(000009) type c , corrected as of 3.1I
KLIBT(000013) type c , corrected as of 3.1I

Solution
    1. Advance correction: Change the lengths of the fields in LFACIGEN :
    kurs2(000011) type c , corrected as of 3.0D
    kurs3(000011) type c , corrected as of 3.0D
    kursf(000011) type c , corrected as of 3.0D
    TXKRS(000011) type c , corrected as of 3.1I
    KLIBT(000015) type c , corrected as of 3.1I


The better solution, however, is

    2. to carry out the advance correction the generation report SAPFACCG. After correcting Include LFACGU01, restart the generation report SAPFACCG. After this, check the lengths of the fields in LFACIGEN.

Additional key words

P_ACC, LFACIF04, SAPFACCG, LFACIGEN, TXKRS, RWIN



No comments:

Post a Comment