/FTI/BCO_TABJOIN - Table join conditions within a BCO
Table join conditions within a BCO information is stored in SAP table /FTI/BCO_TABJOIN.
It is part of development package /FTI/COMMON in software component SV-CLD-FRM-APP. This development package consists of objects that can be grouped under "Commonlly used objects".
It is part of development package /FTI/COMMON in software component SV-CLD-FRM-APP. This development package consists of objects that can be grouped under "Commonlly used objects".
Fields for table /FTI/BCO_TABJOIN
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
BCO_ID | BCO ID | X | /FTI/DE_BCO_ID | CHAR | 64 | /FTI/BCO |
JOIN_INDEX | Index | X | /FTI/DE_INDEX | NUMC | 10 | |
TABLENAME_LEFT | Table Name | TABNAME | CHAR | 60 | * | |
FIELDNAME_LEFT | Field Name | FIELDNAME | CHAR | 60 | * | |
TABLENAME_RIGHT | Table Name | TABNAME | CHAR | 60 | * | |
FIELDNAME_RIGHT | Field Name | FIELDNAME | CHAR | 60 | * | |
IS_OUTER | Is this join condition for an outer join? | /FTI/DE_IS_OUTER | CHAR | 2 | ||
IS_FOR_COUNT | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 | ||
IS_FOR_INCLUDE | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 2 |