SAP Reports / Programs | Payroll(PY) SAP PY

RPCNEVH0 SAP ABAP Report - Payroll list for providing nurturing benefit and GYES







RPCNEVH0 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 RPCNEVH0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M21_N - Payroll list


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 RPCNEVH0. "Basic submit
SUBMIT RPCNEVH0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCNEVH0 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: P_TBKIF = Employer (SI paying office)
Selection Text: P_ISPNR = Display personnel number
Selection Text: P_CORR = Consider corrections
Title: Payroll list for providing nurturing benefit and GYES
Text Symbol: WL4 = Error in defining entry date.
Text Symbol: WL3 = Entry date is not correct in 0041.
Text Symbol: WL2 = Entry date code is not in table T5H4E.
Text Symbol: WL1 = Entry date cannot be determined.
Text Symbol: UNX = Host file
Text Symbol: TBK = Employer (SI paying office)
Text Symbol: NDA = No nurturing benefit provided:
Text Symbol: LST = List
Text Symbol: LIS = List only
Text Symbol: HEL = Download locat.
Text Symbol: E01 = Data of employer (SI paying off.) are incompl.
Text Symbol: DWL = Download file
Text Symbol: DOS = Local file
Text Symbol: DFI = File downloaded
Text Symbol: DER = Download failed!
Text Symbol: 102 = Err.: cannot write
Text Symbol: 101 = Error: cannot create


INCLUDES used within this REPORT RPCNEVH0

INCLUDE RPCKORH0.


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 = MOLGA_HU * 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.

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_SZEMELY_NAPTAR_TORTENET CALL FUNCTION 'HR_HU_SZEMELY_NAPTAR_TORTENET' EXPORTING AKTPER = AKTPER TABLES PCALE = PCALE PCHIS = PCHIS EXCEPTIONS OTHERS = 1.

HR_HU_TB_TAVOLLET_E CALL FUNCTION 'HR_HU_TB_TAVOLLET_E' EXPORTING AWART = AWART BEGDA = BEGDA ENDDA = ENDDA IMPORTING IS_TBT = TBT EXCEPTIONS OTHERS = 1.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' TABLES ERROR = errortab EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

HR_DISPLAY_BASIC_LIST CALL FUNCTION 'HR_DISPLAY_BASIC_LIST' EXPORTING LAY_OUT = 1 HEAD_LINE1 = HEADER1 HEAD_LINE2 = HEADER2 BASIC_LIST_TITLE = SY-TITLE FILE_NAME = SY-REPID FOOT_NOTE1 = FOOTNOTE1 FOOT_NOTE2 = FOOTNOTE2 FOOT_NOTE3 = FOOTNOTE3 CURRENT_REPORT = SY-REPID LIST_LEVEL = LIST_LEVEL IMPORTING RETURN_CODE = RETURN_CODE TABLES DATA_TAB = SHOW_TABLE FIELDNAME_TAB = FIELDNAMES ERROR_TAB = ERRORTAB EXCEPTIONS PRINT_PROBLEMS = 5 OTHERS = 1.



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