SAP TABLES

rsdb/obj/max_objects SAP Parameter attribute - Maximum number of objects in export / import buffer








rsdb/obj/max_objects is a SAP Parameter attribute which is used to control Maximum number of objects in export / import buffer 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/obj/max_objects profile paramerter attributes


Parameter Name: rsdb/obj/max_objects
Description: Maximum number of objects in export / import buffer
Default Value: (max(2000,$(rsdb/obj/buffersize) / 4))
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 9223372036854775807
Parameter Unit:
Parameter Group: System
CSN Component: BC-DB-DBI
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

Specifies the maximum number of objects that can be simultaneously held in the export/import buffer. If this limit is exceeded, it is not possible to store any more objects in the buffer. To estimate a suitable value for the parameter, divide the size of the buffer (see parameter rsdb/obj/buffersize) by the expected average size of the individual objects. Round up the value produced by this calculation.

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