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

UA_BATCH_IMPORT_LCLASS SAP ABAP INCLUDE - Include UA_BATCH_IMPORT_LCLASS







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


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


INCLUDES used within this REPORT UA_BATCH_IMPORT_LCLASS

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_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.



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