MP073940 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 MP073940 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!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act =
-top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS no_entry_or_page_act = 01 no_entry_to = 02 no_ok_code_or_page_go = 03 OTHERS = 99.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = 'SCHEME_ID' pvalkey = 'X' dynpprog = l_repid dynpnr = l_dynnr * DYNPROFIELD = * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' * VALUE_ORG = 'S' * MULTIPLE_CHOICE = ' ' display = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = lt_valuetab field_tab = lt_fields * RETURN_TAB = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
HRCM_TERM_ENDDATE_GET * CALL FUNCTION 'HRCM_TERM_ENDDATE_GET' "KSS#957115 * EXPORTING "KSS#957115 * begda = p_grant_date "KSS#957115 * term = ps_q0739-holding_prd "KSS#957115 * unit = ps_q0739-hold_prd_unit "KSS#957115 * IMPORTING "KSS#957115 * endda = l_hold_prd_end. "KSS#957115
HRCM_TERM_ENDDATE_GET * CALL FUNCTION 'HRCM_TERM_ENDDATE_GET' "KSS#957115 * EXPORTING "KSS#957115 * begda = l_ref_date "KSS#957115 * term = ps_q0739-holding_prd "KSS#957115 * unit = ps_q0739-hold_prd_unit "KSS#957115 * IMPORTING "KSS#957115 * endda = l_new_date. "KSS#957115
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '25' " Singapore * TRFAR = * TRFGB = * TRFKZ = * BEGDA = * ENDDA = IMPORTING waers = p_grant_currency * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5 .
RP_GET_HIRE_DATE CALL FUNCTION 'RP_GET_HIRE_DATE' EXPORTING persnr = p0739-pernr check_infotypes = '0000' * DATUMSART = '01' * STATUS2 = '3' * P0016_OPTIONEN = ' ' IMPORTING hiredate = l_hire_date.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.