cancel
Showing results for 
Search instead for 
Did you mean: 

Error Administration item could not be found Message class - CRM_ORDERADM_I

0 Kudos

Hi All

We have created a Action profile to change partner functions from contract to sales order in CRM, whenever the action profile is executed in a dialog , iam seeing the following error in sales order and the partner functions remain unchanged.

Error is "Adminstration item could not be found " Subobject Partner Quantity ,Message class - CRM_ORDERADM_I" . Appreciate help in resolving this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

rene_markytan
Employee
Employee
0 Kudos

Hi,

the error crm_orderadm_i004 is caused when a guid is changed or determined by custom code and could not be processed later. You might want to set a breakpoint at FM

CRM_ORDERADM_I_READ_OB

and check if a valid guid is used, mostly this call comes from a custom event call, like Z...*_EC

You have to make sure that the guid is valid at this point of time.

I hope this hint is helpful.

Br

Rene