RICL_SET_USER_GROUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to assign users to a
If you would like to execute this report or see the full code listing simply enter RICL_SET_USER_GROUP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ICL_SET_USER_GROUP - Assign Claim Handler Group
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_ZIP = D Postal Code
Selection Text: P_USRGRP = D Claim Handler Group
Selection Text: P_TEST = Test Run
Selection Text: P_TEL = D Extension
Selection Text: P_ROOM = D Room Number
Selection Text: P_NAME = D Company Name
Selection Text: P_ML = D Internal Mail
Selection Text: P_LNAME = D Last Name
Selection Text: P_KOSTL = D Cost Center
Selection Text: P_FNAME = D First Name
Selection Text: P_DEP = D Department
Selection Text: P_CITY = D Location
Selection Text: P_BUILD = D Building Code
Selection Text: P_BNAME = D User
Title: Assign User to a Claim Handler Group
Text Symbol: A30 = Options
Text Symbol: A20 = Claim Handler Group
Text Symbol: A10 = User Selection
Text Symbol: 013 = Claim Handler Group
Text Symbol: 012 = Claim Handler Group Change Simulated
Text Symbol: 011 = Claim Handler Group Changed
Text Symbol: 010 = Status
Text Symbol: 009 = Error When Changing Personalization Data
Text Symbol: 008 = Text
Text Symbol: 007 = Message Text
Text Symbol: 006 = User Group
Text Symbol: 005 = User Selection
Text Symbol: 004 = User Change Simulated
Text Symbol: 003 = User Group Changed
Text Symbol: 002 = User Group Could Not Be Changed
Text Symbol: 001 = No Matching User Found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = cs_user-bname IMPORTING logondata = ls_logon TABLES return = lt_return.
PRGN_CHECK_SYSTEM_TYPE CALL FUNCTION 'PRGN_CHECK_SYSTEM_TYPE' EXCEPTIONS sap_system = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'USER_ADDR' i_buffer_active = 'X' CHANGING ct_fieldcat = gt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
ICL_TICL070_GET_SINGLE CALL FUNCTION 'ICL_TICL070_GET_SINGLE' EXPORTING iv_user_group = p_usrgrp IMPORTING ev_user_group_text = lv_text EXCEPTIONS failed = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_grid_title = lv_title is_layout = gs_layo it_fieldcat = gt_fcat i_save = 'A' is_variant = gs_variant it_except_qinfo = lt_qinfo TABLES t_outtab = gt_user EXCEPTIONS program_error = 1 OTHERS = 2.
ENQUEUE_E_USR04 CALL FUNCTION 'ENQUEUE_E_USR04' EXPORTING bname =
-bname EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_USR04 CALL FUNCTION 'DEQUEUE_E_USR04' EXPORTING bname =
-bname.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RICL_SET_USER_GROUP - Assign User to a Claim Handler Group RICL_SET_USER_GROUP - Assign User to a Claim Handler Group RICL_SEARCH_EVENTS_TRANSFERTOP - RICLSEARCHEVENTSTRANSFERTOP RICL_SEARCH_EVENTS_TRANSFER - Program RICL_SEARCH_EVENTS_TRANSFER RICL_SEARCH_EVENTS_TRANSFER - Program RICL_SEARCH_EVENTS_TRANSFER RICL_SCREEN_DYNPRO_DELETE - Program MENTZ_BUSDELDYNP