SAP Reports / Programs

SLSPAWR7 SAP ABAP Report - PAW - Participant Results







SLSPAWR7 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is for displaying the Participants Results Overview...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 SLSPAWR7 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

SL70 - PAW - Person Results Overview


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 SLSPAWR7. "Basic submit
SUBMIT SLSPAWR7 AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWR7 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: SO_PID = Participant ID(s)
Title: PAW - Participant Results
Text Symbol: 138 = Unspecified Item Results selection error !
Text Symbol: 139 = Selecting item results !
Text Symbol: 140 = Test structure select failed !
Text Symbol: 141 = Unspecified test structure selection error !
Text Symbol: 145 = Item details selection failed !
Text Symbol: 146 = Unspecified Item details selection error !
Text Symbol: 150 = Participant selection error
Text Symbol: 151 = Participant search was not successful.
Text Symbol: 161 = Information
Text Symbol: 162 = No data found for specified person IDs !
Text Symbol: 163 = Please check selection criterias or
Text Symbol: 164 = verify your data access authorizations.
Text Symbol: 171 = Internal PU Error !
Text Symbol: 172 = Internal Subtest Error !
Text Symbol: 173 = Internal error reading authorizations
Text Symbol: 200 = Refresh
Text Symbol: 201 = Participant selection
Text Symbol: 216 =
Text Symbol: 401 = Selecting data...
Text Symbol: 402 = Preparing output...
Text Symbol: 403 = Error reading qualifcations.
Text Symbol: 404 = Data selection completed successfully !
Text Symbol: 001 = Title
Text Symbol: 101 = Participant
Text Symbol: 102 = Participant test results
Text Symbol: 110 = Automation queue error
Text Symbol: 111 = Internal error
Text Symbol: 112 = Method in automation queue
Text Symbol: 113 = caused an error.
Text Symbol: 121 = No data found.
Text Symbol: 122 = No results found for specified participant.
Text Symbol: 123 = Error during data selection.
Text Symbol: 124 = An error occurred during data selection.
Text Symbol: 125 = Participant data could not be selected.
Text Symbol: 126 = Participant result data was not found.
Text Symbol: 127 = Test type details were not selected.





Text Symbol: 128 = Event details could not be selected.
Text Symbol: 129 = Internal error processing event details
Text Symbol: 130 = Internal error processing test types
Text Symbol: 131 = Qualification details for test types could not be selected.
Text Symbol: 132 = Test result details could not be selected.
Text Symbol: 133 = Unknown error was detected.
Text Symbol: 134 = PU Name could not be selected !
Text Symbol: 135 = Subtest Name could not be selected !
Text Symbol: 136 = Referencing IDs missing !
Text Symbol: 137 = Item Results select failed !


INCLUDES used within this REPORT SLSPAWR7

INCLUDE: SLSPEWI2.


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:

F4IF_FIELD_VALUE_REQUEST

SLS_MISC_F4_HELP * call function 'F4IF_FIELD_VALUE_REQUEST' CALL FUNCTION 'SLS_MISC_F4_HELP' EXPORTING tabname = '' fieldname = '' searchhelp = 'SH_PARTICM' shlpparam = 'PARID' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 * VALUE = ' ' multiple_choice = 'X' * DISPLAY = ' ' * SUPPRESS_RECORDLIST = ' ' callback_program = 'SLSPAWR7' callback_form = 'F4_PARTIC_CALLBACK' TABLES return_tab = it_f4partic_ret EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5 .

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Participant selection error '(150) p_infoline1 = 'Participant search was not successful.'(151)

SLS_MISC_SHOW_MESSAGE * CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' * EXPORTING * p_title = 'Information'(161) * p_infoline1 = * 'Person IDs have not been specified correctly'(181) * p_infoline2 = 'The person ID is made of two fields.'(182)

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = p_repid TABLES selection_table = sel_tab.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Information'(161) p_infoline1 = 'No data found for specified person IDs !'(162) p_infoline2 = 'Please check selection criterias or'(163) p_infoline3 = 'verify your data access authorizations.'(164)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'No data found. '(121)

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = text-110 p_infoline1 = text-111 p_infoline2 = text-112 p_infoline3 = text-113.

SLS_MISC_SHOW_MESSAGE_TAB CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE_TAB' TABLES p_messages = it_messages.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SLS_PRES' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = it_lv_fc.

SLS_PR_GET_PERSON_RESULTS CALL FUNCTION 'SLS_PR_GET_PERSON_RESULTS' TABLES p_pids = it_partic_select p_pres = it_pres p_quali = it_ttyqu EXCEPTIONS error_selecting_participants = 1 error_selecting_pet_details = 2 error_selecting_test_types = 3 error_selecting_event_details = 4 internal_error_selecting_event = 5 internal_error_selecting_ttype = 6 error_selecting_ttype_qualif = 7 error_selecting_test_results = 8 error_selecting_pu_name = 9 error_selecting_subtest_name = 10 internal_pu_error = 11 internal_subtest_error = 12 error_reading_authorizations = 13 OTHERS = 14.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Error during data selection. '(123)

SLS_TST_GET_STRUCTURE_INFO





CALL FUNCTION 'SLS_TST_GET_STRUCTURE_INFO' TABLES p_testids = lit_testids p_test_structure = it_tstru EXCEPTIONS no_testids_specified = 1 error_selecting_test_structure = 2 OTHERS = 3.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Error during data selection. '(123)

SLS_PR_GET_ITEM_RESULT CALL FUNCTION 'SLS_PR_GET_ITEM_RESULT' EXPORTING p_petid = lv_petid_old p_details = '' TABLES pt_ritem = lit_ritem EXCEPTIONS no_petid_specified = 1 error_selecting_item_results = 2 OTHERS = 7.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Error during data selection. '(123)

SLS_TST_GET_ITEM_MASTER CALL FUNCTION 'SLS_TST_GET_ITEM_MASTER' TABLES pt_item_ids = lit_itemids pt_items = it_item EXCEPTIONS item_selection_failed = 1 no_itemids_specified = 2 OTHERS = 3.

SLS_MISC_SHOW_MESSAGE CALL FUNCTION 'SLS_MISC_SHOW_MESSAGE' EXPORTING p_title = 'Error during data selection. '(123)



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