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

RPSVKRDA SAP ABAP INCLUDE - documentation and ABAP source code







RPSVKRDA 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 RPSVKRDA 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 RPSVKRDA. "Basic submit
SUBMIT RPSVKRDA AND RETURN. "Return to original report after report execution complete
SUBMIT RPSVKRDA 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 RPSVKRDA

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_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting basic_list_title = sy-title file_name = 'RPTTKM30' head_line1 = sy-title head_line2 = zeitraum foot_note1 = fusszeile1 foot_note2 = fusszeile2 foot_note3 = fusszeile3 lay_out = 5 * dyn_pushbutton_text1 = * dyn_pushbutton_text2 = * dyn_pushbutton_text3 = * DYN_PUSHBUTTON_TEXT4 = * DYN_PUSHBUTTON_TEXT5 = * DYN_PUSHBUTTON_TEXT6 = * DATA_STRUCTURE = ' ' * HEAD_LINE3 = ' ' * HEAD_LINE4 = ' ' current_report = report_name * LIST_LEVEL = ' ' * ADDITIONAL_OPTIONS = ' ' * WORD_DOCUMENT = importing return_code = retc tables data_tab = datentabelle fieldname_tab = spaltenkopf * SELECT_TAB = * error_tab = fehler_tab exceptions download_problem = 1 no_data_tab_entries = 2 table_mismatch = 3 print_problems = 4 others = 5.

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 = 'RPTTKM30' head_line1 = sy-title head_line2 = zeitraum foot_note1 = fusszeile1 foot_note2 = fusszeile2 foot_note3 = fusszeile3 lay_out = 5 dyn_pushbutton_text1 = dyn_pushbutton_text2 = * dyn_pushbutton_text3 = "XYA0356573 current_report = report_name list_level = list_level "MIXM3396099 no_alv_grid = 'X' importing return_code = retc tables data_tab = datentabelle fieldname_tab = spaltenkopf error_tab = 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-104 textline1 = fb_fehlermeldung start_column = 25 start_row = 6 exceptions others = 1.

HR_GB_PERIOD_DATES * call function 'HR_GB_PERIOD_DATES' * exporting * abkrs = $abkrs * permo = '01' * pabrj = help_year * pabrp = help_period * importing * begda = period_begda ** ENDDA = PERIOD_ENDDA * exceptions "#EC * period_not_found = 1 * others = 2.

HR_GB_PERIOD_DATES * call function 'HR_GB_PERIOD_DATES' * exporting * abkrs = $abkrs * permo = '01' * pabrj = help_year * pabrp = help_period * importing ** BEGDA = PERIOD_BEGDA * endda = period_endda * exceptions "#EC * * period_not_found = 1 * others = 2.

HRCA_CONTROLLINGAREA_FIND call function 'HRCA_CONTROLLINGAREA_FIND' exporting companycode = $bukrs businessarea = $gsber importing contrlarea = kokrs exceptions not_found = 1 others = 2.

HRCA_COSTCENTER_TEXT call function 'HRCA_COSTCENTER_TEXT' exporting controllingarea = kokrs costcenter = $kostl read_date = $date language = sy-langu importing name = ktext exceptions nothing_found = 1 others = 2.



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