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

UA_R3_UPLOAD SAP ABAP Report - Upload R/3 Data into Costing Engine







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


Text pool values


Selection Text: GT_DATE1 = Validity Date
Selection Text: GT_DATE6 = Validity Date
Selection Text: GT_PERI3 = Period
Selection Text: GD_AUFK7 = D .
Selection Text: GD_BRDA7 = D .
Selection Text: GD_BWKY2 = D .
Selection Text: GD_BWKY4 = D .
Selection Text: GD_CALC5 = D .
Selection Text: GD_CALC7 = D .
Selection Text: GD_DBAS = D .
Selection Text: GD_DEST = D .
Selection Text: GD_GJHR1 = D .
Selection Text: GD_GJHR3 = D .
Selection Text: GD_IMP = D .
Selection Text: GD_KOKR1 = D .
Selection Text: GD_KOKR3 = D .
Selection Text: GD_KOKR6 = D .
Selection Text: GD_MATN7 = D .
Selection Text: GD_UPD = D .
Selection Text: GD_VERS1 = D .
Selection Text: GD_VERS3 = D .
Selection Text: GD_WERK2 = D .
Selection Text: GD_WERK4 = D .
Selection Text: GD_WERK5 = D .
Selection Text: GD_WERK7 = D .
Selection Text: GT_KADT5 = D .
Selection Text: GT_KLVR5 = D .
Selection Text: GT_KSTL1 = D .
Selection Text: GT_KSTL3 = D .
Selection Text: GT_LSTA1 = D .
Selection Text: GT_LSTA3 = D .
Selection Text: GT_MATN2 = D .
Selection Text: GT_MATN4 = D .
Selection Text: GT_MATN5 = D .
Selection Text: GT_PRZN6 = D .
Selection Text: GT_VERS5 = D .
Selection Text: GD_UPDT5 = Marked/Released
Selection Text: GD_CNM01 = Field





Selection Text: GD_CNM02 = Field
Selection Text: GD_CNM03 = Field
Selection Text: GD_CNM04 = Field
Selection Text: GD_CNM05 = Field
Selection Text: GD_CVL01 = Value
Selection Text: GD_CVL02 = Value
Selection Text: GD_CVL03 = Value
Selection Text: GD_CVL04 = Value
Selection Text: GD_CVL05 = Value
Selection Text: GD_QSTR5 = With Quantity Structure
Selection Text: GD_READ = Set Write Protection
Selection Text: GD_TEST = Test Run
Title: Upload R/3 Data into Costing Engine
Text Symbol: 001 = Cost Center/Activity Type
Text Symbol: 002 = Material
Text Symbol: 003 = Activity Price
Text Symbol: 004 = MaterialPrice
Text Symbol: 005 = Costing Structure
Text Symbol: 006 = Business Process
Text Symbol: 007 = QtyStructure
Text Symbol: 100 = Controlling Area
Text Symbol: 101 = Cost Center
Text Symbol: 102 = Fiscal Year
Text Symbol: 103 = Plnt
Text Symbol: 104 = Valuation Area
Text Symbol: 105 = Material No.
Text Symbol: 106 = Source System
Text Symbol: 107 = Data Basis
Text Symbol: 108 = Business Process
Text Symbol: 109 = Selection
Text Symbol: 200 = RFC Destinations
Text Symbol: 300 = Default
Text Symbol: 400 = Field Values &1
Text Symbol: 500 = Field Name &1
Text Symbol: SEL = Selection Parameter


INCLUDES used within this REPORT UA_R3_UPLOAD

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_R3_UPLOAD_SETUP





*** CALL FUNCTION 'UA_R3_UPLOAD_SETUP' *** EXPORTING *** id_databasis = gd_dbas *** id_test_mode = gd_test.

UA_R3_UPLOAD_OBJECTS_TABLES *** CALL FUNCTION 'UA_R3_UPLOAD_OBJECTS_TABLES' *** EXPORTING *** id_read_only = gd_read *** TABLES *** it_material = gt_material *** it_costcenter_acttype = gt_cctract *** it_business_process = gt_busproc *** it_material_price = gt_matprice *** it_cctract_price = gt_actprice *** it_busproc_price = gt_bpprice *** EXCEPTIONS *** messages_occurred = 0.

UA_R3_UPLOAD_EXPLOSION_LIST *** CALL FUNCTION 'UA_R3_UPLOAD_EXPLOSION_LIST' *** EXPORTING *** it_explosion_list = gt_explolist *** id_read_only = gd_read *** id_calculate = gd_calc5 *** EXCEPTIONS *** messages_occurred = 0.

UA_R3_UPLOAD_QTY_STRUCTURE *** CALL FUNCTION 'UA_R3_UPLOAD_QTY_STRUCTURE' *** EXPORTING *** id_read_only = gd_read *** id_calculate = gd_calc7 *** TABLES *** it_qty_structure = gt_qty_structure *** EXCEPTIONS *** messages_occurred = 0.

UA_R3_UPLOAD_DISPLAY_MESSAGES *** CALL FUNCTION 'UA_R3_UPLOAD_DISPLAY_MESSAGES'.

UA_R3_UPLOAD_MAX_ERR_TYPE *** CALL FUNCTION 'UA_R3_UPLOAD_MAX_ERR_TYPE' *** IMPORTING *** ed_max_err_type = ld_max_err *** EXCEPTIONS *** no_messages = 0.

UA_R3_UPLOAD_SAVE *** CALL FUNCTION 'UA_R3_UPLOAD_SAVE'.



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