cancel
Showing results for 
Search instead for 
Did you mean: 

VKM1 RAISE_EXCEPTION ORDER_NOT_FOUND

Former Member
0 Kudos

Error analysis

A RAISE statement in the program "SAPLCOBT" raised the exception

condition "ORDER_NOT_FOUND".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

Hi Experts,

im having trouble with releasing mutiple and sometimes single blocked sales orders.

give me a short dump RAISE_EXCEPTION.

please help,

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Experts,

im having trouble with releasing mutiple and sometimes single blocked sales orders.

give me a short dump RAISE_EXCEPTION.

i cant seem to find this problem in any of the other threads.

please help,

thanks in advance.

Error analysis

A RAISE statement in the program "SAPLCOBT" raised the exception

condition "ORDER_NOT_FOUND".

Since the exception was not intercepted by a superior program

in the hierarchy, processing was terminated.

-


"RAISE_EXCEPTION" C

"SAPLCOBT" or "LCOBTU16"

"CO_BT_ORDER_DET_TEMP"

-


or

"SAPLCOBT" "ORDER_NOT_FOUND"

or

"RVKRED01 " "ORDER_NOT_FOUND"

If you cannot solve the problem yourself and you wish to send

an error message to SAP, include the following documents:

Lakshmipathi
Active Contributor
0 Kudos

Not sure but you can check notes 971053 or 197542. If this not helps you, please let me know the error message number.

thanks

G. Lakshmipathi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go to ST22 to analyze your Short Dump.

Run it for the date you experience the dump.

Ask a ABAP'r to help you on understanding that.

Best regards,

Anupa

Former Member
0 Kudos

We have debuged it,

and its looking for an order in an internal table, but the internal table contains 3 records like 00000001%

but its looking an order starting with 1407...

somewhere in the this transaction it appends the records into the internal table but we dont understand why its not appending the order number into this internal table.

we hoping to find some people who have had the same problem.

thanks