SAP Reports / Programs

RPCSVBHC SAP ABAP Report - Personal Pension Insurance Record (NYENYI)







RPCSVBHC 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 RPCSVBHC 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 RPCSVBHC. "Basic submit
SUBMIT RPCSVBHC AND RETURN. "Return to original report after report execution complete
SUBMIT RPCSVBHC 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: KISER = Produce cover list?
Selection Text: JAR_KORL = Contrib.limitation to maximum
Selection Text: HIBAL = List of employees with errors?
Selection Text: FILENEV = DOS file output ?
Selection Text: FILE = Output file name:
Selection Text: UNIXNEV = UNIX file output?
Selection Text: UNIX = Output file name:
Selection Text: TORZS = Display employee's pers.no.?
Selection Text: TBKIF = Select SI paying office:
Selection Text: LISTA = NYENYI on screen ?
Selection Text: $FORML = Absence form (T512E):
Title: Personal Pension Insurance Record (NYENYI)
Text Symbol: 092 = |Full week |Partial w.|from |to |
Text Symbol: 093 = | | | | |
Text Symbol: 0A0 = --------------------------------------------------------------
Text Symbol: 0A1 = |10. Private pension fund |
Text Symbol: 080 = --------------------------------------------------------------
Text Symbol: 081 = |8. Job, profession |
Text Symbol: 082 = |FEOR code |Name |from |to |
Text Symbol: 083 = | | | | |
Text Symbol: 090 = -----------------------------------------------
Text Symbol: 091 = |9. Working time |
Text Symbol: 072 = | Last day of prolonged insured period: |
Text Symbol: 060 = ------------------------------------------------------------
Text Symbol: 004 = ---------------------------- years in service ---------------------------------------------------------------------------------
Text Symbol: 003 = | | | | | | | | | |
Text Symbol: 001 = |from |to |calendar days|3.1 income |3.2 grat.year|4.1 deducted |4.2 paid |5.1 basis |5.2amount paid
Text Symbol: 000 = |1.Period as insured |2. Reduced |3.Liable to pension contr. |4.Pension contrib. amount |5.Pension contribution
Text Symbol: 071 = |7. Severance pay obtained: |
Text Symbol: 070 = ------------------------------------------------------------
Text Symbol: 063 = | | | |
Text Symbol: 062 = |from |to |Title: |
Text Symbol: 061 = |6. Without income |
Text Symbol: 0A2 = |Name: |
Text Symbol: E03 = To one relationsh. only one sever.pay should belong!
Text Symbol: E02 = Missing infotype field
Text Symbol: E01 = Sel.person works commission based, severance pay is not possible!
Text Symbol: 0A4 = | | | | | |





Text Symbol: 0A3 = |ID |Membsh.st.|Terminates|Memb.fee ded.|Memb.fee paid|
Text Symbol: W02 = Limited to contribution max.!
Text Symbol: ET1 = Missing table entry:
Text Symbol: E09 = Based on P0164-ALKMN no NENYI produced!
Text Symbol: E06 = Relationship change mid-month without re-entry!


INCLUDES used within this REPORT RPCSVBHC

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.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FILE_str FILETYPE = FILETYPE CODEPAGE = $CODEPAGE TABLES DATA_TAB = OUTTAB EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 HEADER_NOT_ALLOWED = 7 SEPARATOR_NOT_ALLOWED = 8 FILESIZE_NOT_ALLOWED = 9 HEADER_TOO_LONG = 10 DP_ERROR_CREATE = 11 DP_ERROR_SEND = 12 DP_ERROR_WRITE = 13 UNKNOWN_DP_ERROR = 14 ACCESS_DENIED = 15 DP_OUT_OF_MEMORY = 16 DISK_FULL = 17 DP_TIMEOUT = 18 FILE_NOT_FOUND = 19 DATAPROVIDER_EXCEPTION = 20 CONTROL_FLUSH_ERROR = 21.

HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING P_STRUCT1 = NCALE IMPORTING P_STRUCT2 = PCALH.



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