SAP Reports / Programs

RPIJSTD0 SAP ABAP Report - Batch Input for Creating New Tax Records at Beginning of Year







RPIJSTD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Employees liable to unrestricted income tax must submit their new tax card to their employer before the start of the calendar year, in accordance with ยง39b, Par...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 RPIJSTD0 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

PC00_M01_IJST - Batch Input for New Tax Rates


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 RPIJSTD0. "Basic submit
SUBMIT RPIJSTD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIJSTD0 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: GMDNR = Proposal: Municipality Number
Selection Text: GNDEL = Delete Municipality Number
Selection Text: HOLDDATE = Batch inp.session locked until
Selection Text: LDSDE = Country Key Germany
Selection Text: MAPNAME = Session Name
Selection Text: PBINPT = Batch Input
Selection Text: PLISTE = List
Selection Text: PRMNZ = Tax Procedure
Selection Text: SONDER_1 = Special Rule(s) to Delete
Selection Text: SONDER_2 = Special Rule(s) to Delete
Selection Text: STICHTAG = New Records Valid from
Selection Text: PVARI = D .
Title: Batch Input for Creating New Tax Records at Beginning of Year
Text Symbol: B10 = Output
Text Symbol: B20 = Other Data
Text Symbol: E03 = Enter the session name.
Text Symbol: L10 = General Information


INCLUDES used within this REPORT RPIJSTD0

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:

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = c_i_save CHANGING cs_variant = variant_stru EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING mapname = mapname reportname = repname IMPORTING mapname = mapname.

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING mapname = mapname reportname = repname IMPORTING mapname = mapname.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = mapname user = sy-uname keep = space holddate = holddate.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' "Transaktionscode TABLES dynprotab = bdcdata.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_PAL_STATS_STANDARD_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_STANDARD_MSG_ADD' EXPORTING i_selected_ee = l_anzsel i_successful_ee = anz_bearb i_erroneous_ee = anz_not_bearb.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile * I_S_FLAT_PROFILE = * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' i_structure_name = 'RPIJSTD0_OUTPUT' * I_BACKGROUND_ID = * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = i_default = 'X' "GSGN0977837 i_save = c_i_save is_variant = l_is_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_0012 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' EXPORTING i_pernr = l_error-pernr i_msgid = l_error-arbgb i_msgty = l_error-msgty i_msgno = l_error-msgno i_msgv1 = l_error-msgv1 i_msgv2 = l_error-msgv2 i_msgv3 = l_error-msgv3 i_msgv4 = l_error-msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = variant_stru i_save = c_i_save IMPORTING es_variant = variant_stru EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SRKEN' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'SONDER1' value_org = 'S' TABLES value_tab = it_sonderregeln EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUMLG' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'LGVBZ' value_org = 'S' TABLES value_tab = it_versorgungsbezug EXCEPTIONS parameter_error = 1 no_values_found = 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 RPIJSTD0 or its description.