SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

RICL_SET_USER_GROUP SAP ABAP Report - Assign User to a Claim Handler Group







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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ICL_SET_USER_GROUP - Assign Claim Handler Group


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RICL_SET_USER_GROUP. "Basic submit
SUBMIT RICL_SET_USER_GROUP AND RETURN. "Return to original report after report execution complete
SUBMIT RICL_SET_USER_GROUP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RICL_SET_USER_GROUP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RICL_SET_USER_GROUP or its description.