MOIJTF01_CREATE_TICKET_RECORD 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 MOIJTF01_CREATE_TICKET_RECORD 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!
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = 3 INPUT = V_ACTUAL_ITEM_WA-O_API_GRAV IMPORTING FLSTR = V_O_API_GRAV EXCEPTIONS OTHERS = 1.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = 3 INPUT = V_ACTUAL_ITEM_WA-MTTMP IMPORTING FLSTR = V_MTTMP EXCEPTIONS OTHERS = 1.
FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = 3 INPUT = V_ACTUAL_ITEM_WA-TSTMP IMPORTING FLSTR = V_TSTMP EXCEPTIONS OTHERS = 1.
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING MATNR = G_ACTUAL_ITEM-MATNR SPRAS = SY-LANGU IMPORTING WMAKT = V_MAKT EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIJTF01_CREATE_TICKET_RECORD - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJTF01_CHECK_UOM_REDUNDANCY - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJTF01_CHECK_UOM - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJTF01_CHAR_FLTP_CONVERSION - OIL-TSW: Read USR01 from database for the user SY-UNAME MOIJTF01 - Include MOIJTF01 MOIJTE01 - Include MOIJTE01