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: 

ABAP Programming Error GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hello Experts ,

Many of my  users are facing a dump in ML81 transaction  .Van you please help me what is the issue .we recently migrated to ecc 6.0

Category           ABAP Programming Error
Runtime Errors     GETWA_NOT_ASSIGNED
ABAP Program       SAPLMLSR

Application Component  MM-SRV

Date and Time     

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLMLSR" had to be terminated becau
come across a statement that unfortunately cannot be executed.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"GETWA_NOT_ASSIGNED" " "

"SAPLMLSR" or "LMLSRF3B"

"ENTRY_SHEET"

Error Analysuis :

You attempted to access an unassigned field symbol

(data segment "-1").

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.

* Pruefen Berechtigungen

PERFORM AUTHORITY.

* Authorisation check on objects M_BEST_*.

   IF AENDANZ NE 'X' OR SY-SUBRC NE '0'.

     IF T_ESLL-CATSCOUNTE NE SPACE AND T_ESLL-BELNR NE SPACE.

       MESSAGE E018.

     ENDIF.

   ENDIF.


10 REPLIES 10

ThomasZloch
Active Contributor
0 Kudos

Did you follow this suggestion already?

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"GETWA_NOT_ASSIGNED" " "

"SAPLMLSR" or "LMLSRF3B"

"ENTRY_SHEET"

What did your research bring up?

Thomas

0 Kudos

Hello Thomas,

i have not applied this solution .this is written in dump .

if you are aware of this issue ,then tell me the solution for this issue .

Earlier we were in  ECC 4.7 and now upgraded to ECC 6.0

is it becasue of upgradation.

if you think any note need to be applied then tell me the notwe number .

thanks for replying and looking into it .

0 Kudos

Why can't you look for SAP notes yourself?

Thomas

0 Kudos

because the needful must be done 😆

former_member194152
Contributor
0 Kudos

What is the complete source code extract segment of dump? have any enhancement done in service entry sheet?

0 Kudos

Earlier it was  :

ersions: Report Source Code LMLSRF3B

ersion Cat Fla SAP Rel. Arch Request    Project    Date       Time     Auth

ersion(s) in the development database:

activ          X  620                             25.01.1999 14:31:12 SAP

Now it is  :

Version(s) in the development database:

Version(s) in the development database:

  activ          X  702                             21.03.2012 14:16:28 SAP

  activ          X  702                             21.03.2012 14:16:28 SAP

former_member196213
Active Participant
0 Kudos

Hi,

     Can you please share active event stack. About a year back we had faced the same issue but that was in HR. I dont remember that we had applied any sap note. If you could share event stack and system field values. I dont think its coz of upgrade, but possible lets see.

Thanks

Vishal 

Former Member
0 Kudos

You should note that here is no unassigned field symbols in what you have posted, so you need to go back and look at that dump detail, including reading all of it and finding the row that is failing.  I don';t see an SAP Note for this at the moment, so it is probably something in your system....  Look at where that dump occurs in your abend listing....and see what the values are that caused that to occur.  Chances are you'll see what is wrong or how the program was used that caused that dump.

0 Kudos

Hi Vijay,

Did you ever find a solution to this issue you were having?

Former Member
0 Kudos

Hi,

Check autorisation for object  M_BEST_BSA