MP096520 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 MP096520 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_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low_date end = high_date IMPORTING fire_date = l_fire_date TABLES pphifi = lt_phifi pp0000 = lt_p0000 "Note 1313980 pp0001 = lt_p0001. "Note 1313980
POPUP_DISPLAY_MESSAGE CALL FUNCTION 'POPUP_DISPLAY_MESSAGE' EXPORTING TITEL = text-m02 MSGID = 'HRPADUNEG' MSGTY = 'W' MSGNO = '157'.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = p0965-pernr INFTY = '0959' BEGDA = '18000101' ENDDA = '99991231' TABLES INFTY_TAB = lt_p0959 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 1 MARK_FLAG = 'X' MARK_MAX = 1 START_COL = 5 START_ROW = 5 textline1 = space * TEXTLINE2 = ' ' titel = 'Choose Child for Education Grant'(s01) * DISPLAY_ONLY = ' ' IMPORTING ANSWER = l_answer tables t_spopli = l_spopli EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING TCLAS = 'A' PERNR = p0965-pernr INFTY = '0959' BEGDA = '18000101' ENDDA = '99991231' TABLES INFTY_TAB = lt_p0959 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2 .
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'HRPADUNEGPYMNT' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'PBUN_EG_CLMPYMNT' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.