SAP TABLES

dbs/db4/dbsl_tablehint0 SAP Parameter attribute - First conditional statement hint








dbs/db4/dbsl_tablehint0 is a SAP Parameter attribute which is used to control First conditional statement hint 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 .

dbs/db4/dbsl_tablehint0 profile paramerter attributes


Parameter Name: dbs/db4/dbsl_tablehint0
Description: First conditional statement hint
Default Value:
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: Database
CSN Component: BC-DB-DB4
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

The parameter can be used to specify conditions under which an SQL statement hint shall be applied implicitly, without having to determine and modify the relevant ABAP statements. Conditions can, be a table name, the number of parameter markers in a statement, settings of certain other profile parameter values, et. al. Conditional Statement Hints have the following format: ? Example: Distribute all statements for table ZTAB with no ABAP statement ID that have more than 12 parameter markers across 5 SQL packages. dbs/db4/dbsl_tablehint0 = Table = 'ZTAB' & NoSTMTID = true & nMarkers >= 12 ? PackageDispersion = 5 For documentation of the complete syntax and more usage examples, see SAP Note 1109771.

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