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
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.
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 = ---------------------------------------------------------------- ------------------ ------------------
INCLUDE RPC2CD00.
INCLUDE RPC2RX01.
INCLUDE RPC2RHH0.
INCLUDE RPC2RX02.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.
INCLUDE RPCLST00.
INCLUDE RPCLPC00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.