MP093740 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 MP093740 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_BG_LOS_CALC CALL FUNCTION 'HR_BG_LOS_CALC' EXPORTING begda = p0937-begda endda = p0937-endda * INSURED = ' ' * LABCA = '3' IMPORTING days = q0937-loscd months = q0937-loscm years = q0937-loscy EXCEPTIONS bad_category = 1 OTHERS = 2 .
HR_BG_GET_PROFESSION CALL FUNCTION 'HR_BG_GET_PROFESSION' EXPORTING werks = psyst-werks btrtl = psyst-btrtl begda = psyst-begda langu = sy-langu TABLES profess = lt_t710st.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'PROFF' tabname = 'P0937' display = l_display IMPORTING select_value = selected_value TABLES fields = i_help_value valuetab = i_valuetab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.