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

MOIGCF10 SAP ABAP INCLUDE - Form Routines







MOIGCF10 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 MOIGCF10 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 MOIGCF10. "Basic submit
SUBMIT MOIGCF10 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIGCF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines


INCLUDES used within this REPORT MOIGCF10

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:

FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING dynprogruppe = l_dynnr modulpool = l_repid.

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.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'OIG_TU' IMPORTING number = oigc-tu_number returncode = l_returncode.

OIG_TRANSPORT_UNIT_UPDATE CALL FUNCTION 'OIG_TRANSPORT_UNIT_UPDATE' "in update task EXPORTING i_oigc = oigc i_oigct = oigct i_oigc_flag = l_oigc_updateflag i_oigct_flag = l_oigct_updateflag i_inttab_flag = l_inttab_updateflag TABLES i_oigv_tab = oigv_tab i_oigcc_tab = roigcc_tab i_oigcma_tab = roigcma_tab i_oigccma_tab = roigccma_tab i_oigcc_delete_tab = roigccdelete_tab i_oigcma_delete_tab = roigcmadelete_tab i_oigccma_delete_tab = roigccmadelete_tab.

OIK_VEHICLE_CREATE_CHANGEPTR CALL FUNCTION 'OIK_VEHICLE_CREATE_CHANGEPTR' EXPORTING vehnumber = oigvtu-vehicle i_change_ind = change_ind EXCEPTIONS change_pointers_not_active = 1 OTHERS = 2.

FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = 3 " EXPON = 0 input = p_input_quan " IVALU = ' ' " MASKN = ' ' IMPORTING flstr = p_output_quan.

DEQUEUE_E_OIGC CALL FUNCTION 'DEQUEUE_E_OIGC' EXPORTING tu_number = oigc-tu_number.

DEQUEUE_E_OIGV CALL FUNCTION 'DEQUEUE_E_OIGV' EXPORTING vehicle = oigv_tab-vehicle.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = g_save_tabix_popup entry_to = p_linesfilled last_page_full = ' ' loops = g_looplines ok_code = fcode overlapping = 'X' IMPORTING entry_new = g_save_tabix_popup.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = g_save_tabix_screen entry_to = p_linesfilled last_page_full = ' ' loops = g_looplines ok_code = fcode overlapping = 'X' IMPORTING entry_new = g_save_tabix_screen.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = g_save_tabix_screen entry_to = p_linesfilled last_page_full = ' ' loops = g_looplines ok_code = fcode overlapping = ' ' IMPORTING entry_new = g_save_tabix_screen.

NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING nr_range_nr = '02' number = oigc-tu_number object = 'OIG_TU' IMPORTING returncode = g_csubrc.

QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING i_domain_name = 'OIG_TRUPHT' i_language = sy-langu i_domvalue_l = g_domvalue IMPORTING e_ddtext = roigc-phys_tytxt EXCEPTIONS no_data_found = 01.

QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING i_domain_name = 'OIG_TRUMOD' i_language = sy-langu i_domvalue_l = g_domvalue IMPORTING e_ddtext = roigc-mode_text EXCEPTIONS no_data_found = 01.

QC04_DOMAIN_TEXT_GET CALL FUNCTION 'QC04_DOMAIN_TEXT_GET' EXPORTING i_domain_name = 'OIG_TUSTA' i_language = sy-langu i_domvalue_l = g_domvalue IMPORTING e_ddtext = roigc-stat_text EXCEPTIONS no_data_found = 01.

WY_LFA1_SINGLE_READ CALL FUNCTION 'WY_LFA1_SINGLE_READ' EXPORTING pi_lifnr = oigc-tu_carrier IMPORTING po_lfa1 = lfa1 EXCEPTIONS no_records_found = 1 OTHERS = 2.

ENQUEUE_E_OIGC CALL FUNCTION 'ENQUEUE_E_OIGC' EXPORTING tu_number = pi_tu_number.

DEQUEUE_E_OIGC CALL FUNCTION 'DEQUEUE_E_OIGC' EXPORTING tu_number = pi_tu_number.

CHAR_FLTP_CONVERSION





CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING dyfld = p_output_quantity maxexp = 8 minexp = -3 string = p_output_quantity IMPORTING flstr = p_input_quantity EXCEPTIONS exponent_too_big = 01 exponent_too_small = 02 string_not_fltp = 03 too_many_decim = 04.

ENQUEUE_E_OIGV CALL FUNCTION 'ENQUEUE_E_OIGV' EXPORTING vehicle = oigv_tab-vehicle EXCEPTIONS foreign_lock = 1.

DEQUEUE_E_OIGV CALL FUNCTION 'DEQUEUE_E_OIGV' EXPORTING vehicle = oigv_tab-vehicle.

EQUIPMENT_READ CALL FUNCTION 'EQUIPMENT_READ' EXPORTING equi_no = oigc-equip_nr IMPORTING equi = l_equi fleet = l_fleet EXCEPTIONS auth_no_begrp = 1 auth_no_iwerk = 2 auth_no_swerk = 3 eqkt_not_found = 4 equi_not_found = 5 equz_not_found = 6 iloa_not_found = 7 auth_no_ingrp = 8 auth_no_kostl = 9 err_handle = 10 lock_failure = 11 OTHERS = 12.

DIMENSION_GET CALL FUNCTION 'DIMENSION_GET' EXPORTING amount_of_substance = po_t006d-molqu electric_current = po_t006d-ecurr length = po_t006d-leng luminous_intensity = po_t006d-light mass = po_t006d-mass temperature = po_t006d-temp time = po_t006d-timex IMPORTING dimid = po_t006d-dimid EXCEPTIONS dimension_not_found = 1 OTHERS = 2.

DIMENSION_CHECK CALL FUNCTION 'DIMENSION_CHECK' EXPORTING dimid = po_t006d-dimid msehi = pi_unit EXCEPTIONS dimension_check_failed = 1 unit_not_valid = 2 OTHERS = 3 .

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING input = pi_unit language = sy-langu IMPORTING short_text = po_unit_text EXCEPTIONS unit_not_found = 1 OTHERS = 2 .



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