Table/Structure Field list used by SAP ABAP Function Module ISR_GET_USER (Lesen von user-ID zu Vor- und/oder Nachnamen)
SAP ABAP Function Module ISR_GET_USER (Lesen von user-ID zu Vor- und/oder Nachnamen) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  DDSHDESCR - SHLPNAME Name of a Search Help
2 Table/Structure Field  DDSHOUTFLD - FIELDNAME Name of a search help parameter
3 Table/Structure Field  DDSHSELOPT - LOW 'Generic' SELECT-OPTION for Dynamic Selections
4 Table/Structure Field  DDSHSELOPT - OPTION ABAP: Selection option (EQ/BT/CP/...)
5 Table/Structure Field  DDSHSELOPT - SHLPFIELD Name of a search help parameter
6 Table/Structure Field  DDSHSELOPT - SHLPNAME Name of a Search Help
7 Table/Structure Field  DDSHSELOPT - SIGN ABAP: ID: I/E (include/exclude values)
8 Table/Structure Field  DFIES - FIELDNAME Field Name
9 Table/Structure Field  QISRSUSER_NAME - LASTNAME Last name
10 Table/Structure Field  QISRSUSER_NAME - USER_ID ISR: User
11 Table/Structure Field  QISRSUSER_NAME - FULLNAME Full Name of Person
12 Table/Structure Field  QISRSUSER_NAME - FIRSTNAME First name
13 Table/Structure Field  USER_ADDR - BNAME User Name in User Master Record
14 Table/Structure Field  USER_ADDR - MC_NAMEFIR First name in upper case for search help
15 Table/Structure Field  USER_ADDR - MC_NAMEFIR First name in upper case for search help SOURCE VALUE(I_FIRST_NAME) LIKE USER_ADDR-MC_NAMEFIR OPTIONAL
16 Table/Structure Field  USER_ADDR - MC_NAMELAS Last name in upper-case for search help
17 Table/Structure Field  USER_ADDR - MC_NAMELAS Last name in upper-case for search help SOURCE VALUE(I_LAST_NAME) LIKE USER_ADDR-MC_NAMELAS OPTIONAL
18 Table/Structure Field  USER_ADDR - NAME_FIRST First name
19 Table/Structure Field  USER_ADDR - NAME_LAST Last name
20 Table/Structure Field  USER_ADDR - NAME_TEXTC Full Name of Person SOURCE VALUE(I_FULL_NAME) LIKE USER_ADDR-NAME_TEXTC OPTIONAL
21 Table/Structure Field  USER_ADDR - NAME_TEXTC Full Name of Person