SAP TABLES

rsdb/MB_CUR_MAX SAP Parameter attribute - Maximum bytes per character of the DBMS characterset








rsdb/MB_CUR_MAX is a SAP Parameter attribute which is used to control Maximum bytes per character of the DBMS characterset 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 .

rsdb/MB_CUR_MAX profile paramerter attributes


Parameter Name: rsdb/MB_CUR_MAX
Description: Maximum bytes per character of the DBMS characterset
Default Value: 1
Parameter Type ( See IF_PARAMETER_TYPES): Integer(INT)
Restriction Values:
Parameter Unit: Byte
Parameter Group: Database
CSN Component: BC-DB-DBI
System-Wide parameter: Yes
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation


Explicitly specifies the MB_CUR_MAX (maximum bytes per character) of the DBMS when overridden with value 2. Unless in exceptional cases where the DB-interface fails to recognize the DBMS characterset as being multi-byte, the parameter should remain at its default value, in which case the DB-interface attempts to detect the correct value for MB_CUR_MAX of the DBMS characterset. Value 1 yields to automatic detection of the correct value, whereas value 2 forces the DB-interface to recognize the DBMS characterset as being multi-byte. This parameter affects handling of underscores ('_', 0x5F) in WHERE clauses.

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