cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I do not get all of the fields that the API reference

cwilliams7
Newcomer
0 Likes
426
  • SAP Managed Tags

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",
                    "Note": "See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"
                }
            }
        }
    }

 

Accepted Solutions (0)

Answers (0)