MOIJTI01 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 MOIJTI01 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: Include MOIJTI01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIJ_NOMH_REFERENCE_GET CALL FUNCTION 'OIJ_NOMH_REFERENCE_GET' TABLES p_oijnomh_table = g_oijnomh_tab CHANGING p_oijnomh = oijnomh p_ticket_header = s_ticket_header p_ticket_item = s_ticket_item EXCEPTIONS no_matched_nomination = 1 OTHERS = 3.
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = t180-agidv kopfgruppe = v_kopfgruppe positionsgruppe = v_positionsgruppe funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = v_leave_flag leave_screen = v_leave_screen_flag.
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = t180-agidv funktionstyp = '1' kopfgruppe = v_kopfgruppe positionsgruppe = v_positionsgruppe funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = g_flag-leave leave_screen = g_flag-leave_screen.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING length = 3 use_buffer = 'X' IMPORTING dimid = l_dimid EXCEPTIONS dimension_not_found = 1 OTHERS = 2.
UNITS_GET_FOR_DIMENSION CALL FUNCTION 'UNITS_GET_FOR_DIMENSION' EXPORTING dimension = l_dimid language = sy-langu TABLES units_of_measurement = lt_units EXCEPTIONS dimension_not_found = 1 OTHERS = 2.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING mass = 1 use_buffer = 'X' IMPORTING dimid = l_dimid EXCEPTIONS dimension_not_found = 1 OTHERS = 2.
UNITS_GET_FOR_DIMENSION CALL FUNCTION 'UNITS_GET_FOR_DIMENSION' EXPORTING dimension = l_dimid language = sy-langu TABLES units_of_measurement = lt_units EXCEPTIONS dimension_not_found = 1 OTHERS = 2.
DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING temperature = 1 use_buffer = 'X' IMPORTING dimid = l_dimid EXCEPTIONS dimension_not_found = 1 OTHERS = 2.
UNITS_GET_FOR_DIMENSION CALL FUNCTION 'UNITS_GET_FOR_DIMENSION' EXPORTING dimension = l_dimid language = sy-langu TABLES units_of_measurement = lt_units EXCEPTIONS dimension_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.
MOIJTI01 - Include MOIJTI01 MOIJTF08 - Include MOIJTF08 MOIJTF07_POSTING_DATE_CHECK - Include MOIJTF07_POSTING_DATE_CHECK MOIJTF06_REVERSAL_TICKET_INIT - Include MOIJTF06_REVERSAL_TICKET_INIT MOIJTF06_LAST_TIC_VERS_GET - Include MOIJTF06_LAST_TIC_VERS_GET MOIJTF06_DATA_CHECK - Include MOIJTF06_DATA_CHECK