MF68AF30 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 MF68AF30 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.
Title: t
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DAYS_BETWEEN_TWO_DATES CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES' EXPORTING I_DATUM_VON = XVDVORK-DVKVON I_DATUM_BIS = XVDVORK-DVKBIS I_KZ_EXCL_VON = '0' I_KZ_INCL_BIS = '1' I_KZ_ULT_BIS = 'X' " bei februar Ultimo auf 30 Tage gehen I_SZBMETH = VZZKOKO-SZBMETH IMPORTING E_TAGE = XVDVORK-ATAGE.
DAYS_BETWEEN_TWO_DATES CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES' EXPORTING I_DATUM_VON = XVDVORK-DVKVON I_DATUM_BIS = DATUM_DDISPO I_KZ_INCL_BIS = '1' I_SZBMETH = VZZKOKO-SZBMETH IMPORTING E_TAGE = ANZ_TAGE.
DATE_CREATE_2 CALL FUNCTION 'DATE_CREATE_2' EXPORTING I_DATUM_EIN = DATUM_VON I_KZ_INCL_AUS = '1' I_KZ_INCL_EIN = '0' I_KZ_ULT_AUS = 'X' I_KZ_ULT_EIN = 'X' I_STGMETH = '0' I_SZBMETH = VZZKOKO-SZBMETH I_TAGE = 30 IMPORTING E_DATUM_AUS = DATUM_BIS E_KZ_INCL = F_KZ_INCL E_KZ_ULT = F_KZ_ULT EXCEPTIONS DAYS_METHOD_NOT_DEFINED = 01.
REMAINING_LIFE_DISPLAY CALL FUNCTION 'REMAINING_LIFE_DISPLAY' EXPORTING DATE_FROM = DATUM_VON DATE_TO = VZZKOKO-DELFZ DISPLAY = FLG_DISP IMPORTING FB_REMAIN = RMF67-PRESTLFZ.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.