cancel
Showing results for 
Search instead for 
Did you mean: 

Movement type 231 Consumption for sales order from warehouse

Former Member
0 Kudos

Hi all,

Just I am doing use of Consumption for sales order from warehouse from transaction MB1A, all seem work ok, I add all data that are need for get the consumption and I save all... I recieve the message that docuement XXXXX posted, just when I change the screen I recieve this message: Express document "Update was terminated" received from author "XXXXX", I am receiving in my SAP inbox this:

Update was terminated

-


Created Julio Edgar Werekeitzen Sierra on 11.04.2006 20:08:56

Update was terminated

System ID.... BT5

Client...... 400

User..... JWEREKEITZEN

Transaction.. MB1A

Update key... 44377137457500DBE1000000099A652E

Generated.... 11.04.2006, 20:08:56

Completed.... 11.04.2006, 20:08:56

any idea wich could be the problem here?

Thank in advance for you help,

Julio Werekeitzen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

go to ST22 & you can further analyze this termination there. that should give a clue as to what the problem is

Former Member
0 Kudos

Hi Nitin,

I ran trx ST22 and I found this error:

ABAP runtime errors GETWA_NOT_ASSIGNED

Field symbol has not yet been assigned.

What happened?

The current ABAP/4 program "SAPLV45V " had to be terminated because one of the statements could not be executed

Error analysis

You attempted to access an unassigned field symbol

(data segment 287)

You attempted to access an unassigned field symbol (data segment287).

if you address a typed field symbol before it has been set with ASSIGN or

if you address a field symbol that has been reset with UNASSIGN or pointed to a local field that no longer exists, or

if you address a field symbol that pointed to a line of an internal table that has now been deleted, or

if you address a global function interface partameter, even though the relevant function module is not active i.e. it is not in the list of active calls. You can get the list of active calls from the this short dump.

I think I would send a note to SAP as SAPLV45V program is a SAP native..

Thanks so much for you answered me.. I appreciate it...

Julio Werekeitzen