Table/Structure Field list used by SAP ABAP Function Module CY_GET_SELECTION_TYPE (Returns selection category of a field for a certain access path)
SAP ABAP Function Module
CY_GET_SELECTION_TYPE (Returns selection category of a field for a certain access path) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | SYST - MANDT | ABAP System Field: Client ID of Current User | ||
| 2 | TCY05 - FELD | Field name (for set) | ||
| 3 | TCY05 - FELD | Field name (for set) | SOURCE VALUE(FELDNAM) LIKE TCY05-FELD |
|
| 4 | TCY05 - MANDT | Client | ||
| 5 | TCY05 - PFAD_1 | Field is primary or sec. sel. field within this sel. path? | ||
| 6 | TCY05 - PFAD_1 | Field is primary or sec. sel. field within this sel. path? | SOURCE VALUE(SELECTION_TYPE) LIKE TCY05-PFAD_1 |
|
| 7 | TCY05 - PFAD_2 | Field is primary or sec. sel. field within this sel. path? | ||
| 8 | TCY05 - PFAD_3 | Field is primary or sec. sel. field within this sel. path? | ||
| 9 | TCY05 - TABELLE | Name of physical table | ||
| 10 | TCY05 - TABELLE | Name of physical table | SOURCE VALUE(TABNAM) LIKE TCY05-TABELLE |
|