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

ORF2F01 SAP ABAP INCLUDE - Form PBO200







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


INCLUDES used within this REPORT ORF2F01

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:

FILL_IT_PARTS CALL FUNCTION 'FILL_IT_PARTS' EXPORTING WA_SET = WA_SET IP_MATNR_ASSIGN = WA_ORF2CUST-IP_MATNR_ASSIGN SEARCH_MTBE = WA_ORF2CUST-SEARCH_MTBE 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.

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.

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.

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.

SET_RADIO_MTBE CALL FUNCTION 'SET_RADIO_MTBE' EXPORTING WA_PART = WA_PART CHANGING CHOOSE200 = CHOOSE200.

GET_MTBE CALL FUNCTION 'GET_MTBE' EXPORTING CHOOSE200 = CHOOSE200 OK_SAVE = 'CHOOSE_MTBE_DEF' WA_ORF2CUST = WA_ORF2CUST IMPORTING MTBE_SYST = WA1_SPEC_ABAP-MTBE_SYST MTBE_MANUF = WA1_SPEC_ABAP-MTBE_MANUF TABLES IT_MTBE = IT_MTBE CHANGING WA_SYST_SOURCE = WA_SYST_SOURCE EXCEPTIONS CANNOT_READ_TABLE = 1 NO_MTBE_DATA = 2 NO_MTBE_MANUF_DATA = 3 NO_MTBE_SYST_DATA = 4 OTHERS = 5.

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.

GET_CALC_INPUT CALL FUNCTION 'GET_CALC_INPUT' EXPORTING CHOOSE200 = CHOOSE200 WA1_SPEC_ABAP = WA1_SPEC_ABAP CHANGE_INP_SWITCH = CHANGE_INP_SWITCH IMPORTING WA1_IP_ABAP = WA1_IP_ABAP WA3_IP_ABAP = WA3_IP_ABAP TABLES IT_AIRC = IT_AIRC IT_EC = IT_EC EXCEPTIONS CANNOT_GET_AC_DATA = 2 CANNOT_GET_EC_DATA = 3 OTHERS = 4.

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