SAP for Public Sector Discussions
Foster conversations about citizen engagement, resource optimization, and service delivery improvements in the public sector using SAP.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error while saving the request

Former Member
0 Kudos

Dear all,

When i am saving the request through transaction FKKORD1 transaction .I am getting the following dump.Please let me know how to resolve this issue.

Runtime Errors GETWA_NOT_ASSIGNED

Date and Time 07.01.2010 13:40:12

Short text

Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLFMCA_ORDER" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

srinivas

Error analysis

You attempted to access an unassigned field symbol

(data segment 32776).

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.

1 ACCEPTED SOLUTION

iklovski
Active Contributor
0 Kudos

Hi,

Check notes 1178507, 1302885 and 1328721.

Regards,

Eli

View solution in original post

1 REPLY 1

iklovski
Active Contributor
0 Kudos

Hi,

Check notes 1178507, 1302885 and 1328721.

Regards,

Eli