Hi
I am doing Three Level CR ( Requestor>Supply Steward>Finance Steward) which is working fine.(With Single User ID in decesion table)
I want to make display only entity for Accounting Data in step 90-Supply Steward which is also working fine.
But in step 93-Finance Steward I am u]nable to make only entity for Accounting Data editable and all other non editable.
It gives below error
Changes are not allowed because:
- Missing entity type authority(Confirmed that no missing entity type)
- Entity Type not in change request entity scope ( Confirmed that It is in change request scope)
- Entity not governed (Confirmed that It is govered)
- Entity already locked by another change request (Confirmed that it is not locked by anthor change request)
- Entity property set to read only (BAdI implementation) (Context BADI is properly implemented per Material Type and it is working fine)
- User not assigned to the current workflow step (Is there any special authorization for Accounting Data entity Types)
- User not authorized for the change request type (Confirmed that user have authorization for the change request type)
I thing may be due to point no 6 it is not allowing any changes.
But then why allowing changes to Supply Steward (Non accounting data) and not for Finance Steward (Accounting Data)?
Is I am missing something?