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

MOIJTNF70 SAP ABAP INCLUDE - Include MOIJTNF70







MOIJTNF70 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 MOIJTNF70 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 MOIJTNF70. "Basic submit
SUBMIT MOIJTNF70 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIJTNF70 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 MOIJTNF70


INCLUDES used within this REPORT MOIJTNF70

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:

OIJ_TKT_OUTPUT_HEADER CALL FUNCTION 'OIJ_TKT_OUTPUT_HEADER' EXPORTING * IS_TKT_HEADER = UPD_TICKET_HEADER * IT_TKT_ITEMS = UPD_TICKET_ITEM IS_TKT_HEADER = LS_UPD_TICKET_HEADER "n967080 IT_TKT_ITEMS = LT_UPD_TICKET_ITEM "n967080 IV_TRTYP = T180-TRTYP IMPORTING EV_OBJKEY = LV_OBJKEY EV_OUT_PROCEDURE = LV_OUT_PROC ET_TKT_PARTNER = LT_TKT_PARTNER ET_OUT_PARTNER = LT_OUT_PARTNER * ET_RETURN = EXCEPTIONS TKT_TYP_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = UPD_TICKET_HEADER-TICKET_KEY IMPORTING OUTPUT = LV_ALPHA_TKT.

RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING MIN_T185F = LS_T185F MIN_OBJKY = LV_OBJKEY MIN_KAPPL = GC_OUTPUT_TKT MIN_KALSM = LV_OUT_PROC MIN_BTEXT = LV_OUTPUT_TEXT MIN_CUA_TEXT = LV_CUA_TEXT PI_OBJTYPE = GC_OBJTYPE_TKT TABLES MTB_PART = LT_MSG_PARTNER.

OIJ_TKT_OUTPUT_ITEM CALL FUNCTION 'OIJ_TKT_OUTPUT_ITEM' EXPORTING * IS_TKT_HEADER = UPD_TICKET_HEADER IS_TKT_HEADER = LS_UPD_TICKET_HEADER "n 967080 IS_TKT_ITEM = LS_TICKET_ITEM "n 967080 IV_TRTYP = T180-TRTYP IMPORTING EV_OBJKEY = LV_OBJKEY EV_OUT_PROCEDURE = LV_OUT_PROC ET_TKT_PARTNER = LT_TKT_PARTNER ET_OUT_PARTNER = LT_OUT_PARTNER * ET_RETURN = EXCEPTIONS TKT_TYP_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 OTHERS = 3 .

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = LS_TICKET_ITEM-TICKET_KEY IMPORTING OUTPUT = LV_ALPHA_TKT.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = LS_TICKET_ITEM-TICKET_ITEM IMPORTING OUTPUT = LV_ALPHA_TKTIT.

RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING MIN_T185F = LS_T185F MIN_OBJKY = LV_OBJKEY MIN_KAPPL = GC_OUTPUT_TKT MIN_KALSM = LV_OUT_PROC MIN_BTEXT = LV_OUTPUT_TEXT MIN_CUA_TEXT = LV_CUA_TEXT PI_OBJTYPE = GC_OBJTYPE_TKT TABLES MTB_PART = LT_MSG_PARTNER.



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 MOIJTNF70 or its description.