BIDT_T_ALL - table for testing bidi flags
table for testing bidi flags information is stored in SAP table BIDT_T_ALL.
It is part of development package SI18N in software component BC-I18. This development package consists of objects that can be grouped under "I18N Functions".
It is part of development package SI18N in software component BC-I18. This development package consists of objects that can be grouped under "I18N Functions".
Fields for table BIDT_T_ALL
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
BIDT_A_CH_N | Char type without bidi flags | X | BIDT_A_CH_N | CHAR | 20 | |
BIDT_A_CH_LTR | Character type with LTR flag | BIDT_A_CH_LTR | CHAR | 20 | ||
BIDT_A_CH_BIDI | character with BIDI flag | BIDT_A_CH_BIDI | CHAR | 20 | ||
BIDT_A_CH_BOTH | char type with both flags on | BIDT_A_CH_BOTH | CHAR | 20 | ||
BIDT_A_INT_N | integer without bidi flags | BIDT_A_INT_N | INT4 | 4 | ||
BIDT_A_INT_LTR | integer with LTR flag | BIDT_A_INT_LTR | INT4 | 4 | ||
BIDT_A_STR_N | string without bidi flags | BIDT_A_STR_N | STRG | 8 | ||
BIDT_A_STR_LTR | string with LTR flag | BIDT_A_STR_LTR | STRG | 8 | ||
BIDT_A_STR_BIDI | string with BIDI flag | BIDT_A_STR_BIDI | STRG | 8 | ||
BIDT_A_DEC_N | normal counter for bidi testing | BIDT_A_DEC_N | DEC | 7 | ||
BIDT_A_DEC_LTR | counter type with ltr flag | BIDT_A_DEC_LTR | DEC | 7 | ||
DESCRIPTION | description of test case | CHAR | 150 |