PLLOSKR0 is a standard ABAP INCLUDE 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 PLLOSKR0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include PLLOSKR0
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM'.
REUSE_ALV_BLOCK_LIST_INIT CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'PF_STATUS_SET'.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = fieldcat_alv is_layout = layout_alv i_tabname = 'SI_TABLE_ACQ' it_events = events i_text = TEXT-027 "BAIW1224058 'Acquired list of National Pension' TABLES t_outtab = si_table_acq.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = fieldcat_alv is_layout = layout_alv i_tabname = 'SI_TABLE_LOS' it_events = events * I_TEXT = TEXT-B02 TABLES t_outtab = si_table_los.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = fieldcat_alv is_layout = layout_alv i_tabname = 'SI_TABLE_ACQ' it_events = events i_text = TEXT-027 "BAIW1224058 'Acquired list of National Pension' TABLES t_outtab = si_table_acq.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = fieldcat_alv is_layout = layout_alv i_tabname = 'SI_TABLE_LOS' it_events = events * I_TEXT = TEXT-B02 TABLES t_outtab = si_table_los.
REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY'.
REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING is_print = gt_print.
HR_KR_BUSINESSPLACE_GET_DATA CALL FUNCTION 'HR_KR_BUSINESSPLACE_GET_DATA' EXPORTING pers_area = p_t7kr0p_werks pers_subarea = p_t7kr0p_btrtl mode = mode IMPORTING bus_place_detail = bus_place pension_ins_num = np_bpnum * EMPLOYMENT_INS_NUM = medical_ins_num = mi_bpnum EXCEPTIONS no_company_code_for_pers_area = 1 no_busplace_for_subarea = 2 no_med_ins_assoc_for_subarea = 3 no_rep_busplace_for_mi_assoc = 4 no_entry_t7krbp_for_bupla = 5 no_businessplace_data = 6 illegal_mode = 7 * OTHERS = 8 .
HR_KR_GET_SI_STANDARD_COMP CALL FUNCTION 'HR_KR_GET_SI_STANDARD_COMP' EXPORTING subty = $subtype date = $begda month_comp_amt = $simca * GRADE_IN = IMPORTING stand_comp = si_msc * SI_GRADE_TAB_LINE = grade = si_grade EXCEPTIONS no_entry_for_grade = 1 no_entry_for_date = 2 no_entry_for_amount = 3 no_input = 4 grade_gt_9999 = 5 OTHERS = 6 .
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = p0002 molga = '41' langu = sy-langu format = $$format IMPORTING edit_name = cname retcode = ret-code.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = text-003 file_name = 'HKRLSILOS' * HEAD_LINE1 = TEXT-002 * LAY_OUT = 0 head_line2 = headline_date current_report = 'HKRLSILOS' IMPORTING return_code = retcode TABLES data_tab = si_list_acq fieldname_tab = fieldnames_acq * select_tab = error_tab = error_tab EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.
HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING basic_list_title = text-001 file_name = 'HKRLSILOS' * HEAD_LINE1 = TEXT-002 head_line2 = headline_date current_report = 'HKRLSILOS' * LIST_LEVEL = 'X' IMPORTING return_code = retcode TABLES data_tab = si_list_los fieldname_tab = fieldnames_los * select_tab = error_tab = error_tab EXCEPTIONS download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 OTHERS = 5.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = dataset.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = lv_dataset.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = t_dataset.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = objkn objnr = $objnr empfg = empfg objin = ts_objin IMPORTING objhd = objhd tsobj = temse_object_name EXCEPTIONS "BAIW1224058 Checkman Eorror OTHERS = 4.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'PF_STATUS_SET'.
REUSE_ALV_BLOCK_LIST_APPEND CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = fieldcat_alv is_layout = layout_alv i_tabname = 'TEMSE_FILE_INFO' it_events = events i_text = text-l12 TABLES t_outtab = temse_file_info.
REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY'.
REUSE_ALV_BLOCK_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY' EXPORTING is_print = gt_print.
HR_KR_STRING_TO_XSTRING CALL FUNCTION 'HR_KR_STRING_TO_XSTRING' EXPORTING unicode_string = in_string out_len = length IMPORTING xstring_stream = out_xstring EXCEPTIONS invalid_codepage = 1 invalid_string = 2.
HR_KR_XSTRING_TO_STRING CALL FUNCTION 'HR_KR_XSTRING_TO_STRING' EXPORTING in_xstring = adj_xstring IMPORTING out_string = adj_string.
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 PLLOSKR0 or its description.