SAP Reports / Programs

UPB_DATA_EXPORT SAP ABAP Report - Planning Applications: Export Master and Transaction Data







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


Text pool values


Title: Planning Applications: Export Master and Transaction Data
Text Symbol: MD2 = Export Master Data to Characteristic
Text Symbol: MDA = NOTE: Texts on master data are only exported in logon language
Text Symbol: TD1 = Transaction Data
Text Symbol: TD2 = Export Transaction Data
Text Symbol: TD3 = Display Transaction Data
Text Symbol: 000 = Hierarchy
Text Symbol: AR1 = Export Data to Planning Area
Text Symbol: HI1 = Hierarchies
Text Symbol: HI2 = Export Hierarchies
Text Symbol: HIA = NOTE: Texts on Hierarchies Are Only Exported in the Logon Language
Text Symbol: MD1 = Master Data


INCLUDES used within this REPORT UPB_DATA_EXPORT

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:

UPC_AREA_GET * CALL FUNCTION 'UPC_AREA_GET' * EXPORTING * i_area = p_area * i_enqmode = ' ' * EXCEPTIONS * no_existence = 1.

UPC_DISP_F4 * CALL FUNCTION 'UPC_DISP_F4' * EXPORTING * i_node_type = 'AREA' * IMPORTING * e_area = p_area.

UPB_DATA_MD_EXPORT_CHAR * CALL FUNCTION 'UPB_DATA_MD_EXPORT_CHAR' * EXPORTING * i_area = p_area * i_chanm = pt_chanm-low * EXCEPTIONS * chanm_not_found = 1 * failed = 2 * OTHERS = 3.

UPB_DATA_MD_DIRECTORY * CALL FUNCTION 'UPB_DATA_MD_DIRECTORY' * EXPORTING * i_chanm = pt_chanm-low * IMPORTING * eto_directory = gto_md_directory.

UPB_DATA_TD_EXPORT_AREA * CALL FUNCTION 'UPB_DATA_TD_EXPORT_AREA' * EXPORTING * i_area = p_area * i_display_data = p_sel_ds * EXCEPTIONS * foreign_lock = 1 * failed = 2 * user_cancel = 3 * OTHERS = 4.

UPB_DATA_TD_DIRECTORY * CALL FUNCTION 'UPB_DATA_TD_DIRECTORY' * EXPORTING * i_area = p_area * IMPORTING * eto_directory = gto_td_directory.



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