Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GETWA_NOT_ASSIGNED

Former Member
0 Likes
678

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
520

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
520

Hi,

Please check SAP Notes . There are many notes available on this issue.

Best regards,

Prashant

Read only

Former Member
0 Likes
521

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.