We are working on SAP integration with Appian through RFC. We are using bind() f

We are working on SAP integration with Appian through RFC. We are using bind() function where we are getting null output. Can someone please help us through the approach of using bind() using the following SAP write function.
= a!sapInvokeWriter(
scsExternalSystemKey: "sapintegrationuser",
usePerUserCredentials: false,
hostname: cons!hostName,
clientnumber: "100",
systemNumber: "00",
bapi: "ZBAPI_OEPRATING_ACCOUNT",
importParameters: {
ACCOUNTDEFNITION: "Holder",
ACCOUNTID: 100,
ACCOUNTNAME: "Appian",
ACCOUNTTYPEID: "A",
ACTIVE: "Y",
ICACCOUNT: 2001,
LINKEDACCOUNT: "Yes",
LINKEDACCOUNTOPID: 1001,
RQST_ID: 500,
TEMPID: 110,
TYPEACCOUNTID: "A"
},
tableParameters: ""
)

...

OriginalPostID-116825

OriginalPostID-116825

  Discussion posts and replies are publicly visible

Parents
  • Hi, we tried as it is, but got the below error.

    Expression evaluation error at function a!taskui_taskRejectionReassignment: An error occurred while executing a save: Expression evaluation error : There was an error evaluating the “set” parameter of the “bind” function for variable local!sapCreateWriter. Details: Expression evaluation error in rule 'sap_writer': Rule 'sap_writer' has 0 parameters, but instead passed 1 parameters.
Reply
  • Hi, we tried as it is, but got the below error.

    Expression evaluation error at function a!taskui_taskRejectionReassignment: An error occurred while executing a save: Expression evaluation error : There was an error evaluating the “set” parameter of the “bind” function for variable local!sapCreateWriter. Details: Expression evaluation error in rule 'sap_writer': Rule 'sap_writer' has 0 parameters, but instead passed 1 parameters.
Children
No Data