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

MOIJTNF02_QCI_PROCESSING SAP ABAP INCLUDE - Include MOIJTNF02_QCI_PROCESSING







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


INCLUDES used within this REPORT MOIJTNF02_QCI_PROCESSING

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:

OIJB_TKT_QCI_INTERFACE * CALL FUNCTION 'OIJB_TKT_QCI_INTERFACE' * EXPORTING * IS_TICKET_HEADER = LS_TKT_HEADER * IS_TICKET_ITEM = LS_TKT_ITEM ** IS_NOMINATION_HEADER = ** IS_NOMINATION_ITEM = * CHANGING ** CS_OIJ_EL_TKT_I_O1 = GT_TKT_I_O1 ** CT_OIJ_EL_TKT_I_O2 = GT_TKT_I_O2_1 * CS_TKT_QCI = LT_TKT_ITEM_QCI ** RETURN = * EXCEPTIONS * TICKET_ITEM_UNIT_ERROR = 1 * OTHERS = 2 * .

OIB_QCI_MOVE_ITAB_TO_STRUC_ALL CALL FUNCTION 'OIB_QCI_MOVE_ITAB_TO_STRUC_ALL' "SO7K116073 EXPORTING "SO7K116073 I_DDIC_REFERENCE = 'ROIJ_EL_TKT_I_O1' "SO7K116073 IMPORTING "SO7K116073 E_STRUCTURE = LS_TKT_I_O1 "SO7K116073 TABLES "SO7K116073 T_OIB_A10 = LS_TKT_ITEM_QCI-T_PARAM[] "SO7K116073 EXCEPTIONS "SO7K116073 STRUCTURE_NOT_EXISTS = 1 "SO7K116073 FIELD_TYPE_NOT_VALID = 2 "SO7K116073 INCONSISTENT_CUSTOMIZING = 3 "SO7K116073 OTHERS = 4. "SO7K116073

OIB_QCI_MOVE_ITAB_TO_STRUC * CALL FUNCTION 'OIB_QCI_MOVE_ITAB_TO_STRUC' "SO7K116073 * EXPORTING "SO7K116073 * I_DDIC_REFERENCE = 'OIB_A04' "SO7K116073 * IMPORTING "SO7K116073 * E_STRUCTURE = LS_OIB_A04 "SO7K116073 * TABLES "SO7K116073 * T_OIB_A10 = LS_TKT_ITEM_QCI-T_PARAM[]"SO7K116073 * EXCEPTIONS "SO7K116073 * STRUCTURE_NOT_EXISTS = 1 "SO7K116073 * FIELD_TYPE_NOT_VALID = 2 "SO7K116073 * OTHERS = 3. "SO7K116073

OIJB_TKT_QCI_INTERFACE CALL FUNCTION 'OIJB_TKT_QCI_INTERFACE' EXPORTING IS_WORKING = 'H' IS_TICKET_HEADER = LS_TKT_HEADER IS_TICKET_ITEM = LS_TKT_ITEM IS_NOMINATION_HEADER = GS_OIJNOMH IS_NOMINATION_ITEM = GS_OIJNOMI CHANGING CS_OIJ_EL_TKT_I_O1 = LS_TKT_I_O1 CT_OIJ_EL_TKT_I_O2 = LT_TKT_I_O2[] "SO7K116073 CS_TKT_QCI = LT_TKT_ITEM_QCI RETURN = LT_RETURN EXCEPTIONS TICKET_ITEM_UNIT_ERROR = 1 OTHERS = 2.

OIB_SET_QCI_PARAM CALL FUNCTION 'OIB_SET_QCI_PARAM' EXPORTING * I_PARAM_READ_ONLY = LV_QCI_PARAM_READ_ONLY * I_ADQTY_READ_ONLY = LV_QCI_ADQTY_READ_ONLY * I_NO_CALC = LV_NO_CALC I_PARAM_READ_ONLY = GV_QCI_PARAM_READ_ONLY I_ADQTY_READ_ONLY = GV_QCI_ADQTY_READ_ONLY I_NO_CALC = GV_NO_CALC TABLES IT_PARAM = LS_TKT_ITEM_QCI-T_PARAM IT_ADQTY = LS_TKT_ITEM_QCI-T_ADQTY.

OIB_QUANTITY_CONVERSION CALL FUNCTION 'OIB_QUANTITY_CONVERSION' TABLES CT_PARAM = LS_TKT_ITEM_QCI-T_PARAM CT_ADQTY = LS_TKT_ITEM_QCI-T_ADQTY CT_BAPIRET = LS_TKT_ITEM_QCI-T_BAPIRET EXCEPTIONS QCI_ABORT = 1 QCI_ERROR = 2 QCI_WARNING = 3 QCI_INFO = 4 OTHERS = 5.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = ls_return-id exception_if_not_active = 'X' msgty = ls_return-type msgv1 = ls_return-message_v1 msgv2 = ls_return-message_v2 msgv3 = ls_return-message_v3 msgv4 = ls_return-message_v4 txtnr = ls_return-number EXCEPTIONS message_type_not_valid = 1 not_active = 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 MOIJTNF02_QCI_PROCESSING or its description.