BENU2F00 is a standard ABAP INCLUDE 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 BENU2F00 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = P0002-KNZNM LANGU = SY-LANGU MOLGA = CALCMOLGA PP0002 = P0002 * PP0021 = ' ' * PP0148 = ' ' IMPORTING EDIT_NAME = $EDIT-NAME RETCODE = $RET-CODE EXCEPTIONS OTHERS = 1.
CD_READ_LAST CALL FUNCTION 'CD_READ_LAST' EXPORTING BEGIN_DATE = STARTDATE END_DATE = ENDDATE IMPORTING OUT_SEQNR = PR_SEQNR TABLES RGDIR = RGDIR EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.
HR_BEN_CONVERT_BPCAT_TO_INFTY CALL FUNCTION 'HR_BEN_CONVERT_BPCAT_TO_INFTY' EXPORTING BPCAT = BPCAT REACTION = WRITE_MSG IMPORTING INFTY = P_INFTY SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1.
HR_BEN_CHECK_MICRO_ELIGIBILITY CALL FUNCTION 'HR_BEN_CHECK_MICRO_ELIGIBILITY' EXPORTING EE_BENEFIT_DATA = EE_BENEFIT_DATA BPLAN = BPLANT DATUM = TENDDA REACTION = NO_MSG IMPORTING IS_ELIGIBLE = ELIGIBLE ELIG_DATE = ELIG_DATE SUBRC = SUBRC TABLES ERROR_TABLE = ERROR_TABLE EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.