on 2025 May 28 2:11 PM
Hi
I am creating automation in iRPA
I am using BAPI SDK
I want to execute BAPI: "BAPI_BUPA_PFCT_GETFUNCTDETAIL"
I get the following error: "Error: BAPI exception : MESSAGE_TYPE_X\n at a._handleResponse"
I am probably setting "Imports parameters" in wrong way but I have no documentation showing me what exactly should I do.
Do you know what might cause this problem or do you have documentation for this specific BAPI Name?
Thank you in advance
Mateusz
Request clarification before answering.
Hi Mateusz,
I checked that Bapi:
REFRESH:
et_data,
et_return.
IF cl_crm_rfc=>check_rfc_external_direct( ) = abap_true.
* Function not supported
MESSAGE x006(sr).
ENDIF.
This BAPI should be restricted, you can't call it from external system.
It's also mentioned in note: 2670866
Regards,
Jun Chu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.