cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Workflow error- Error' 9' when calling service ' SO_OBJECT_SEND'

Former Member
0 Kudos

Hi Team,

We are facing problem with SAP SRM Workflow error- Error' 9' when calling service ' SO_OBJECT_SEND' .

Due to this WI is not going to Approver/Requester INBOX and unable to process that WI.

Please advice .

Greatly Appreciated for Help.

Regards

CK

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi,

Not sure what '9' is, the exceptions called by the SO_OBJECT_SEND function are as follows:

EXCEPTIONS

ACTIVE_USER_NOT_EXIST = 35

COMMUNICATION_FAILURE = 71

COMPONENT_NOT_AVAILABLE = 01

FOLDER_NOT_EXIST = 06

FOLDER_NO_AUTHORIZATION = 05

FORWARDER_NOT_EXIST = 08

NOTE_NOT_EXIST = 45

OBJECT_NOT_EXIST = 13

OBJECT_NOT_SENT = 15

OBJECT_NO_AUTHORIZATION = 13

OBJECT_TYPE_NOT_EXIST = 17

OPERATION_NO_AUTHORIZATION = 21

OWNER_NOT_EXIST = 22

PARAMETER_ERROR = 23

SUBSTITUTE_NOT_ACTIVE = 31

SUBSTITUTE_NOT_DEFINED = 32

SYSTEM_FAILURE = 72

TOO_MUCH_RECEIVERS = 73

USER_NOT_EXIST = 46

OTHERS = 1000.

Regards,

Jason