SAP TABLES

rfc/cp_convert/ignore_error SAP Parameter attribute - default whether rfc character conversion errors are ignored








rfc/cp_convert/ignore_error is a SAP Parameter attribute which is used to control default whether rfc character conversion errors are ignored information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

rfc/cp_convert/ignore_error profile paramerter attributes


Parameter Name: rfc/cp_convert/ignore_error
Description: default whether rfc character conversion errors are ignored
Default Value: 1
Parameter Type ( See IF_PARAMETER_TYPES): Boolean(BOOL)
Restriction Values:
Parameter Unit:
Parameter Group: Abap
CSN Component: BC-MID-RFC
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation


0 => if character conversion errors occur, a rabax is generated
1 => character conversion errors are ignored and unknown charcters are replaced by the charcter value that is specified in profile parameter rfc/cp_convert/conversion_char

See SAP Parameter Documentation for full SAP documentation for this profile parameter.