SAP Reports / Programs

RS_STREE_OBJECTS_TO_REQ_GET SAP ABAP Report - Program RS_STREE_OBJECTS_TO_TASK_GET







RS_STREE_OBJECTS_TO_REQ_GET 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 RS_STREE_OBJECTS_TO_REQ_GET 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 RS_STREE_OBJECTS_TO_REQ_GET. "Basic submit
SUBMIT RS_STREE_OBJECTS_TO_REQ_GET AND RETURN. "Return to original report after report execution complete
SUBMIT RS_STREE_OBJECTS_TO_REQ_GET 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: P_TRFUNC = Request Type
Selection Text: P_TRKORR = Request
Title: Program RS_STREE_OBJECTS_TO_TASK_GET
Text Symbol: 001 = Piece list for structure "&1" completed
Text Symbol: 002 = Transport request "&1" contains no incomplete structures
Text Symbol: 003 = Piece list for enhanncement "&1" completed in structure "&2"
Text Symbol: 004 = Transport request "&1" contains no incomplete enhanncements
Text Symbol: 005 = Structures completed
Text Symbol: 006 = Enhancements completed
Text Symbol: 010 = Error Completing Structure "&1"
Text Symbol: 011 = Error Completing Enhancement "&1" in Structure "&2"


INCLUDES used within this REPORT RS_STREE_OBJECTS_TO_REQ_GET

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:

TR_READ_REQUEST CALL FUNCTION 'TR_READ_REQUEST' EXPORTING iv_read_e070 = 'X' iv_read_e07t = 'X' * IV_READ_E070C = ' ' * IV_READ_E070M = ' ' * IV_READ_OBJS_KEYS = ' ' * IV_READ_ATTRIBUTES = ' ' iv_trkorr = p_trkorr CHANGING cs_request = trwbo_request EXCEPTIONS error_occured = 1 no_authorization = 2 OTHERS = 3.

TR_GET_OBJECTS_OF_REQ_AN_TASKS CALL FUNCTION 'TR_GET_OBJECTS_OF_REQ_AN_TASKS' EXPORTING is_request_header = request_header iv_condense_objectlist = 'X' IMPORTING et_objects = objects et_keys = keys EXCEPTIONS invalid_input = 1 OTHERS = 2.

STREE_STRUCTURE_READ_MULTIPLE CALL FUNCTION 'STREE_STRUCTURE_READ_MULTIPLE' EXPORTING get_also_texts = 'X' TABLES i_structure_ids = structure_ids e_structure_header = structure_headers e_structure_texts = structure_texts.

STREE_STRUCTURE_READ_MULTIPLE CALL FUNCTION 'STREE_STRUCTURE_READ_MULTIPLE' TABLES i_structure_ids = structure_ids e_structure_header = structure_headers.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = 'Strukturen werden vervollstÃĪndigt'(005).

STREE_GET_TRANSPORT_KEYS CALL FUNCTION 'STREE_GET_TRANSPORT_KEYS' EXPORTING structure_id = incomplete_structures-id TABLES object_list = object_list_ko200 key_list = key_list.

TRINT_APPEND_COMM CALL FUNCTION 'TRINT_APPEND_COMM' EXPORTING wi_exclusive = 'X' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = p_trkorr TABLES wt_e071 = object_list_e071 wt_e071k = key_list EXCEPTIONS e071k_append_error = 1 e071_append_error = 2 trkorr_empty = 3 OTHERS = 4.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = percentage text = 'Erweiterungen werden vervollstÃĪndigt'(006).

STREE_INSERT_EXT_IN_TRANSPORT CALL FUNCTION 'STREE_INSERT_EXT_IN_TRANSPORT' EXPORTING structure_id = incomplete_extensions-id extension_id = incomplete_extensions-extension transport_extension = 'O' transport_order = p_trkorr transport_type = request_header-trfunction IMPORTING message = message EXCEPTIONS OTHERS = 1.

STREE_RAISE_MESSAGE CALL FUNCTION 'STREE_RAISE_MESSAGE' EXPORTING message = message.

TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' EXPORTING iv_username = sy-uname * IV_TRKORR_PATTERN = * IV_TRFUNCTIONS = * IV_TRSTATUS = * IV_FROM_DATE = * IV_TO_DATE = * IV_CLIENT = * IV_PROJECT = * IV_TITLE = * IV_VIA_SELECTION_SCREEN = 'X' * IV_COMPLETE_REQUESTS = 'X' * IT_EXCLUDE_REQUESTS = IMPORTING ev_selected_request = p_trkorr es_selected_request = request_header.



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