SAP Reports / Programs | Aerospace & Defence Industry Solution | Aerospace & Defence Industry Solution(IS-AD) SAP IS

ORF6F01 SAP ABAP INCLUDE - MAIN Report







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


Text pool values


Title: MAIN Report


INCLUDES used within this REPORT ORF6F01

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:

GET_IT_MTBE_TEXT CALL FUNCTION 'GET_IT_MTBE_TEXT' IMPORTING x007 = wa_txt-x007 x008 = wa_txt-x008 x009 = wa_txt-x009 x010 = wa_txt-x010 x011 = wa_txt-x011 x012 = wa_txt-x012 x013 = wa_txt-x013 x014 = wa_txt-x014.

FILL_IT_PARTS CALL FUNCTION 'FILL_IT_PARTS' EXPORTING wa_set = wa_set ip_matnr_assign = wa_orf5cust-ip_matnr_assign search_mtbe = search_mtbe_r IMPORTING n_parts = n_parts TABLES i_parts = i_parts i_spciphdr = i_spciphdr i_spcippdr = i_spcippdr i_spcippds = i_spcippds i_spcipcsn = i_spcipcsn it_parts = it_parts EXCEPTIONS wrong_int_ip_matnr_assign = 1.

FILL_IT_AC_EC CALL FUNCTION 'FILL_IT_AC_EC' TABLES it_airc = it_airc it_ec = it_ec EXCEPTIONS select_error = 1 no_selection_ac = 2 no_selection_ec = 3 OTHERS = 4.

GET_PART CALL FUNCTION 'GET_PART' EXPORTING n_parts = n_parts IMPORTING wa_part = wa_part TABLES it_parts = it_parts CHANGING index = index_part EXCEPTIONS no_selection_values = 1 wrong_index = 2 OTHERS = 3.

ENQUEUE_EORFCALC CALL FUNCTION 'ENQUEUE_EORFCALC' EXPORTING mandt = sy-mandt sqnbr = wa_part-sqnbr pnr = wa_part-pnr mfr = wa_part-mfr eip = wa_part-eip eim = wa_part-eim EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

GET_PART CALL FUNCTION 'GET_PART' EXPORTING n_parts = n_parts IMPORTING wa_part = wa_part TABLES it_parts = it_parts CHANGING index = index_part EXCEPTIONS no_selection_values = 1 wrong_index = 2 OTHERS = 3.

GET_OTHER CALL FUNCTION 'GET_OTHER' EXPORTING wa_part = wa_part wa_orf2cust = wa_orf2cust IMPORTING pnr_bere = wa1_spec_abap-pnr_bere mfr_bere = wa1_spec_abap-mfr_bere moa_bere = wa1_spec_abap-moa_bere cus_bere = wa1_spec_abap-cus_bere sqnbr_bere = wa1_spec_abap-sqnbr_bere eip_bere = wa1_spec_abap-eip_bere eim_bere = wa1_spec_abap-eim_bere matnr_bere = wa1_spec_abap-matnr_bere tat_rep_system = wa1_spec_abap-tat_rep_system tat_trp_system = wa1_spec_abap-tat_trp_system tat_rep_manuf = wa1_spec_abap-tat_rep_manuf ec_system = wa1_spec_abap-ec_system ec_manuf = wa1_spec_abap-ec_manuf neq_system = wa1_spec_abap-neq_syst neq_manuf = wa1_spec_abap-neq_manuf homeshop_system = wa1_spec_abap-homeshop_system price_system = wa1_spec_abap-price_system price_manuf = wa1_spec_abap-price_manuf spc_manuf = wa1_spec_abap-spc_manuf rec_manuf = wa1_spec_abap-rec_manuf CHANGING wa_syst_source = wa_syst_source EXCEPTIONS no_tat_system_data = 1 no_tat_manuf_data = 2 no_neq_system_data = 3 no_neq_manuf_data = 4 no_key_manuf_data = 5 no_hdr_manuf_data = 6 no_price_system_data = 7 no_price_manuf_data = 8 no_ec_system_data = 9 no_ec_manuf_data = 10 OTHERS = 11.

FILL_IT_MTBE CALL FUNCTION 'FILL_IT_MTBE' EXPORTING wa_part = wa_part TABLES it_mtbe = it_mtbe it_mtbe_manuf = it_mtbe_manuf it_mtbe_system = it_mtbe_system.

GET_UNIT_TEXT CALL FUNCTION 'GET_UNIT_TEXT' EXPORTING choose200 = choose200 wa_part = wa_part wa_orf2cust = wa_orf2cust IMPORTING wa1_text200 = wa1_text200 curr_system = wa1_spec_abap-curr_system curr_manuf = wa1_spec_abap-curr_manuf CHANGING wa_syst_source = wa_syst_source.



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