cancel
Showing results for 
Search instead for 
Did you mean: 

How passing values to /ExportPDFData ?

Channa
Explorer
0 Kudos

Hi, SAP Community
How can passing parameters value to /ExportPDFData ?


SAP Client: it only required SO DocEntry to generate this report.


- API Gateway

LoadCR : /rs/v1/LoadCR?DocCode=RCRI0033

{
    "error": false,
    "resultSet": [
        {
            "parameterType": "StoredProcedureParameter",
            "values": [],
            "defaultValuesDescription": {},
            "length": "8",
            "isOptionalPrompt": "false",
            "description": "",
            "allowNullValue": "false",
            "isShownOnPanel": "false",
            "type": "xsd:decimal",
            "editMask": "",
            "minimumValue": "",
            "initialValues": [],
            "isEditableOnPanel": "false",
            "valueRangeKind": "Discrete",
            "allowMultiValue": "false",
            "name": "DocKey@",
            "defaultValues": [],
            "currentvalues": [],
            "maximumValue": "",
            "allowCustomCurrentValues": "true"
        },
        {
            "parameterType": "StoredProcedureParameter",
            "values": [],
            "defaultValuesDescription": {},
            "length": "131070",
            "isOptionalPrompt": "false",
            "description": "",
            "allowNullValue": "false",
            "isShownOnPanel": "false",
            "type": "xsd:string",
            "editMask": "",
            "minimumValue": "",
            "initialValues": [
                ""
            ],
            "isEditableOnPanel": "false",
            "valueRangeKind": "Discrete",
            "allowMultiValue": "false",
            "name": "Schema@",
            "defaultValues": [],
            "currentvalues": [],
            "maximumValue": "",
            "allowCustomCurrentValues": "true"
        }
    ]
}


case 1:

[
    {
        "values": [1],
        "type": "xsd:decimal",
        "name": "DocKey@"
    }
]


case 2 :
[
    {
        "values": [[1]],
        "type": "xsd:decimal",
        "name": "DocKey@"
    }
]<strong></strong>

even if i try many case: Error code name:MissingParameterValues


but it still get error :

LoadCR : screenshot-2023-11-23-094120.png
ExportPDFData : image.png

Thank you.

Accepted Solutions (0)

Answers (0)