SAP Reports / Programs | Knowledge Management | Knowledge Warehouse | Performance Assessment Workbench(KM-KW-PAW) SAP KM

SLSPAWT5 SAP ABAP Report - PAW - Batch Qualification Generation







SLSPAWT5 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 SLSPAWT5 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

SL73 - PAW - Batch Qualification Generation


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 SLSPAWT5. "Basic submit
SUBMIT SLSPAWT5 AND RETURN. "Return to original report after report execution complete
SUBMIT SLSPAWT5 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_QENDDA = Qualification end date
Selection Text: P_PLVAR = Plan variant
Selection Text: P_MSGS = Show status messages
Selection Text: P_EVEID = Event ID
Selection Text: P_CTRA = "Transferred" flag
Selection Text: P_CSIG = Status Signals (E-T-P)
Selection Text: P_CPAS = "Pass" flag
Selection Text: P_CNBO = "Booked" flag
Selection Text: P_CERR = "Error" flag
Title: PAW - Batch Qualification Generation
Text Symbol: 932 = Reading test type specific qualification details...
Text Symbol: 933 = error_during_selection_of_pet
Text Symbol: 934 = error_during_xet_selection
Text Symbol: 935 = no_events_selected
Text Symbol: 936 = error_during_test_type_select
Text Symbol: 937 = error_selecting_participants
Text Symbol: 938 = error_selecting_agg_results
Text Symbol: 939 = unspecified error during results selection
Text Symbol: 940 = Selection of result-data was not successful.
Text Symbol: 941 = Exiting program.
Text Symbol: 942 = Exception raised ...
Text Symbol: 943 = error_reading_authorizations
Text Symbol: 944 = No test-results found for generation !
Text Symbol: 945 = An error occurred while reading event names !
Text Symbol: 946 = Target HR-PD System is ...
Text Symbol: 947 = Target HR-PD system unspecified - continuation impossible !
Text Symbol: 948 = Event Name ...
Text Symbol: 930 = Generating qualifications...
Text Symbol: 402 = Usability settings
Text Symbol: 407 = Consider exceptions
Text Symbol: 410 = General settings
Text Symbol: 411 = TEM plan variant
Text Symbol: 412 = End date for qualification assignment
Text Symbol: 413 = Event ID
Text Symbol: 414 = Event not from TEM
Text Symbol: 819 = Location could not be read.
Text Symbol: 820 = Release-control settings could not be read.
Text Symbol: 821 = Qualifications could not be read.





Text Symbol: 862 = Qualification for
Text Symbol: 863 = could not be generated (TTYQU).
Text Symbol: 864 = for
Text Symbol: 865 = Complete
Text Symbol: 866 = Generating Q.
Text Symbol: 867 = not successful.
Text Symbol: 868 = Updating transfer flag for result of
Text Symbol: 873 = Status error for:
Text Symbol: 890 = Starting Batch
Text Symbol: 891 = Batch Complete
Text Symbol: 893 = Error...
Text Symbol: 902 = Data selection in progress.
Text Symbol: 910 = Selection of result-data was successful.
Text Symbol: 925 = Reading location texts...
Text Symbol: 926 = Building output table...
Text Symbol: 927 = Reading release-control settings...
Text Symbol: 928 = Validating transferability of test result records...


INCLUDES used within this REPORT SLSPAWT5

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:

SLS_CUST_GET_PLAN_VARIANT CALL FUNCTION 'SLS_CUST_GET_PLAN_VARIANT' IMPORTING p_plvar = v_plvar_get.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.

SLS_AEI_GET_EVENT_RESULTS CALL FUNCTION 'SLS_AEI_GET_EVENT_RESULTS' EXPORTING p_plvar = p_plvar p_no_tem = p_no_tem p_select_mode = v_select_mode p_ev_sh = '' p_ev_signal = '' p_lo_sht = '' p_ev_begin_date = '19000101' p_ev_end_date = '99993112' TABLES p_events = it_events p_location_ids = it_location_ids p_event_ids = it_event_ids p_xet = it_xet p_pet = it_pet p_test_types = it_test_types p_partic = it_partic p_results = it_presults EXCEPTIONS no_events_selected = 1 error_during_xet_selection = 2 error_during_selection_of_pet = 3 error_during_test_type_select = 4 error_selecting_participants = 5 error_selecting_agg_results = 6 error_reading_authorizations = 7 OTHERS = 8.

SLS_IOA_GET_LOCATION_NAME CALL FUNCTION 'SLS_IOA_GET_LOCATION_NAME' EXPORTING p_plvar = p_plvar p_locid = it_ep-locid IMPORTING "P_LOCSH = p_loctx = lv_loctx_last EXCEPTIONS error_selecting_location_data = 1 location_id_not_specified = 2 plan_variant_not_specified = 3 OTHERS = 4.

SLS_CUST_GET_RELEASE_CONTROL CALL FUNCTION 'SLS_CUST_GET_RELEASE_CONTROL' TABLES p_relctrl_settings = it_rctrl EXCEPTIONS release_control_data_problem = 1 OTHERS = 2.

SLS_IOA_GET_TTYPE_QUALI CALL FUNCTION 'SLS_IOA_GET_TTYPE_QUALI' TABLES p_ttyid = lit_ttyid p_tt_quali = it_ttype_quali EXCEPTIONS error_selecting_ttype_quali = 1 OTHERS = 2.

BAPI_QUALIPROF_CHANGE CALL FUNCTION 'BAPI_QUALIPROF_CHANGE' DESTINATION v_pd_system(12) EXPORTING plvar = v_pd_plvar otype = lv_otype sobid = lv_sobid IMPORTING return = lis_bapireturn TABLES profile_add = lit_profile_add profile_delete = lit_profile_delete err_profile = lit_err_profile change_profile = lit_change_profile.

SLS_CUST_GET_HR_PE_SYSTEM CALL FUNCTION 'SLS_CUST_GET_HR_PE_SYSTEM' IMPORTING p_hr_pe_dest = v_pd_system.

SLS_AEI_GET_EVENT_NAME CALL FUNCTION 'SLS_AEI_GET_EVENT_NAME' EXPORTING p_plvar = p_plvar p_eveid = p_eveid IMPORTING p_evsht = v_evsht p_evtxt = v_evtxt EXCEPTIONS error_selecting_event_name = 1 selection_criteria_missing = 2 OTHERS = 3.



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