SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPSKHSDF SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPSKHSDF

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:

HR_DE_PBS_WPBP_TO_PERSDATEN call function 'HR_DE_PBS_WPBP_TO_PERSDATEN' exporting it_wpbp = lt_wpbp it_dowp = lt_dowp tables et_persdat = lt_pers.

RP_OED_STATISTIK_001 call function 'RP_OED_STATISTIK_001' exporting beg = pnpbegda end = pnpendda intbr = intber merkmal = doxxs tables temp_personal_daten = lt_pers temp_statistik_daten = statistik_daten exceptions beginndatum_groesser_endedatum = 1 t5d7u_schluessel_fehlt = 2 t5d7o_dienstartkatalog_fehlt = 3 merkmal_ist_nicht_generiert = 4 operation_error = 5 others = 6.

RP_OED_STATISTIK_002 call function 'RP_OED_STATISTIK_002' exporting i_intbr = intber tables it_p0271 = p0271 ct_statistik_daten = statistik_daten.

HR_DE_PBS_VK_BER_GRUNDLAGEN call function 'HR_DE_PBS_VK_BER_GRUNDLAGEN' exporting i_begda = gs_pr-evp-fpbeg i_endda = gs_pr-evp-fpend i_kuerzung_vk = p_kuerz i_pernr = pernr-pernr "YAJN865567 tables it_wpbp = gs_pr-inter-wpbp it_dowp = gs_pr-nat-dowp it_abc = gs_pr-inter-abc it_atz = gs_pr-nat-atz "SVCM387386 ct_it = lt_rt exceptions fehlender_tabelleneintrag = 1 others = 2.

HR_DISPLAY_ERROR_LIST call function 'HR_DISPLAY_ERROR_LIST' exporting no_popup = space no_print = ' ' no_img = space linesize = sy-linsz tables error = fehler_tab exceptions invalid_linesize = 1 others = 2.

HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting basic_list_title = sy-title file_name = 'RPSKHSD0' head_line1 = header1 head_line2 = stichtag foot_note1 = fusszeile1 foot_note2 = fusszeile2 foot_note3 = fusszeile3 lay_out = 5 dyn_pushbutton_text1 = dyn_pushbutton_text2 = current_report = 'RPSKHSD0' importing return_code = retc tables data_tab = p_daten_tabelle fieldname_tab = p_ueberschrift_tab error_tab = p_fehler_tab exceptions download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 others = 5.

POPUP_TO_DISPLAY_TEXT call function 'POPUP_TO_DISPLAY_TEXT' exporting titel = text-221 textline1 = fb_fehlermeldung start_column = 25 start_row = 6 exceptions others = 1.

CU_READ_RGDIR call function 'CU_READ_RGDIR' exporting persnr = pernr-pernr tables in_rgdir = cd exceptions no_record_found = 1 others = 2.

PYXX_READ_RGDIR_PAYRESULTS call function 'PYXX_READ_RGDIR_PAYRESULTS' exporting clusterid = cluster_id employeenumber = pernr-pernr read_only_international = ' ' tables rgdir = cd imported_periods = gt_payroll_results exceptions import_error = 1 others = 2.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = doxxz struc_content = pme01 importing back = doxxz_wert exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7.



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