This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://excalidraw.com/#room=b56a59d1bb3f540018ba,6iTsUFSUO3SGWLdn_OsbHg | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | REPORT ZY_WB_ALK3_BAPI_U. | |
| DATA: l_username LIKE bapibname-bapibname, | |
| l_addr LIKE bapiaddr3. | |
| DATA: l_it_return TYPE TABLE OF bapiret2. | |
| l_username = sy-uname. | |
| CALL FUNCTION 'BAPI_USER_GET_DETAIL' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | REPORT ZY_WB_H1. | |
| TYPES: BEGIN OF str_employee, | |
| id TYPE i, | |
| name(10) TYPE c, | |
| END OF str_employee. | |
| TYPES mytab TYPE STANDARD TABLE OF str_employee WITH DEFAULT KEY. | |
| DATA empl TYPE str_employee. |