MOIJTNF21 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 MOIJTNF21 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 MOIJTNF21 FILL_BUFFERS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'OIJ_EL_TICKET_H' FIELDNAME = 'TICKET_PURPOSE' LANGU = SY-LANGU TABLES DFIES_TAB = LT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING NAME = LS_DFIES-DOMNAME LANGU = SY-LANGU TEXTS_ONLY = GC_TRUE TABLES DD07V_TAB = LT_DD07V EXCEPTIONS ILLEGAL_INPUT = 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.
MOIJTNF21 - Include MOIJTNF21 FILL_BUFFERS MOIJTNF20 - Include MOIJTNF20 BUILD_DOCFL_OUTTAB MOIJTNF19 - Include MOIJTNF19 SET_DOCFLOW_TABLE_FOR_FIRST_DP MOIJTNF18 - Include MOIJTNF18 BUILD_DOCFLOW_ALV_EXCLUDE_TAB MOIJTNF17 - Include MOIJTNF17 BUILD_DOCFLOW_SORT_TAB MOIJTNF16 - Include MOIJTNF16 BUILD_DOCFLOW_ALV_LAYOUT