Class Method list used by SAP ABAP Class CL_RET_PERSON_SEARCH (Find Persons)
SAP ABAP Class CL_RET_PERSON_SEARCH (Find Persons) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_RET_PERSON_SEARCH - GET_SEARCH_INDEX Find Persons SOURCE CALL METHOD get_search_index
2 Class Method  CL_RET_PERSON_SEARCH - GET_SEARCH_INDEX Find Persons SOURCE IMPORTING e_search_index = l_search_index.
3 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE CALL METHOD me->get_user_details
4 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE EXPORTING
5 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE i_id = l_id
6 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE IMPORTING
7 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE e_name = l_name
8 Class Method  CL_RET_PERSON_SEARCH - GET_USER_DETAILS Find Persons SOURCE e_phone = l_phone.