cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP dump error after creating Status Profile

bear_boy
Participant
0 Kudos

Hi,

I created a status profile for a specific order type and when I try saving a process order for that, I get a runtime error with the exception condition STATUS_NOT_ALLOWED. Here are the details:

Program SAPLBSVA

Include LBSVAU24

Row 29

Module type (FUNCTION)

Module Name STATUS_CHANGE_EXTERN

What can be the meaning of this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Go to BS02, check the status profile which you have defined. One of the statues which is set in the profile defined is causing a conflict.

So go thru' the profile again & check which status is causing a conflict with the system status. That should give you a clue. If in case you're not able to figure it out, then do post the complete details of the user status profile defined (preferbly upload screenshots) & also provide the status on the order.

Regards,

Vivek

bear_boy
Participant
0 Kudos

I created the status profile, so that a user cannot set TECO to any orders that haven't been given a usage decision yet. So I created to statuses:

001 - No UD, initial status, position 1, priority 1

002 - with UD, position 2, priority 1

I assigned the object type 'Process Order' to the status profile.

Then in 001, I assigned business transaction: Technically Complete - Forbidden, No action

Then in 002, I assigned business transaction: Technically Complete - Allowed, Set

Edited by: Bear on Jul 23, 2010 2:47 AM

Edited by: Bear on Jul 26, 2010 9:13 AM