SAP Reports / Programs

UPB_DATA_TRANSPORT SAP ABAP Report - Planning Applications: Transport Master and Transaction Data







UPB_DATA_TRANSPORT 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_TRANSPORT 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_TRANSPORT. "Basic submit
SUBMIT UPB_DATA_TRANSPORT AND RETURN. "Return to original report after report execution complete
SUBMIT UPB_DATA_TRANSPORT 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: Transport Master and Transaction Data
Text Symbol: NTD = Select Transaction Data Again
Text Symbol: TD1 = Transaction Data
Text Symbol: TD2 = Transport Transaction Data
Text Symbol: TRA = Create Transport Request
Text Symbol: WRK = Editing
Text Symbol: NMD = Select Master Data Again
Text Symbol: AR1 = Transport Transaction Data to Planning Area
Text Symbol: BMD = Get Master Data from Buffer
Text Symbol: BTD = Get Transaction Data from Buffer
Text Symbol: DIS = Only Display Transport Request
Text Symbol: MD1 = Master Data
Text Symbol: MD2 = Transport Master Data to Characteristic


INCLUDES used within this REPORT UPB_DATA_TRANSPORT

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:

UPB_DATA_MD_TRANSPORT * CALL FUNCTION 'UPB_DATA_MD_TRANSPORT' * EXPORTING * i_chanm = pt_chanm-low * IMPORTING * et_transport_object = gt_transport_object * EXCEPTIONS * no_data = 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_TRANSPORT * CALL FUNCTION 'UPB_DATA_TD_TRANSPORT' * EXPORTING * i_area = pt_area-low * IMPORTING * et_transport_object = gt_transport_object * EXCEPTIONS * no_data = 1 * failed = 2 * OTHERS = 3.

UPB_DATA_TD_DIRECTORY * CALL FUNCTION 'UPB_DATA_TD_DIRECTORY' * EXPORTING * i_area = pt_area-low * IMPORTING * eto_directory = gto_td_directory.

UPC_TRANSPORT_WRITE * CALL FUNCTION 'UPC_TRANSPORT_WRITE' * EXPORTING * it_transport_object = gt_transport_object_all * IMPORTING * et_mesg = gt_mesg.



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