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

Execute "BAPI_BUPA_PFCT_GETFUNCTDETAIL" in RPA

MateuszWojcik
Associate
Associate
0 Likes
290

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

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

junchu86
Advisor
Advisor
0 Likes

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