cancel
Showing results for 
Search instead for 
Did you mean: 

dump occuring when saving a PO

Former Member
0 Kudos

HI

im getting a short dump when saving a PO,

' Exception condition "NO_DATA" raised.'

A RAISE statement in the program "CL_PO_ACCOUNTING_HANDLE_MM====CP" raised the

exception

condition "NO_DATA".

Since the exception was not intercepted by a superior

program, processing was terminated.

anybody knows why such dump may arise?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anjali,

You can work with your Abaper to check what the dump says.

Also just check if any BAdi or user-exits have been activated or ant Function Module is added to the standard program. It could be that some field is expecting a value & the field is not being populated.

Alternatively you can run TRACE or run the debugger to find the place where it is throwing the dump

Vivek

Edited by: Vivek on Sep 25, 2008 8:58 PM

Former Member
0 Kudos

its throwing a dump in a class '"CL_PO_ACCOUNTING_HANDLE_MM====CP"

i think its not able to retriev the PO number but when im modifying an existing PO, saving is done successfully

i cant understand this occurence