SAP Reports / Programs

RPCSVBHA SAP ABAP Report - Contribution accounting record 1997







RPCSVBHA is a standard Executable ABAP Report 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 RPCSVBHA 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 RPCSVBHA. "Basic submit
SUBMIT RPCSVBHA AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVBHA 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: HIBAL = Error list
Title: Contribution accounting record 1997
Text Symbol: E09 = Based on P0164-ALKMN no NENYI produced!
Text Symbol: E08 = Missing T512E table entry:
Text Symbol: E07 = Missing T5H4G table entry:
Text Symbol: E06 = Mid-month change of relationship without re-entry!
Text Symbol: E05 = Employm.cat. changed not with month begin
Text Symbol: E04 = Missing T5H4W table entry:
Text Symbol: E03 = Missing T5H4Z table entry:
Text Symbol: E02 = Missing infotype field
Text Symbol: E01 = Missing infotype :
Text Symbol: E00 = Minimum wage constant missing in table T511K !
Text Symbol: 082 = | | |
Text Symbol: 081 = |W/o wage |Absence description |
Text Symbol: 080 = --------------------------------------------------------------
Text Symbol: 023 = | | | | |
Text Symbol: 022 = |Contrib.payment obligation |Pens.contr|Health c. |Health i.p|
Text Symbol: 021 = ---------------------------------------------------------
Text Symbol: 012 = base paid elsewhere | | | |
Text Symbol: 011 = contr. brought | | | |
Text Symbol: 010 = contribution | | | |
Text Symbol: 009 = contr.base brought | | | |
Text Symbol: 008 = contribution basis | | | |
Text Symbol: 007 = Contributions |Pens.+health |Pens.only |Health only |
Text Symbol: 006 = ---------------------------------------------------------------------------
Text Symbol: 004 = | | | | | | | |
Text Symbol: 003 = Wage |Gratuity |Year-end pr.sh. |Other income | |Contrib.maximum | |Health ins.pay |
Text Symbol: 001 = ---------------------------------------------------------------- ------------------ ------------------


INCLUDES used within this REPORT RPCSVBHA

INCLUDE RPC2CD00.
INCLUDE RPC2RX01.
INCLUDE RPC2RHH0.
INCLUDE RPC2RX02.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.
INCLUDE RPCLST00.
INCLUDE RPCLPC00.




INCLUDE RPCFPCH0.


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = '21' * BEGDA = * ENDDA = IMPORTING WAERS = PENZNEM EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.

STRING_CONCATENATE_3 CALL FUNCTION 'STRING_CONCATENATE_3' EXPORTING STRING1 = P0175-SZULV STRING2 = 'XSPACE' STRING3 = P0175-SZULU IMPORTING STRING = P0175-SZULV.

BELEPES_DATUMA CALL FUNCTION 'BELEPES_DATUMA' EXPORTING MIKOR = JOGV-ENDDA TORZS = PERNR-PERNR IMPORTING BELEPES = $BELEPES.

RP_EVALUATION_PERIODS CALL FUNCTION 'RP_EVALUATION_PERIODS' EXPORTING LAST_DAY_IN_PERIOD = LAST_DAY_IN_PERIOD RETROCALCULATED_DAY = RRDATE LAST_CALCULATED_DAY = LAST_DAY_CALC TABLES DIR = RGDIR EVP = EVP EXCEPTIONS RGDIR_EMPTY = 8.

RP_EVALUATION_PERIODS CALL FUNCTION 'RP_EVALUATION_PERIODS' EXPORTING LAST_DAY_IN_PERIOD = LAST_DAY_IN_PERIOD RETROCALCULATED_DAY = RRDATE LAST_CALCULATED_DAY = LAST_DAY_CALC TABLES DIR = RGDIR EVP = EVP EXCEPTIONS RGDIR_EMPTY = 8.



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