1. ServiceNow Product Documentation
"Reporting on service catalog variables": This document explicitly states
"You can report on service catalog variables that are associated with a requested item." It guides users to select the Requested Item [screqitem] table as the data source when building such reports. (ServiceNow Product Documentation
ITSM
Service Catalog
Doc ID: KB0718148
Section: "Procedure").
2. ServiceNow Product Documentation
"Service Catalog data model": The official data model illustrates that the Requested Item [screqitem] table is the central record linking a Request (screquest) to a specific Catalog Item (sccatitem) and its associated Variables. This confirms it as the correct table for transactional reporting on ordered items and their options. (ServiceNow Product Documentation
ITSM
Service Catalog
Section: "Service Catalog data model").
3. ServiceNow Developer Documentation
"screqitem table": The API documentation for the screqitem table describes its purpose as managing "individual items in a request
" which includes the variables chosen for that specific item instance. (ServiceNow Developer Documentation
API Reference
Tables
screqitem).