SAP Reports / Programs

RSLAW_RESULT_LIST SAP ABAP Report - Program RSLAW_RESULT_LIST







RSLAW_RESULT_LIST 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_RESULT_LIST 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_RESULT_LIST. "Basic submit
SUBMIT RSLAW_RESULT_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RSLAW_RESULT_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSLAW_RESULT_LIST
Text Symbol: 113 = Country Surcharge
Text Symbol: 112 = No. User Master Recs
Text Symbol: 111 = Upgrade
Text Symbol: 110 = Consistent
Text Symbol: 109 = Partly Inconsistent
Text Symbol: 108 = Text
Text Symbol: 107 = Special Version
Text Symbol: 106 = User Number
Text Symbol: 105 = Developer Registration
Text Symbol: 104 = Status
Text Symbol: 103 = User
Text Symbol: 102 = User Type
Text Symbol: 101 = Text
Text Symbol: 004 = Displaying Results
Text Symbol: 003 = Inconsistent
Text Symbol: 002 = Consolidation of Results from Included Systems
Text Symbol: 001 = Result for All Systems of License Administration Workbench


INCLUDES used within this REPORT RSLAW_RESULT_LIST

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'LAW_UNIQUE' TABLES DFIES_TAB = dfies_tab EXCEPTIONS OTHERS = 99 .

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command i_callback_top_of_page = ' ' i_grid_title = g_grid_title i_save = 'A' is_variant = g_variants is_layout = gs_layout it_fieldcat = gt_fieldcat[] tables t_outtab = gt_worklist.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_LED_RED' text = text-003 info = info add_stdinf = ' ' importing result = led_red exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_LED_YELLOW' text = text-109 info = info add_stdinf = ' ' importing result = led_yellow exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_LED_GREEN' text = text-110 info = info add_stdinf = ' ' importing result = led_green exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

LAW_EXPLAIN_USER_TYPE call function 'LAW_EXPLAIN_USER_TYPE' exporting unique_id = gt_worklist-unique_id.



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