Error Approval List could not be generated



GOAL
Why isn't the approval list being built?The following message is thrown:"Error Approval List could not be generated. Please contact your System Administrator to reviewAME rules setup."Not using AME.

Solution
When not using AME, ensure that the Approval Transaction type for Purchase Requisition documenttype is NULL1. Go to Purchasing responsibility > Setup > Document Types
2. Query the requisition
3. Clear Approval Transaction type 4. Click Apply

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...