SAP Reports / Programs | Financials | Business Analytics(FIN-BA) SAP FIN

UA_BATCH_IMPORT_SELSCREEN SAP ABAP INCLUDE - Include UA_BATCH_IMPORT_SELSCREEN







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


INCLUDES used within this REPORT UA_BATCH_IMPORT_SELSCREEN

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:

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_dc_mat-low.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_dc_mat-high.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = r_dc_wer-low.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = r_dc_wer-high.

UA_F4_KLVAR_R3 CALL FUNCTION 'UA_F4_KLVAR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_KLVAR = r_dc_klv-low.

UA_F4_KLVAR_R3 CALL FUNCTION 'UA_F4_KLVAR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_KLVAR = r_dc_klv-high.

UA_F4_VERSION_R3 * CALL FUNCTION 'UA_F4_VERSION_R3' * EXPORTING * id_source = gs_variant-source_system * IMPORTING * ED_VERSION = r_dc_tve-high.

UA_F4_VERSION_R3 * CALL FUNCTION 'UA_F4_VERSION_R3' * EXPORTING * id_source = gs_variant-source_system * IMPORTING * ED_VERSION = r_dc_tve-low.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = p_qs_mat.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = p_qs_plt.

UA_F4_AUFKZ_R3 CALL FUNCTION 'UA_F4_AUFKZ_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_AUFKZ = p_qs_auf.

UA_F4_COAREA_R3 CALL FUNCTION 'UA_F4_COAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COAREA = p_taca.

UA_F4_COSTCTR_R3 CALL FUNCTION 'UA_F4_COSTCTR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COSTCTR = r_tacc-low.

UA_F4_COSTCTR_R3 CALL FUNCTION 'UA_F4_COSTCTR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COSTCTR = r_tacc-high.

UA_F4_ACTTYPE_R3 CALL FUNCTION 'UA_F4_ACTTYPE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_acttype = r_tatt-low.

UA_F4_ACTTYPE_R3 CALL FUNCTION 'UA_F4_ACTTYPE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_acttype = r_tatt-high.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = p_tmplt.

UA_F4_VALAREA_R3 CALL FUNCTION 'UA_F4_VALAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_VALAREA = p_tmmva.

UA_F4_MATERIAL_R3





CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_tmmat-low.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_tmmat-high.

UA_F4_COAREA_R3 CALL FUNCTION 'UA_F4_COAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COAREA = p_tpca.

UA_F4_BUSPROC_R3 CALL FUNCTION 'UA_F4_BUSPROC_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_BUSPROC = r_tppro-low.

UA_F4_BUSPROC_R3 CALL FUNCTION 'UA_F4_BUSPROC_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_BUSPROC = r_tppro-high.

UA_F4_COAREA_R3 CALL FUNCTION 'UA_F4_COAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COAREA = p_tsca.

UA_F4_SERVICE_R3 CALL FUNCTION 'UA_F4_SERVICE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_SERVICE = r_tsserv-low.

UA_F4_SERVICE_R3 CALL FUNCTION 'UA_F4_SERVICE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_SERVICE = r_tsserv-high.

UA_F4_COAREA_R3 CALL FUNCTION 'UA_F4_COAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COAREA = p_oaca.

UA_F4_COSTCTR_R3 CALL FUNCTION 'UA_F4_COSTCTR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COSTCTR = r_oacc-low.

UA_F4_COSTCTR_R3 CALL FUNCTION 'UA_F4_COSTCTR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COSTCTR = r_oacc-high.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = p_omplt.

UA_F4_VALAREA_R3 CALL FUNCTION 'UA_F4_VALAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_VALAREA = p_oamva.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_oammat-low.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = r_oammat-high.

UA_F4_COAREA_R3 CALL FUNCTION 'UA_F4_COAREA_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_COAREA = p_oapca.

UA_F4_BUSPROC_R3 CALL FUNCTION 'UA_F4_BUSPROC_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_BUSPROC = r_oappro-low.

UA_F4_BUSPROC_R3 CALL FUNCTION 'UA_F4_BUSPROC_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_BUSPROC = r_oappro-high.

UA_F4_SERVICE_R3 CALL FUNCTION 'UA_F4_SERVICE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_SERVICE = r_osserv-low.

UA_F4_SERVICE_R3 CALL FUNCTION 'UA_F4_SERVICE_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_SERVICE = r_osserv-high.




UA_RFC_PDCE_FIELD_QUERY_R3 CALL FUNCTION 'UA_RFC_PDCE_FIELD_QUERY_R3' EXPORTING id_tabname = 'PPEFILT' * ID_DELIMITER = ' ' id_source_system = 'QPT/004' * ID_MAXROWS = 99 * IMPORTING * ED_CODE = tables it_option = LT_OPTION it_field = LT_FIELD et_data = ET_DATA bapiret2 = BAPIRET2.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING titel = text-flt IMPORTING select_value = answer TABLES fields = f4ftab valuetab = ET_DATA EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

UA_RFC_PDCE_FIELD_QUERY_R3 CALL FUNCTION 'UA_RFC_PDCE_FIELD_QUERY_R3' EXPORTING id_tabname = 'PFOCID' * ID_DELIMITER = ' ' id_source_system = 'QPT/004' * ID_MAXROWS = 99 * IMPORTING * ED_CODE = tables it_option = LT_OPTION it_field = LT_FIELD et_data = ET_DATA bapiret2 = BAPIRET2.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING titel = text-foc IMPORTING select_value = answer TABLES fields = f4ftab valuetab = ET_DATA EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

UA_F4_VENDOR_R3 CALL FUNCTION 'UA_F4_VENDOR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_vendor = p_tmved1.

UA_F4_VENDOR_R3 CALL FUNCTION 'UA_F4_VENDOR_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_vendor = p_tmved2.

UA_F4_PURCH_ORG_R3 CALL FUNCTION 'UA_F4_PURCH_ORG_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_purch_org = p_tmorg1.

UA_F4_PURCH_ORG_R3 CALL FUNCTION 'UA_F4_PURCH_ORG_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_purch_org = p_tmorg2.

UA_F4_MATERIAL_R3 CALL FUNCTION 'UA_F4_MATERIAL_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_matnr = p_b_mat.

UA_F4_PLANT_R3 CALL FUNCTION 'UA_F4_PLANT_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_plant = p_b_plnt.

UA_F4_CAPID_R3 CALL FUNCTION 'UA_F4_CAPID_R3' EXPORTING id_source = gs_variant-source_system IMPORTING ed_capid = p_b_app.



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