MOIJTF02_CHECK_FOR_DUPLICATE 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 MOIJTF02_CHECK_FOR_DUPLICATE 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!
OIJ_EL_A_READ_TICKETS CALL FUNCTION 'OIJ_EL_A_READ_TICKETS' EXPORTING I_GET_TICKET = 'X' I_GET_AUOM = ' ' I_GET_ERRLOG = ' ' I_GET_DOC_FLOW = ' ' * I_CREATE_WARNING = ' ' * I_UPPER_LIMIT = 500 * I_ASK_FOR_CONFIRMATION = ' ' I_SORT = 'X' TABLES SO_TICKETNR = SO_TICKETNR SO_TKT_TIMESTAMP = SO_TKT_TIMESTAMP SO_TKT_LOCID = SO_TKT_LOCID * SO_STATUS = * SO_SUBST = * SO_TKTRC = * SO_NOMNR = SO_NOMNR * SO_NOMTK = * SO_ITEM = * SO_SITYP = * SO_MVSCENARIO = * SO_CARRIER = SO_CARRIER ** SO_SHIPPER = ** SO_CONSIGNE = ** SO_VEHICLE = ** SO_SHTYPE = ** SO_TPLST = ** SO_TSYST = ** SO_MENGE = ** SO_MEINS = ** SO_MATNR = ** SO_WERKS_O = ** SO_LGORT_O = ** SO_WERKS_D = ** SO_LGORT_D = ** SO_O_API_GRAV = ** SO_API_GRT_D = ** SO_TSTMP = ** SO_TSTEH = ** SO_TDICH = ** SO_MTTMP = ** SO_AVG_TEMP = ** SO_TANKAGE = ** SO_ENDDAT = ** SO_ERDAT = ** SO_ERZEIT = ** SO_ERNAM = ** SO_AEDAT = ** SO_AEZEIT = ** SO_AENAM = ** SO_BLOIND = ** SO_DELIND = * T_OIJHCT01 = G_OIJHCT01_TAB * T_OIJHUOM = G_OIJHUO*M_TAB * T_OIJDOCFL = T_OIJDOCFL * T_OIJERRLOG = OIJERRLOG_TABLE T_OIJ_EL_TICKET_H = L_THT * T_OIJ_EL_TICKET_I = T_TICKET_ITEM * T_OIJ_EL_TICKET_S = T_TICKET_SUB_ITEM * T_OIJ_EL_TCKET_UOM = T_TICKET_UOM * T_OIJ_EL_ERROR_LOG = T_TICKET_ERR_LOG * T_OIJ_EL_DOC_FLOW = T_TICKET_DOC_FLOW EXCEPTIONS NO_DATA_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.
MOIJTF02_CHECK_FOR_DUPLICATE - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJTF02 - Include MOIJTF02 MOIJTF01_VAL_REQ_UOM - Include MOIJTF01_VAL_REQ_UOM MOIJTF01_VAL_REQ_TEMP_UOM - Include MOIJTF01_VAL_REQ_TEMP_UOM MOIJTF01_TRANSFER_DATA - Include MOIJTF01_TRANSFER_DATA MOIJTF01_TABLES_DATA_FILL - Include MOIJTF01_TABLES_DATA_FILL