MP400040 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 MP400040 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!
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'IGMOA' struc_content = pme15 kind_of_error = '4' IMPORTING back = igmoa CHANGING status = rc EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
HRPAD00_FREE_LAST_DMSNR CALL FUNCTION 'HRPAD00_FREE_LAST_DMSNR'.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'NUMAP' struc_content = pme15 kind_of_error = 'PME15' IMPORTING back = akt_numkr CHANGING status = rc EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING nr_range_nr = akt_numkr number = $$pernr object = 'RP_PAPL' IMPORTING returncode = vpn_rc EXCEPTIONS interval_not_found = 1 number_range_not_extern = 3 object_not_found = 2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = akt_numkr object = 'RP_PAPL' "<----- Name des NKrOb IMPORTING number = pernr returncode = vpn_rc EXCEPTIONS interval_not_found = 1 number_range_not_intern = 3 object_not_found = 2 "YSFN175583 interval_overflow = 4. "YSFN175583
NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' "VAPK72764 EXPORTING nr_range_nr = akt_numkr "VAPK72764 object = 'RP_PAPL' "VAPK72764 IMPORTING interval = nriv "VAPK72764 EXCEPTIONS interval_not_found = 1 "VAPK72764 object_not_found = 2. "VAPK72764
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' corr_number = ' ' show_selection_popup = ' ' view_name = 'V_T750X' TABLES dba_sellist = dbs750x excl_cua_funct = exc750x.
RP_APPL_VAC_MAINT CALL FUNCTION 'RP_APPL_VAC_MAINT' EXPORTING act_status = 'M' CHANGING plan_fcode = t750x_fcode maint_t750x = t750x EXCEPTIONS plan_only = 1 no_vacancy = 2 no_enqueue = 3 no_authority = 4.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' " EXPORTING " fieldname = 'ENDDA' " tabname = 'T750X' " IMPORTING " select_value = t750x-endda " TABLES " fields = select_fields " valuetab = helptab " EXCEPTIONS " field_not_in_ddic = 01 " more_then_one_selectfield = 02 " no_selectfield = 03. "
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
RP_POP_UP_REPEAT_OPT_ARCH CALL FUNCTION 'RP_POP_UP_REPEAT_OPT_ARCH' IMPORTING opt_repeat = opt_repeat.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'IVWID' struc_content = pme04 kind_of_error = '4' IMPORTING back = view_id CHANGING status = rc EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.