UA_BATCH_IMPORT_LCLASS 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_LCLASS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include UA_BATCH_IMPORT_LCLASS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UA_LOAD_SCE_VAR_START CALL FUNCTION 'UA_LOAD_SCE_VAR_START' EXPORTING io_environment = go_environment id_databasis = gs_variant-data_basis id_sourcesys = gs_variant-source_system IMPORTING ed_subrc = ld_subrc es_costinglist = gs_costing_sce_list es_costingheader = gs_costing_sce_header eo_element = go_parent_sce.
UA_LOAD_XML_BAT_START CALL FUNCTION 'UA_LOAD_XML_BAT_START' EXPORTING io_environment = go_environment id_databasis = gs_variant-data_basis IMPORTING es_xml_file = ls_xml-xml_file ed_parent_type = ls_xml-parent_type ed_parent_id = ls_xml-parent_id ed_subrc = ld_subrc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UA_BATCH_IMPORT_LCLASS - Include UA_BATCH_IMPORT_LCLASS UA_BATCH_IMPORT_ITOP - Include UA_BATCH_IMPORT_ITOP UA_BATCH_IMPORT_IO_IMP - Include UA_BATCH_IMPORT_IO_IMP UA_BATCH_IMPORT_I02_FLOW - Include UA_BATCH_IMPORT_I02_FLOW UA_BATCH_IMPORT_I01 - Include UA_BATCH_IMPORT_I01 UA_ARCH_WRT_PROG_TEMPLATE - UAARCHWRTPROGTEMPLATE