Table/Structure Field list used by SAP ABAP Function Module CY_GET_SUBPROFILE_IDS (Reads the IDs of the simple profiles to a profile ID from TCY06)
SAP ABAP Function Module
CY_GET_SUBPROFILE_IDS (Reads the IDs of the simple profiles to a profile ID from TCY06) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | TCY06 - DARPROF_ID | ID of a user-spec. profile in the table for option profiles | ||
| 2 | TCY06 - DARPROF_ID | ID of a user-spec. profile in the table for option profiles | SOURCE VALUE(DARPROF_ID) LIKE TCY06-DARPROF_ID |
|
| 3 | TCY06 - GRAPROF_ID | ID of a user-spec. profile in the tab. for graphics profiles | ||
| 4 | TCY06 - GRAPROF_ID | ID of a user-spec. profile in the tab. for graphics profiles | SOURCE VALUE(GRAPROF_ID) LIKE TCY06-GRAPROF_ID |
|
| 5 | TCY06 - LISPROF_ID | List profile | ||
| 6 | TCY06 - LISPROF_ID | List profile | SOURCE VALUE(LISPROF_ID) LIKE TCY06-LISPROF_ID |
|
| 7 | TCY06 - PROFIL_ID | ID of a user-spec. profile in the table for overall profiles | ||
| 8 | TCY06 - PROFIL_ID | ID of a user-spec. profile in the table for overall profiles | SOURCE VALUE(PROFIL_ID) LIKE TCY06-PROFIL_ID |
|
| 9 | TCY06 - SETPROF_ID | ID of a user-spec. profile in the tab. for selectn. profiles | ||
| 10 | TCY06 - SETPROF_ID | ID of a user-spec. profile in the tab. for selectn. profiles | SOURCE VALUE(SETPROF_ID) LIKE TCY06-SETPROF_ID |
|