MP029440 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 MP029440 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!
POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = textline1 textline2 = textline2 titel = popup_title IMPORTING answer = cac_answ.
HR_RU_SLPIT_STRING CALL FUNCTION 'HR_RU_SLPIT_STRING' EXPORTING STRING = STR TABLES T_LENGTH = TAB_LENGTH SPLIT = TAB_STR.
RS_PROGRAM_POPUP_VARIANT CALL FUNCTION 'RS_PROGRAM_POPUP_VARIANT' EXPORTING PROGNAME = 'HRULSZVK0' * VARIANT = * DEBG = ' ' * MESSAGE_ON_POPUP = ' ' IMPORTING OK_CODE = ok_code NEW_VARIANT = VAR_SZVK EXCEPTIONS NO_VARIANT = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0294-PERNR INFTY = '0294' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = it_0294 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-021 TEXT_QUESTION = c_arbgb DISPLAY_CANCEL_BUTTON = '' IMPORTING ANSWER = c_answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0294-PERNR INFTY = '0294' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = it_0294 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING PERNR = P0294-PERNR INFTY = '0294' BYPASS_BUFFER = 'X' TABLES INFTY_TAB = it_0294 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_RU_FILL_0294 CALL FUNCTION 'HR_RU_FILL_0294' EXPORTING * AUTHORITY = 'DISP' * WITH_STRU_AUTH = 'X' PERNR = pspar-pernr * SOORT = '01' * INSTL = '000' ACTCA = t_actca TABLES IT0294 = it0294 ACTIONS = actions EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' PERNR = PSPAR-PERNR INFTY = '0001' BEGDA = '18000101' ENDDA = '99991231' * BYPASS_BUFFER = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = IT0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.