SAP Note 1414429 - ABAP runtime error PARAMETER_CONVERSION_ERROR

Component : RFC -

Solution : https://service.sap.com/sap/support/notes/1414429 (SAP Service marketplace login required)

Summary :
When invoking function modules containing complex IMPORT, EXPORT, or CHANGING parameters in SAP, the ABAP runtime error PARAMETER_CONVERSION_ERROR may occur due to XML data conversions. Issues arise primarily when there's an abnormal termination of the RFC server session or mismatches between actual parameters and those expected by the function module. This can be diagnosed by reviewing the system logs via SM21 or following guidance in SAP Note 532918 to resolve discrepancies and prevent the CALL_FUNCTION_SEND_ERROR.

Key words :
rfc client                              rfc server            call function 'test'                    function test, export parameters orchanging parameters triggers, terms remote function call, symptom calling function modules, abap runtime error parameter_conversion_error, abap runtime error call_function_send_error, function module call, rfc function modules, rfc function module, rfc server session

Related Notes :

1473620Dump PARAMETER_CONVERSION_ERROR in STAD and STATTRACE
1421182Reasons for CALL_FUNCTION_SEND_ERROR
631154Analyzing the "Execute rollback" message in syslog
532918RFC trace generation scenarios