SAP Reports / Programs | Personnel Management | Personnel Administration | Germany(PA-PA-DE) SAP PA

RPISVMD0 SAP ABAP Report - documentation and ABAP source code







RPISVMD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lets you create a batch input session that delimits the infotypes Social Insurance (0013), Exemption for Part-Time Employees (0512), and Tax Data (0012) as of April 1, 2003 and enters the new data...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 RPISVMD0 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 RPISVMD0. "Basic submit
SUBMIT RPISVMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPISVMD0 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: SPDATUM = Lock Date
Selection Text: R_STKL6 = Tax Card
Selection Text: R_PAUSCH = Uniform Flat Rate
Selection Text: P_SOREG2 = Additional Special Rule
Selection Text: P_SOREG1 = Special Rule
Selection Text: P_MAPPE = Create Session
Selection Text: P_KAMIN = Fund for Mini Jobs
Selection Text: P_KAMIK = Fund for Mini Jobs (Miners)
Selection Text: MAPNAME = Session Name
Title: Batch Input for New Rules for Part-Time Employees from 04/01/2003
Text Symbol: S02 = Tax Card
Text Symbol: S01 = Uniform Flat Rate
Text Symbol: F03 = Batch Input
Text Symbol: F02 = Tax
Text Symbol: F01 = Social Insurance
Text Symbol: E09 = Fund has no company number:
Text Symbol: E08 = Branch office is not blank.
Text Symbol: E07 = Fund for mining company not entered.
Text Symbol: E06 = Fund is not an employee fund.
Text Symbol: E04 = Value already entered; new selection.
Text Symbol: E02 = Special rule entry only valid for flat rate.
Text Symbol: E01 = No entry in table T5D2D for special rule:
Text Symbol: 004 = No infotypes were converted.
Text Symbol: 003 = Processed Infotypes
Text Symbol: 002 = To
Text Symbol: 001 = From


INCLUDES used within this REPORT RPISVMD0

INCLUDE RPUMKC00.
INCLUDE RPC50PD0.


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_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' exporting mapname = mapname reportname = repid importing mapname = mapname.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KVSCH' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_KAMIN' value_org = 'S' tables value_tab = it_kassen exceptions parameter_error = 1 no_values_found = 2 others = 3.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KVSCH' dynpprog = l_repid dynpnr = l_dynnr dynprofield = 'P_KAMIK' value_org = 'S' tables value_tab = it_kassen exceptions parameter_error = 1 no_values_found = 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 = 'P_SOREG1' value_org = 'S' tables value_tab = it_regeln exceptions parameter_error = 1 no_values_found = 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 = 'P_SOREG2' value_org = 'S' tables value_tab = it_regeln exceptions parameter_error = 1 no_values_found = 2 others = 3.

HR_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' exporting mapname = mapname reportname = repid importing mapname = mapname.

HR_REFRESH_STAT_LIST call function 'HR_REFRESH_STAT_LIST'.

HR_DISPLAY_BASIC_LIST call function 'HR_DISPLAY_BASIC_LIST' exporting lay_out = 5 basic_list_title = sy-title file_name = repid current_report = repid importing return_code = retcd tables data_tab = it_all fieldname_tab = fieldnames error_tab = error_table exceptions others = 1.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = 'RP' msgno = '016' msgv1 = text-003 number = anz_infty.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = 0 processed = anz_bearb rejected = anz_not_bearb.

HR_DISPLAY_STAT_LIST CALL FUNCTION 'HR_DISPLAY_STAT_LIST' EXPORTING no_popup = 'X' no_empty_lines = 'X' linesize = 80 hidemsg = 'X'.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' exporting client = sy-mandt group = mapname user = sy-uname keep = space holddate = spdatum.

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' "Transaktionscode tables dynprotab = bdcdata.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' "Transaktionscode tables dynprotab = bdcdata.

BDC_INSERT call function 'BDC_INSERT' exporting tcode = 'PA30' "Transaktionscode tables dynprotab = bdcdata.



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