SAP Reports / Programs | Payroll | Non Profit Organizations(PY-NPO) SAP PY

MP096520 SAP ABAP INCLUDE - Data







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


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 MP096520. "Basic submit
SUBMIT MP096520 AND RETURN. "Return to original report after report execution complete
SUBMIT MP096520 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MP096520

No INCLUDES are used within this REPORT code!


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_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.



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