MP019240 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 MP019240 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: Form routine (SAP) for infotype 0192 (wage.construc.assign)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = 'Es fehlen Vorschlagsattribute.'(X01)
HR_DE_CI_LIST_KONTOSTAND CALL FUNCTION 'HR_DE_CI_LIST_KONTOSTAND' EXPORTING UT_PERS_TAB = LT_PERS_TAB[] UF_BEGDA = LF_BEGDA UF_ENDDA = P0192-ENDDA * UT_SEL_LGART = UF_START_COLUMN = 0 UF_START_ROW = 0 UF_END_COLUMN = 0 UF_END_ROW = 0 UF_MAXPERIOD = 48.
HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING * TCLAS = 'A' PERNR = P0001-PERNR INFTY = '0008' SUBTY = ' ' * BEGDA = SY-DATUM * ENDDA = SY-DATUM * LEVEL = 'R' * tables * i0001 = EXCEPTIONS NO_AUTHORIZATION = 1 * INTERNAL_ERROR = 2 * OTHERS = 3 .
PY_DE_VIEW_SHOW_SINGLE_ENTRY CALL FUNCTION 'PY_DE_VIEW_SHOW_SINGLE_ENTRY' EXPORTING VIEW_NAME = VIEW_NAME BEGDA = P0192-BEGDA ENDDA = P0192-ENDDA TABLES DBA_SELLIST = DBA_SELLIST.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP019240 - Form routine (SAP) for infotype 0192 (wage.construc.assign) MP019230 - Input module (PAI) for infotype 0192 (wage.construc.assign) MP019220 - Output module (PBO) for infotype 0192 (wage.construc.assign) MP019210 - Data declaration for infotype 0192 (wage.construc.assign) MP019200 - Module Pool for IT 0192 (Assign Construction Pay) MP019200 - Module Pool for IT 0192 (Assign Construction Pay)