2008 Feb 01 8:14 AM
Hi All,
I have been trying to define Contract Account Categories after assigning number ranges but when I try to save the changes I get a dump saying "field symbol has not yet assigned". Here is some text that my give you a clue:
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLFKV0" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
You attempted to access an unassigned field symbol
(data segment 124).
This error may occur if
- You address a typed field symbol before it has been set with
ASSIGN
- You address a field symbol that pointed to the line of an
internal table that was deleted
- You address a field symbol that was previously reset using
UNASSIGN or that pointed to a local field that no
longer exists
- You address a global function interface, although the
respective function module is not active - that is, is
not in the list of active calls. The list of active calls
can be taken from this short dump.
Trigger Location of Runtime Error
Program SAPLFKV0
Include LSVIMFTX
Row 814
Module type (FORM)
Module Name SET_TXT_UPDATE_FLAG
Your assistance will be duly rewarded.
2008 Feb 01 11:07 AM
Hi,
Please check your code for variable conversions. This error occurs mostly where there is some error in that.
If you are using ALV, please check what you are passing for the repid parameter.
Reward if it was handy.
2008 Feb 01 9:35 AM
Hi,
Please check SAP Notes . There are many notes available on this issue.
Best regards,
Prashant
2008 Feb 01 11:07 AM
Hi,
Please check your code for variable conversions. This error occurs mostly where there is some error in that.
If you are using ALV, please check what you are passing for the repid parameter.
Reward if it was handy.