cancel
Showing results for 
Search instead for 
Did you mean: 

Change and Transport Request ODATA service

krk-ro
Explorer
0 Kudos

Hi Team,

Calling "ImportTransport" API as specified in "https://api.sap.com/api/API_TRANSPORT_MANAGEMENT/resource". using the curl command as below but resulted in error

curl --location --request GET 'http://xyz.domain.com:8080/sap/opu/odata/SAP/SCTS_CLOUD_API_ODATA_SRV/ImportTransport?$system=QE1&$id=DE1K900041' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic *************' \
--header 'Cookie: sap-usercontext=sap-client=100; SAP_SESSIONID_DE1_100=XUVvN81d-U6d08DvygkyWIfVMtlQwxHrovMWw9F0DYc%3d'

Error:

{
    "error": {
        "code": "00505692409C1ED98BC626766B3596A5",
        "message": {
            "lang": "en",
            "value": "Invalid system query option specified"
        },
        "innererror": {
            "transactionid": "CA7346E7AFB90030E005FF6C7AC18038",
            "timestamp": "20210107085823.0332650",
            "Error_Resolution": {
                "SAP_Transaction": "For backend administrators: 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",
                "SAP_Note": "See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"
            }
        }
    }
}

Accepted Solutions (0)

Answers (0)