SAP Reports / Programs

RWSORT55 SAP ABAP Report - Adjusting the Names of Profile Modules







RWSORT55 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 RWSORT55 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 RWSORT55. "Basic submit
SUBMIT RWSORT55 AND RETURN. "Return to original report after report execution complete
SUBMIT RWSORT55 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: ASORT = D Assortment
Selection Text: MATKL = D Material Group
Selection Text: PRINTALL = D Send Result
Selection Text: TEST_ON = D Test Mode
Title: Adjusting the Names of Profile Modules
Text Symbol: 001 = Restrictions
Text Symbol: 002 = Processing Type


INCLUDES used within this REPORT RWSORT55

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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT I_SAVE = G_SAVE I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IMPORTING E_EXIT = G_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.

REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = g_tabname_header i_structure_name = 'WSOT' CHANGING ct_fieldcat = p_fieldcat[].

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_events.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' I_BUFFER_ACTIVE = 'X' i_callback_program = g_repid * i_callback_pf_status_set = g_status * i_callback_user_command = g_user_command * I_STRUCTURE_NAME = is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = pt_wsot exceptions program_error = 1 others = 2.

WSOT_VTEXT_UPDATE CALL FUNCTION 'WSOT_VTEXT_UPDATE' EXPORTING MATKL = h_t023-matkl TEST_MODE = test_on TABLES WSOT_OUTPUT = wsot_table EXCEPTIONS NO_INPUT_DATA = 1 WRONG_INPUT_DATA = 2 NO_MATKL_FOUND = 3 NO_ASORT_FOUND = 4 OTHERS = 5.

WSOT_VTEXT_UPDATE CALL FUNCTION 'WSOT_VTEXT_UPDATE' EXPORTING ASORT = h_wrs1-asort TEST_MODE = test_on TABLES WSOT_OUTPUT = wsot_table EXCEPTIONS NO_INPUT_DATA = 1 WRONG_INPUT_DATA = 2 NO_MATKL_FOUND = 3 NO_ASORT_FOUND = 4 OTHERS = 5.



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