Explanation: | Valid return values are not specified in the function return parameter when parsing the property value string. |
User Response: | Enter valid return values in the function return parameter. |
Explanation: | The ABAP datatype in the status or text field for the return structure is not specified as char in the source definition. |
User Response: | Specify the ABAP datatype as char in the status or text field for the return structure in the source definition. |
Explanation: | An invalid value has been provided for the function table parameter. This error occurs if the input data to the function table parameter field is not convertible to the data type of the corresponding field in the mapping. |
User Response: | Enter a valid value for the function table parameter. |
Explanation: | An invalid value has been provided for the scalar output parameter. This error occurs if the input data to the scalar output parameter field is not convertible to the data type of the corresponding field in the mapping. |
User Response: | Enter a valid value for the scalar output parameter. |
Explanation: | The RFC call to the SAP system from the SAP application server failed with an exception. |
User Response: | Enter valid input data for the SAP system. Verify that the SAP application server is running. |
Explanation: | The specified function name and sequence ID for the incoming row to the Custom transformation is not in sync. Data may be incorrect or corrupt. |
User Response: | Prepared data might be modified or incorrectly prepared in the prepared data pipeline. Check the specified row data. |
Explanation: | There is only one function in the mapping and the value of sequence ID is not 1, or you have more than one function in the mapping and the order of SequenceID is not in sequential order. For example, the first row comes into the RFCMSFunctionCall Custom transformation with SeqID = 1, the second row comes into the RFCMSFunctionCall Custom transformation with SeqID = 3. |
User Response: | The RFCFunctionCall Custom transformation expects the SequenceID to increase by increment of 1 from the previous SequenceID. Check the data in the PreparedData targets. |
Explanation: | The function call to SAP with the specified TransactionID and IntegrationID has failed. |
User Response: | See the error messages in the session log for more information. |
Explanation: | The commit function call to SAP has failed. |
User Response: | See the error messages in the session log for more information. |
Explanation: | The Integration Service failed to create new SAP internal table. |
User Response: | Check if the node where the Integration Service process runs is out of memory. |
Explanation: | The source file may be invalid. |
User Response: | Examine the session log and the source file and eliminate errors. |