RPCSVBHO 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 RPCSVBHO 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: $FORML = Absence form (T512E):
Selection Text: $TBKIF = Overwrite SI paying office
Selection Text: FEOR = FEOR name (or job)?
Selection Text: F_LEC = Header in each page ?
Selection Text: HIBAL = List of employees with errors?
Selection Text: JAR_KORL = Contrib.limitation to maximum
Selection Text: KISER = Produce cover list?
Selection Text: PA_PRNT = Output device
Selection Text: PA_SMRT = Form name
Selection Text: P_CODPAG = Number of code sheet 852
Selection Text: P_CSTBEF = Fam.aid pay.office term.date
Selection Text: P_HNAP = Pension paym. annual key date
Selection Text: P_NYUGT = Date type: actual retirement
Selection Text: SEL_DATE = Displayed period
Selection Text: S_NEMKEL = No NYENYI necess. (empl.min.)
Selection Text: TBKIF = Select SI paying office:
Selection Text: TORZS = Display employee's pers.no.?
Selection Text: UNIX = Output file name:
Selection Text: UNIXNEV = UNIX file output?
Title: Personal Pension Insurance Record (NYENYI)
Text Symbol: ET1 = Missing table entry:
Text Symbol: ELI = Employee's address not indicated (infotype 0006).
Text Symbol: EGS = Absence GYES posted in several runs with interruptions!
Text Symbol: EFN = Employee's sex not indicated (infotype 0002).
Text Symbol: EAL = Contrib.basis or contrib. posted with error (IT 441) Period:
Text Symbol: E09 = Based on P0164-ALKMN no NENYI produced!
Text Symbol: E06 = Relationship change mid-month without re-entry!
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: 134 = -----------------------------------|Empl. | |---------------------------| |----------------------------
Text Symbol: 131 = | from | to | |Code | Basis | Calculated | Paid | Basis | Calculated | Paid |
Text Symbol: 130 = |P/IV. Employment with EKHO |Allow.| 15% EKHO | 15% EKHO | 20% EKHO | 20% EKHO |
Text Symbol: 124 = -----------------------------------|Empl. | |---------------------------| |
Text Symbol: ETR = Negative contrib.base due to change from full-time to part-t.
Text Symbol: ETW = Run report for each company code separately
Text Symbol: ETX = Tax number of employee's company differs from tax number belonging to employee processed firstly in this run.
Text Symbol: V00 = |III. 1. Insured per. |2. Reduced |Allow.| Liable to pension contr. |5. Pension contrib. amount |
INCLUDE RPC2CD00.
INCLUDE RPC2RX01.
INCLUDE RPC2RHH0.
INCLUDE RPC2RX02.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.
INCLUDE RPCLST00.
INCLUDE RPCLPC00.
INCLUDE RPCFPCH0.
No SAP DATABASE tables are accessed within this REPORT code!
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '21' 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 = tempname3.
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.
SSF_FUNCTION_MODULE_NAME call function 'SSF_FUNCTION_MODULE_NAME' exporting formname = pa_smrt importing fm_name = func_mod_name exceptions no_form = 1 no_function_module = 2 others = 3.
HR_HU_UTOLSO_KILEPES call function 'HR_HU_UTOLSO_KILEPES' exporting per_nr = pernr-pernr ref_date = pn-endda importing last_fire = lv_lastfire * MASSN = * MASSG = exceptions not_found = 1 others = 2.
HR_HU_UTOLSO_KILEPES call function 'HR_HU_UTOLSO_KILEPES' exporting per_nr = pernr-pernr ref_date = pn-endda importing last_fire = l_lastfire * MASSN = * MASSG = exceptions not_found = 1 others = 2.
HR_HU_UTOLSO_BELEPES call function 'HR_HU_UTOLSO_BELEPES' exporting per_nr = pernr-pernr ref_date = pn-endda importing last_hire = l_lasthire exceptions not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 others = 6.
HR_HU_UTOLSO_BELEPES call function 'HR_HU_UTOLSO_BELEPES' exporting per_nr = pernr-pernr ref_date = pn-endda importing ev_munkabalepes = lv_munkabalepes exceptions not_found = 1 t5h4e_error = 2 p0041_begda = 3 p0041_future = 4 p0041_sequence = 5 others = 6.
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 RPCSVBHO or its description.
RPCSVBHO - Personal Pension Insurance Record (NYENYI) RPCSVBHO - Personal Pension Insurance Record (NYENYI) RPCSVBHN - Personal Pension Insurance Record (NYENYI) RPCSVBHN - Personal Pension Insurance Record (NYENYI) RPCSVBHM - Personal Pension Insurance Record (NYENYI) RPCSVBHM - Personal Pension Insurance Record (NYENYI)