SAP Reports / Programs | Payroll(PY) SAP PY

RPCSPMT0 SAP ABAP Report - Review about base and insurance small organization







RPCSPMT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report serves for county social insurance fund as an assessment basis document for health insurance contribution for employee of small organizations in determination period (calendar month) and to determine amounts of social benefits as wage compensations...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 RPCSPMT0 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 RPCSPMT0. "Basic submit
SUBMIT RPCSPMT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSPMT0 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: P_PLA = Pay date
Selection Text: P_HPP = Type PPV - General PV
Title: Review about base and insurance small organization
Text Symbol: 051 = Razítko a podpis
Text Symbol: 050 = -------------------------
Text Symbol: 042 = Den platby: xx.xx.xxxx z úètu è.: xxxxxxxxxxxxxxxxxx
Text Symbol: 040 = ------------------------------------------------------------
Text Symbol: 039 = | Pojistné celkem | |
Text Symbol: 038 = |----------------------------------------------------------|
Text Symbol: 037 = | Pojistné za zamìstnance malé organizace | |
Text Symbol: 036 = |----------------------------------------------------------|
Text Symbol: 035 = | Úhrn pojistného od zamìstnancù | |
Text Symbol: 034 = ------------------------------------------------------------
Text Symbol: 032 = ------------------------------------------------------------
Text Symbol: 031 = | | CELKEM: | xx.xxx.xxx|
Text Symbol: 030 = | |-----------------------------------------------------------------------------
Text Symbol: 022 = Pøehled ostatních zamìstnancù bez úèasti na nemocenském poji¹tìní
Text Symbol: 021 = | | zamìstnance | pøíjem | èinn. | abs.| doby|
Text Symbol: 020 = | Rodné èíslo | Pøíjmení a jméno | Zapoèitat.| Druh Omluv.Vylouè|
Text Symbol: 019 = | | | | | | | |
Text Symbol: 018 = |------------------------------------------------------------------------------|
Text Symbol: 017 = | | zamìstnance | základ | èinn. | abs.| doby|
Text Symbol: 016 = | Rodné èíslo | Pøíjmení a jméno |Vymìøovací | Druh Omluv.Vylouè|
Text Symbol: 015 = --------------------------------------------------------------------------------
Text Symbol: 013 = --------------------------------------------------------------------------------
Text Symbol: 012 = | Pøehled za mìsíc xxxxx xxxx | Den urèený pro výplatu mezd xx.xx.xxxx|
Text Symbol: 011 = |------------------------------------------------------------------------------|
Text Symbol: 010 = | Pøidìlený variabilní symbol: | xxxxxxxx | IÈO | |
Text Symbol: 009 = |------------------------------------------------------------------------------|
Text Symbol: 008 = | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Text Symbol: 007 = | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Text Symbol: 006 = | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Text Symbol: 005 = | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Text Symbol: 004 = | Název a sídlo malé organizace |
Text Symbol: 003 = --------------------------------------------------------------------------------
Text Symbol: 002 = a dal¹ích údajích potøebných k provádìní soc.zabezpeèení jejich zamìstnancù
Text Symbol: 001 = PØEHLED O VYMÌØOVACÍCH ZÁKLADECH A POJISTNÉM MALÉ ORGANIZACE


INCLUDES used within this REPORT RPCSPMT0

INCLUDE RPC2RX00.




INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.


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_CZ_DETERMINATION_PERIODS call function 'HR_CZ_DETERMINATION_PERIODS' exporting pernr = pernr-pernr from_period = fobd to_period = tobd tables out_rgtab = myrgdir exceptions rgdir_empty = 1 wrong_interval = 2 others = 3.

HR_CZ_GET_ADR * CALL FUNCTION 'HR_CZ_GET_ADR' * EXPORTING * ANART = IANART * VARGU = IVARGU * IMPORTING * A_TEXT = ADRA * B_TEXT = ADRB * C_TEXT = ADRC * D_TEXT = ADRD * Q_TEXT = ADRQ * 1_TEXT = ADR_A1 "csbs251007 * ADRESA = ADR_ALL_NEW * EXCEPTIONS * NO_DATA = 1 * OTHERS = 2.

HR_CZ_GET_ADR_09 CALL FUNCTION 'HR_CZ_GET_ADR_09' EXPORTING anart = ianart vargu = ivargu endda = pn-endda repid = 'RPCSPMT0' IMPORTING nazev = loc_nazev nazev2 = loc_nazev2 ulice = loc_ulice cislo = loc_cislo psc = loc_psc obec = loc_obec stat = loc_stat ico = loc_ico adresa = loc_adresa EXCEPTIONS no_data = 1 other = 2. "#EC ARGCHECKED

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'MASSN' TABNAME = 'T530T' DISPLAY = L_DISPLAY IMPORTING SELECT_VALUE = SELECTED_VALUE TABLES FIELDS = I_HELP_VALUE VALUETAB = I_VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.



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