on 2009 Jun 19 9:59 AM
Hi,
I am getting Runtime Errors GETWA_NOT_ASSIGNED while creating WO/PO with account assignments P.(project).
If i take account assignments as U (unknown) WO will save.But while using Account Asignment P I am getting Runtime error as below
pls help
Runtime Errors GETWA_NOT_ASSIGNED
Date and Time 19.06.2009 14:23:20
Short dump has not been completely stored (too big)
Short text
Field symbol has not yet been assigned.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLKKBL" 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 106).
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.
else.
assign <fs13> to <field>.
gs_fc = gs_sfc13.
endif.
when 014.
if gs_out_flags-slave ne 'X'.
assign <fm14> to <field>.
gs_fc = gs_mfc14.
else.
assign <fs14> to <field>.
gs_fc = gs_sfc14.
endif.
when 015.
if gs_out_flags-slave ne 'X'.
assign <fm15> to <field>.
gs_fc = gs_mfc15.
else.
assign <fs15> to <field>.
gs_fc = gs_sfc15.
endif.
when 016.
if gs_out_flags-slave ne 'X'.
assign <fm16> to <field>.
gs_fc = gs_mfc16.
else.
assign <fs16> to <field>.
gs_fc = gs_sfc16.
endif.
when 017.
if gs_out_flags-slave ne 'X'.
assign <fm17> to <field>.
gs_fc = gs_mfc17.
else.
assign <fs17> to <field>.
I found 12 OSS notes using keywords GETWA_NOT_ASSIGNED SAPLKKBL
Read them, if there is nothing that solves your problem, then contact SAP yourself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi
check whether any SAP notes to be applied or any wrong configuration is done for the screen assignment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
112 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.