SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Data Modeler(BC-DWB-TOO-DMO) SAP BC

RUDUTI05 SAP ABAP Report - Information Model: Create Transport Request for Docu. Objects







RUDUTI05 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 RUDUTI05 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 RUDUTI05. "Basic submit
SUBMIT RUDUTI05 AND RETURN. "Return to original report after report execution complete
SUBMIT RUDUTI05 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: PTRKORR = Transport Request
Selection Text: PLANGU = Language
Selection Text: PDPRINT = Output Objects (x)
Selection Text: PDMVERS = Version
Selection Text: PDMOID = Data Model
Title: Information Model: Create Transport Request for Docu. Objects
Text Symbol: 220 = Number of Entries
Text Symbol: 214 = Saved in
Text Symbol: 213 = Error when saving
Text Symbol: 212 = EDM Documentation Objects
Text Symbol: 211 = Generate command file...
Text Symbol: 129 = Specializations
Text Symbol: 125 = Cluster
Text Symbol: 124 = Relationships
Text Symbol: 122 = Specializ. Categories
Text Symbol: 121 = Entity Types
Text Symbol: 120 = Data Model
Text Symbol: 112 = Docu. Objects Number Lines
Text Symbol: 111 = Objects Number
Text Symbol: 110 = Data Model Statistics
Text Symbol: 109 = Cluster Definitions
Text Symbol: 108 = Relationship Definitions
Text Symbol: 107 = Relationship Comments
Text Symbol: 106 = Entity Type Examples
Text Symbol: 105 = Data Model Definitions
Text Symbol: 102 = Specialization Categories
Text Symbol: 101 = Entity Type Comments
Text Symbol: 100 = Entity Type Definitions


INCLUDES used within this REPORT RUDUTI05

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:

ENQUEUE_E_TRKORR CALL FUNCTION 'ENQUEUE_E_TRKORR' EXPORTING TRKORR = E070-TRKORR EXCEPTIONS FOREIGN_LOCK = 1.

DEQUEUE_E_TRKORR CALL FUNCTION 'DEQUEUE_E_TRKORR' EXPORTING TRKORR = E070-TRKORR.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING WI_E070 = E070 WI_E07T = E07T WI_SEL_E071 = 'X' * wi_sel_e071k = 'X' WI_SEL_E07T = 'X' * WI_SEL_E070C = ' ' * WI_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES WT_E071 = E071_TAB * WT_E071K = EXCEPTIONS DB_ACCESS_ERROR = 1 CHOSEN_PROJECT_CLOSED = 2 LOCKED_ENTRIES = 3 LOCKED_OBJECT_NOT_DELETED = 4 ORDERNAME_FORBIDDEN = 5 ORDERNUMBER_EMPTY = 6 ORDER_CHANGE_BUT_LOCKED_OBJECT = 7 ORDER_RELEASED = 8 ORDER_USER_LOCKED = 9 TR_CHECK_KEYSYNTAX_ERROR = 10 TR_ENQUEUE_FAILED = 11 NO_AUTHORIZATION = 12 WRONG_CLIENT = 13 UNALLOWED_SOURCE_CLIENT = 14 UNALLOWED_USER = 15 UNALLOWED_TRFUNCTION = 16 UNALLOWED_TRSTATUS = 17 NO_SYSTEMNAME = 18 NO_SYSTEMTYPE = 19 * INVALID_CHANGE_OF_TYPES = 20 OTHERS = 21.



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