SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSAQDEVC SAP ABAP INCLUDE - Connection to the Workbench Organizer







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


Text pool values


Title: Connection to the Workbench Organizer


INCLUDES used within this REPORT RSAQDEVC

INCLUDE RSAQCOMC.
INCLUDE RSAQDEVD.


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:

RSAQ_GET_CLASSNAME call function 'RSAQ_GET_CLASSNAME' exporting i_action = co_act_transport_request importing e_clsname = l_clsname.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQQU' wi_tadir_obj_name = l_obj_name wi_read_only = 'X' importing new_tadir_entry = l_tadir exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQQU' wi_tadir_obj_name = l_obj_name wi_tadir_devclass = tr_devclass_qu wi_tadir_masterlang = tr_mlangu_qu wi_set_genflag = c_gen_obj exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQSG' wi_tadir_obj_name = l_obj_name wi_read_only = 'X' importing new_tadir_entry = l_tadir exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQSG' wi_tadir_obj_name = l_obj_name wi_tadir_devclass = tr_devclass_sg wi_tadir_masterlang = tr_mlangu_sg wi_set_genflag = c_gen_obj exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQBG' wi_tadir_obj_name = l_obj_name wi_read_only = 'X' importing new_tadir_entry = l_tadir exceptions others = 1.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQBG' wi_tadir_obj_name = l_obj_name wi_tadir_devclass = tr_devclass_bg wi_tadir_masterlang = tr_mlangu_bg wi_set_genflag = c_gen_obj exceptions others = 1.

RS_CORR_CHECK call function 'RS_CORR_CHECK' exporting global_lock = 'X' mode = l_mode_corr object_class = 'AQXI' object = l_obj_name importing devclass = tr_devclass_xi korrnum = tr_korrnum_xi master_language = tr_mlangu_xi exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

RS_CORR_INSERT call function 'RS_CORR_INSERT' exporting global_lock = 'X' mode = tr_mode_xi object_class = 'AQXI' object = l_obj_name devclass = tr_devclass_xi korrnum = tr_korrnum_xi master_language = tr_mlangu_xi importing devclass = tr_devclass_xi exceptions cancelled = 1 permission_failure = 2 unknown_objectclass = 3 others = 4.

TR_TADIR_INTERFACE call function 'TR_TADIR_INTERFACE' exporting wi_delete_tadir_entry = 'X' wi_test_modus = space wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'AQXI' wi_tadir_obj_name = l_obj_name exceptions others = 1.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = 'R3TR' wi_e071_object = 'AQQU' wi_e071_obj_name = l_object importing we_tadir = l_tadir
exceptions display_mode = 1 exit = 2 global_tadir_insert_error = 3 no_repair_selected = 4 no_systemname = 5 no_systemtype = 6 no_tadir_type = 7 reserved_name = 8 tadir_enqueue_failed = 9 devclass_not_found = 10 tadir_not_exist = 11 object_exists = 12 internal_error = 13 object_append_error = 14 tadir_modify_error = 15 object_locked = 16 no_object_authority = 17 others = 18.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = 'R3TR' wi_e071_object = 'AQSG' wi_e071_obj_name = l_object importing we_tadir = l_tadir exceptions others = 1.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = 'R3TR' wi_e071_object = 'AQBG' wi_e071_obj_name = l_object importing we_tadir = l_tadir exceptions others = 1.

TR_OBJECT_CHECK call function 'TR_OBJECT_CHECK' exporting wi_ko200 = ko200 iv_no_show_option = 'X' importing we_order = l_trkorr we_ko200 = ko200 tables wt_e071k = wt_e071k exceptions others = 1.

TR_OBJECT_INSERT call function 'TR_OBJECT_INSERT' exporting wi_order = l_trkorr wi_ko200 = ko200 tables wt_e071k = wt_e071k exceptions others = 1.



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