Application Development 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: 

Job canceled , runtime error GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hello ,

When executed report in background job is canceled ( sm37)in one system ( unicode ) . In another system (non unicode ) same job is executed and finished without problems .

In sm37 Runtime error (GETWA_NOT_ASSIGNED) points to standard sap program SAPLKKBL include SAPLKKB.

As this is standard program I am wondering what would be solution ?

Please advice.

Krsto

Error analysis

You attempted to access an unassigned field symbol

(data segment 95).

This error may occur if

- You address a typed field symbol before it has been set

ASSIGN

- You address a field symbol that pointed to the line of a

internal table that was deleted

- You address a field symbol that was previously reset usi

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 call

can be taken from this short dump.

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Krsto,

Do you have any ALV associated with your program ?? SAPLKKBL is associated with ALV programs.

I think you need to perform a consistency check on your ALV.

BR,

Suhas

2 REPLIES 2

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Krsto,

Do you have any ALV associated with your program ?? SAPLKKBL is associated with ALV programs.

I think you need to perform a consistency check on your ALV.

BR,

Suhas

Former Member
0 Kudos

that's because you are using a null field simbol in some ooeration in runtime...

try to debug the job to find the problem

regards, Sebastiá