RPCSVBH8 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 RPCSVBH8 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: UNIXNEV = UNIX file name
Selection Text: UNIX = UNIX
Selection Text: TORZS = Display employee's pers.no.?
Selection Text: TBKIF = Select SI paying office:
Selection Text: LISTA = NYENYI on screen?
Selection Text: KISER = Produce cover list?
Selection Text: HIBAL = List of employees with errors?
Selection Text: FILENEV = Generate output file?
Selection Text: FILE = Output file name and path:
Selection Text: $FORML = Absence form (T512E):
Title: HR-H NYENYI
Text Symbol: E10 = It cannot be defined whether sick leave evaluated based on hours or days!
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 = Empl. cat. changed not from month begin:
Text Symbol: E04 = Missing T5H4W table entry:
Text Symbol: E03 = Missing T5H4Z table entry:
Text Symbol: E02 = Missing infotype fld.:
Text Symbol: E01 = Missing infotype:
Text Symbol: E00 = Minimum wage constant missing in table T511K!
Text Symbol: 0B3 = | | | | |
Text Symbol: 0B2 = |Full week |Partial w.|from |to |
Text Symbol: 0B1 = |11. Working time |
Text Symbol: 0B0 = -----------------------------------------------
Text Symbol: 0A3 = | | | | |
Text Symbol: 0A2 = |FEOR code |Name |from |to |
Text Symbol: 0A1 = |10. Job, profession |
Text Symbol: 0A0 = --------------------------------------------------------------
Text Symbol: 093 = | | | | |
Text Symbol: 092 = |from |to |Paid: |Tot.monthly amt.|
Text Symbol: 091 = |9. Sick leave |
Text Symbol: 090 = ---------------------------------------------------------
Text Symbol: 083 = | | | |
Text Symbol: 082 = |from |to |Title: |
Text Symbol: 081 = |8. Without wage |
Text Symbol: 080 = ------------------------------------------------------------
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' * 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 = BINTYPE CODEPAGE = $CODEPAGE BIN_FILESIZE = 20 * FILETYPE_NO_SHOW = 'X' TABLES DATA_TAB = FEJ 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.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FILE_str FILETYPE = FILETYPE CODEPAGE = $CODEPAGE append = 'X' * MODE = 'A' 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.
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.
HR_HU_MOVE_STRUC1_TO_STRUC2 CALL FUNCTION 'HR_HU_MOVE_STRUC1_TO_STRUC2' EXPORTING P_STRUCT1 = NCALE IMPORTING P_STRUCT2 = PCALH.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCSVBH8 - HR-H NYENYI RPCSVBH8 - HR-H NYENYI RPCSVBD2 - SI Contribution Statement for Compulsory Contributions RPCSVBD2 - SI Contribution Statement for Compulsory Contributions RPCSVBD0 - SI Contribution Statement for Compulsory Contributions RPCSVBD0 - SI Contribution Statement for Compulsory Contributions