When I call the A_COST_CENTER_2 general get, I do not get all of the fields that the API reference says that I should be getting. Specifically, I need to get the CostCenterLastChangedOnDate field, and the API is not returning it. Is there a setting that needs to be changed for this field to show? I have tried selecting using that field and filtering and I just get this error:
"error": {
"code": "/IWCOR/CX_OD_SELECT_ERROR/00505692409C1ED5A0F4681CA94457B5",
"message": "Property 'CostCenterLastChangedOnDate' not found",
"@SAP__common.ExceptionCategory": "Client_Error",
"details": [
{
"code": "/IWCOR/CX_OD_URI_SYNTAX_ERROR/005056A509B11EE1B9A8FEC11C21F78E",
"message": "Text hidden for information disclosure. See the SAP Gateway Error Log for the actual exception text",
"@SAP__common.Severity": "error",
"@SAP__common.numericSeverity": 4
}
],
"innererror": {
"ErrorDetails": {
"@SAP__common.Application": {
"ComponentId": "CA-GTF-FXU-FI-CO",
"ServiceRepository": "SRVD_A2X",
"ServiceId": "API_COST_CENTER",
"ServiceVersion": "0001"
},
"@SAP__common.TransactionId": "C39495BD045E0000E0067C7408DBAFF4",
"@SAP__common.Timestamp": "20250304223302.815568",
"@SAP__common.ErrorResolution": {
"Analysis": "Use ADT feed reader \"SAP Gateway Error Log\" or run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details",
}
}
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.