MP036740 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 MP036740 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: Module Pool Infotype P0367 Form Routines General Part
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = 'P0367' tabname = 'SART0' title_in_values_list = 'Bitte wählen Sie einen Subtyp aus:'(p01) titel = 'Anzeige der Eingabemöglichkeiten'(p02) IMPORTING select_value = p_sart0 TABLES fields = ihelp_fields valuetab = helptab EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' "XNRK005354 EXPORTING name = domname value = domvalue langu = sy-langu IMPORTING dd07v_wa = idd07v EXCEPTIONS OTHERS = 1.
HR_READ_FOREIGN_OBJECT_TEXT CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT' "WJOK014851! EXPORTING " otype = 'C' " objid = p0001-stell " * COSTCENTER = " * CONTROLLINGAREA = " * STATUS = '1' " begda = p0367-begda " endda = p0367-endda " * REFERENCE_DATE = SY-DATUM " * LANGU = SY-LANGU " IMPORTING " * SHORT_TEXT = " object_text = text " * COSTCENTER_NAME = " * INTEGRATION_ACTIVE = " * RETURN = " EXCEPTIONS " nothing_found = 1 " wrong_objecttype = 2 " missing_costcenter_data = 3 " missing_object_id = 4 " OTHERS = 5. "
RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING appli = 'P' pernr = p0367-pernr infty = pinfty * SUBTY = PSUBTY * OBJPS = POBJPS * SEQNR = PSEQNR "QEAK100596 * waers = sy-waers "XYMK097435 begda = datum endda = datum TABLES pp0001 = p0001 "input pp0007 = p0007 "input pp0008 = p0008 "input ppbwla = ppbwla "output EXCEPTIONS error_at_indirect_evaluation = 1.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = datum foreign_amount = amount foreign_currency = foreign_currency local_currency = local_currency IMPORTING local_amount = result EXCEPTIONS no_rate_found = 01 overflow = 02.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING * CURSORLINE = 1 mark_flag = 'X' mark_max = 0 start_col = 1 start_row = 8 textline1 = text-poq textline2 = text-por * TEXTLINE3 = ' ' titel = text-pop * DISPLAY_ONLY = ' ' * IMPORTING * ANSWER = TABLES t_spopli = p_aendtxt * EXCEPTIONS * NOT_ENOUGH_ANSWERS = 1 * TOO_MUCH_ANSWERS = 2 * TOO_MUCH_MARKS = 3 * OTHERS = 4 .
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = 'MP036700' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = 'SPOPLI' is_layout = lv_wa_layout it_fieldcat = lt_fieldcat it_excluding = lt_excluding * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 3 i_screen_start_line = 4 i_screen_end_column = 75 i_screen_end_line = 22 * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = p_aendtxt * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = low_date "auf alle Fälle aktiver Zeitraum end = p_endda IMPORTING hire_date = l_hiredate fire_date = l_firedate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP036740 - Module Pool Infotype P0367 Form Routines General Part MP036730A0PBS - documentation and ABAP source code MP036730 - Module Pool Infotype P0367 PAI - Modules MP036720A0PBS - documentation and ABAP source code MP036720 - Module Pool Infotype P0367 PBO - Modules MP036710A0PBS - documentation and ABAP source code