RejectReasons
Query this table for reject reasons in SAPFieldglass.
View Specific Information
The add-in will use the SAP Fieldglass API to process WHERE clause conditions built with the following column and operator. The remaining filter criteria is executed client side within the add-in.
- ModuleId supports the '=' operator.
For example, the following query is processed server-side:
SELECT * FROM RejectReasons WHERE ModuleId = '70'
Columns
| Name | Type | Description |
| Id [KEY] | String | The Id of the reject reason. |
| ModuleId | String | The Id of the reject reason's module. |
| ModuleName | String | The name of the reject reason's module. |
| Description | String | The description of this reject reason. |
| RefVersion | Integer | The ref version of this reject reason. |
| ValidObject | Boolean | Indicates whether this approval is a valid object or not. |
| Status | String | The status of this reject reason. |
| Details | String | The details of this reject reason. |