SAP Reports / Programs | Trader's and Scheduler's Workbench | Industry Solution Oil | Trader's and Scheduler's Workbench(IS-OIL-DS-TSW) SAP IS

MOIJTNF08 SAP ABAP INCLUDE - Include MOIJTF08







MOIJTNF08 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 MOIJTNF08 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MOIJTNF08. "Basic submit
SUBMIT MOIJTNF08 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIJTNF08 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MOIJTF08


INCLUDES used within this REPORT MOIJTNF08

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ENQUEUE_E_OIJTKT CALL FUNCTION 'ENQUEUE_E_OIJTKT' EXPORTING mode_oij_el_ticket_h = 'E' mandt = sy-mandt ticket_key = p_ticket_key ticket_version = p_ticket_version ticket_purpose = p_ticket_purpose EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_OIJTKT CALL FUNCTION 'DEQUEUE_E_OIJTKT' EXPORTING mode_oij_el_ticket_h = 'E' mandt = sy-mandt ticket_key = p_ticket_key ticket_version = p_ticket_version ticket_purpose = p_ticket_purpose * X_TICKET_KEY = ' ' * X_TICKET_VERSION = ' ' * X_TICKET_PURPOSE = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

CUA_PARAMETER_READ CALL FUNCTION 'CUA_PARAMETER_READ' EXPORTING programm = t185f-agidv bildgruppe = t185-bldgr bild = t185-panel typ = t185f-trtyp 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.

OIJ_RU_TKT_GET_FCODE CALL FUNCTION 'OIJ_RU_TKT_GET_FCODE' CHANGING c_fcode = fcode.

OIJ_MAINTAIN_NOMINATION CALL FUNCTION 'OIJ_MAINTAIN_NOMINATION' EXPORTING it_oijnomh_key = iv_oijnomh_key it_nom_item = nom_i.

OIJ_MAINTAIN_NOMINATION CALL FUNCTION 'OIJ_MAINTAIN_NOMINATION' EXPORTING it_oijnomh_key = iv_oijnomh_key it_nom_item = nom_i.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING programm = gc_sapmoijtn kopfgruppe = gv_kopfgruppe positionsgruppe = gv_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 = gv_leave_flag.

OIJ_NOMI_REFERENCE_GET * CALL FUNCTION 'OIJ_NOMI_REFERENCE_GET' * EXPORTING * P_OIJNOMH = OIJNOMH * P_TICKET_HEADER = REF_OIJ_EL_TICKET_H_STR * P_TICKET_ITEM = S_TICKET_ITEM * TABLES * OIJNOMI_TABLE = REF_OIJNOMI * CHANGING * P_OIJNOMI = REF_OIJNOMI * EXCEPTIONS * NO_MATCHED_NOMINATION_ITEM = 1 * NO_UNIQUE_NOMINATION_ITEM = 2 * OTHERS = 3.

OIB_QCI_MOVE_ITAB_TO_STRUC CALL FUNCTION 'OIB_QCI_MOVE_ITAB_TO_STRUC' EXPORTING i_ddic_reference = 'OIB_A04' IMPORTING e_structure = ls_oib_a04 TABLES t_oib_a10 = ls_upd_item_qci-t_param EXCEPTIONS structure_not_exists = 1 field_type_not_valid = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MOIJTNF08 or its description.