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

RSAQBRST SAP ABAP Report - ABAP/4 Query: Connection to BBS







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


Text pool values


Title: ABAP/4 Query: Connection to BBS


INCLUDES used within this REPORT RSAQBRST

INCLUDE RSAQCOMC.
INCLUDE RSAQEXCD.


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_DECODE_REPORT_NAME call function 'RSAQ_DECODE_REPORT_NAME' exporting reportname = repname importing workspace = workspace usergroup = bgruppe query = query * CLIENT = exceptions no_query_report = 1 others = 2.

RSTI_REPORT_ADD call function 'RSTI_REPORT_ADD' exporting e_fccls = '9' e_tool = 'QU' e_report = sender e_recsen = 'S' exceptions others = 1.

RSTI_REPORT_DELETE call function 'RSTI_REPORT_DELETE' exporting e_report = e_report e_all_clients = e_all_clients.

RSTI_REPORT_COPY call function 'RSTI_REPORT_COPY' exporting e_report_from = e_report_from e_report_to = e_report_to e_all_clients = e_all_clients exceptions others = 1.

RSAQ_DECODE_REPORT_NAME call function 'RSAQ_DECODE_REPORT_NAME' exporting reportname = ename importing workspace = workspace usergroup = bgruppe query = query * CLIENT = exceptions no_query_report = 1 others = 2.

RSTI_APPL_STACK_POP call function 'RSTI_APPL_STACK_POP' importing i_rec = receiver exceptions appl_stack_not_initialized = 1.

RSTI_SELECTION_IMPORT call function 'RSTI_SELECTION_IMPORT' tables it_sel = t_sel it_fields = t_fields exceptions no_selection_data = 1.

RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = ename e_type = 'R' tables it_sel = t_sel it_fields = t_fields.

RSTI_SELECTION_TRANSFORMATION call function 'RSTI_SELECTION_TRANSFORMATION' tables it_fieldr = t_fields exceptions selection_tables_inconsistent = 1 no_selection_data = 2.

RSTI_SELECTION_DELETE call function 'RSTI_SELECTION_DELETE'.

RSTI_SELECTION_DELETE call function 'RSTI_SELECTION_DELETE'.

RSTI_APPL_STACK_INITIALIZE call function 'RSTI_APPL_STACK_INITIALIZE' exporting e_tool = 'QU' e_onam = sname.

RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = sy-cprog e_type = 'S' tables it_sel = t_sel it_fields = t_fields.

RSTI_SELECTION_EXPORT call function 'RSTI_SELECTION_EXPORT' tables it_sel = t_sel it_fields = t_fields.

RSTI_COMMUNICATION_HANDLER call function 'RSTI_COMMUNICATION_HANDLER' exporting e_fccls = '9' importing i_rec = receiver i_exit = exitflag exceptions no_lines = 1 no_line_picked = 2.

RSAQ_READ_QREPORT_ALIAS_NAMES call function 'RSAQ_READ_QREPORT_ALIAS_NAMES' exporting i_qreport = l_report tables o_table = tables o_field = fields exceptions others = 1.

RS_CONV_EX_2_IN call function 'RS_CONV_EX_2_IN' exporting input_external = lowhigh table_field = tabfield importing output_internal = exceptions others = 1.

RSTI_NAVIGATE call function 'RSTI_NAVIGATE' importing i_exit = exitflag exceptions appl_stack_not_initialized = 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 RSAQBRST or its description.