Forum Discussion

psadasivam's avatar
psadasivam
New Contributor III
9 years ago

SAP execute snap failing for integer parameter

Hello,

I am using SAP execute snap to call custom BAPI in SAP. My BAPI function has an request parameter of type integer. When I map the request and validate the pipeline, I am receiving below error. Any help on this is much appreciated.

“reason”: “One or more data errors occurred during document conversion”,
“snap_details”: {
“label”: “ZRFC_BAPI_XXXXX_CONFIG”
},
“error”: [
{
“error”: “Record: ZSS2S_xxxxx_xxxxxT field: INDX type: Integer value: 2”
}
],
“resolution”: “Please enable the error view to see more details”

8 Replies

  • Did you enable the error view and see the details?

    Thanks & Regards,
    Naveen

      • vyasyash's avatar
        vyasyash
        New Contributor III

        Hello Prakash,

        How did you resolve the error referred in the above post ? We’re also facing challenge posting data using SAP BAPI. In our case we’re not able to pass a table structure (out of 2 table structure) to SAP BAPI.

        Best,
        Yashu Vyas

  • vyasyash's avatar
    vyasyash
    New Contributor III

    It’s snapsmrc414 (default). Just to understand your problem again, you guys are also not able to pass the multiple table structures in SAP BAPI, which is a very common use case with SAP integration.

  • hitz's avatar
    hitz
    New Contributor

    Hey ,how did you solved this issue ? we are facing similar issue … could you help sharing details ?