SAP Function TB_LIMIT_CHARS_MAIN_LT - Limit Type-Specific DB Access to Limit Characteristics

Parameter Reference Type Length Default Optional Text
IR_CHAR RSDS_FRANGE_T 0 X Generic Range for Any Number of Characteristics and Selections
IR_SLDFIL TRLM_T_R_SLDFIL 0 X Range for Display Filters
IT_ENTRIES_LKEY TRLM_T_TAKEY 0 X Selection Table for I_ACCESS_MODE = '2', '3', and '4'
IT_ENTRIES_LM TRLM_T_LM 0 X Selection Table for I_ACCESS_MODE = '2' and '3'
IT_WHERE RSDS_TWHERE 0 X Not when I_ACCESS_MODE = '2', see coding
I_ACCESS_MODE C C 0 '1' X ==> Long Text
I_INCLUDE_INITIAL_VALUES BOOLE-BOOLE C 1 X 'X': Select Initial Characteristics As Well
I_MAX_FIELD FELD-NAME C 132 X Returns Max ( Field Name in i_max_field in e_max
I_ROWS SYST-TABIX I 4 0 X Option: ... up to x Rows
I_SLA ATLA-SLA C 3 Limit Type

Parameter Reference Type Length Text
E_MAX 0 See I_MAX_FIELD

Parameter Reference Type Length Default Optional Text
CT_VTBLS TRLM_T_LS 0 X Limit Records

Exception Text
EXPRESSION_ERROR Internal Error When Converting WHERE Condition
FNAME_ERROR Incorrect Field Name in I_MAX_FIELD
PARAM_ERROR Invalid Call
TABLE_NOT_EXISTENT Limit Record Table Not Generated

Description
Access mode, that is the mode of the select statement, the where clausein particular.

Value range
'1': Access via specified range tables (IR_CHAR).
'2': Access ... for all entries ... via specified entry tables:IT_ENTRIES_LM in the format TRLM_T_LM (characteristics).
'3': Mode '1' and '2' simultaneously, that is both IR_CHAR andI_ENTRIES_LM are considered.
In each case you can also choose to specify an additional selectionusing the parameter IT_WHERE.