SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | License Measurement(BC-SRV-LIM) SAP BC

RSLAW_USER_GROUPING SAP ABAP Report - Combine Users Manually







RSLAW_USER_GROUPING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSLAW_USER_GROUPING into the relevant SAP transactions such as SE38 or SE80


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 RSLAW_USER_GROUPING. "Basic submit
SUBMIT RSLAW_USER_GROUPING AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_USER_GROUPING 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: S_TELNR = Telephone Number
Selection Text: S_SYSNO = System Number
Selection Text: S_SYSID = System ID
Selection Text: S_INSTNO = Installation Number
Selection Text: S_HWKEY = Hardware Key
Selection Text: S_EMAIL = E-Mail Address
Selection Text: S_BNAME = User Name
Selection Text: S_ADRESS = Last Name, First Name
Selection Text: S_ACCNT = Accounting Number
Selection Text: P_GROUP = Automatically Assign By
Title: Combine Users Manually
Text Symbol: F03 = New Users
Text Symbol: F02 = Select a Specific System?
Text Symbol: F01 = Restrict Data Range
Text Symbol: 028 = Telephone Nos
Text Symbol: 027 = E-Mail Addresses
Text Symbol: 026 = Settlement Number
Text Symbol: 025 = Last Names and First Names
Text Symbol: 024 = Logon Name
Text Symbol: 023 = Number of Users
Text Symbol: 022 = Group Name
Text Symbol: 021 = Logged On
Text Symbol: 020 = Created
Text Symbol: 019 = Account No.
Text Symbol: 018 = Overhead
Text Symbol: 017 = User Type
Text Symbol: 016 = Client
Text Symbol: 015 = HW Key
Text Symbol: 014 = Sys
Text Symbol: 013 = Inst No.
Text Symbol: 012 = Last Name
Text Symbol: 011 = First Name
Text Symbol: 010 = User Name
Text Symbol: 009 = Completely Reset the Grouping?
Text Symbol: 008 = Do You Want to
Text Symbol: 007 = Expand User Group
Text Symbol: 006 = Data has been saved
Text Symbol: 005 = Saving Data





Text Symbol: 004 = Preparing Data
Text Symbol: 003 = Do You Want to Save the Data Before Leaving the Overview?
Text Symbol: 002 = End User Grouping
Text Symbol: 001 = Data has been changed
001 | User Name First Name Last Name InstNo SysID HwKey Clnt User Type Special Vers. Account ID Creat.Date Logon Date |


INCLUDES used within this REPORT RSLAW_USER_GROUPING

INCLUDE RSLAWTOP01.
INCLUDE RSLAWCONST.
INCLUDE RSLAW_INIT_KEYREFS .
INCLUDE RSUVMIN3.


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:

LAW_F4_FOR_INSTNO call function 'LAW_F4_FOR_INSTNO' importing selected_value_instno = selected_value_instno selected_value_sysid = selected_value_sysid selected_value_hwkey = selected_value_hwkey selected_value_sysno = selected_value_sysno exceptions nothing_selected = 1 others = 2.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = userdata.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-001 textline2 = text-003 titel = text-002 cancel_display = ' ' importing answer = answer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-008 textline2 = text-009 titel = text-007 cancel_display = ' ' importing answer = answer.

BAPI_USER_DISPLAY call function 'BAPI_USER_DISPLAY' exporting username = user importing return = s_bapiret2.

LAW_SET_USER_TIME call function 'LAW_SET_USER_TIME'.

LAW_GET_GROUPING_PARAMETERS call function 'LAW_GET_GROUPING_PARAMETERS' importing last_mode = grouping_parameters-last_mode last_auto_sort_by = grouping_parameters-last_auto_sort_by last_max_id = grouping_parameters-max_id last_tool = grouping_parameters-last_tool exceptions others = 99 .

LAW_GET_SORT_FIELDS call function 'LAW_GET_SORT_FIELDS' exporting auto_sort_by = grouping_mode tables sort_fields = sort_fields .

LAW_SET_GROUPING_PARAMETERS call function 'LAW_SET_GROUPING_PARAMETERS' exporting last_mode = grouping_manual last_auto_sort_by = grouping_parameters-last_auto_sort_by last_max_id = grouping_parameters-max_id last_tool = grouping_with_old_list exceptions others = 99 .



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 RSLAW_USER_GROUPING or its description.